Tab Index

Pandiani

Member
Joined
May 30, 2004
Messages
13
I have no experience with Visual C++, but have some with Visual C#.
Suppose I have a dialog window and a couple of buttons. In C# there is property called Tab Index which I could set to switch buttons when pressing Tab. Now I have only property Tab Stop, is there any way to set this in VC++ and if there is please tell me how
Thanks
 
Pandiani said:
I have no experience with Visual C++, but have some with Visual C#.
Suppose I have a dialog window and a couple of buttons. In C# there is property called Tab Index which I could set to switch buttons when pressing Tab. Now I have only property Tab Stop, is there any way to set this in VC++ and if there is please tell me how
Thanks

Go to Format->Tab Order while your in the dialog editor. Then Click on the controls in the order you want the tab order to be in.
 
Back
Top