buttons in VC++2005
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
i have two buttons in a dialog box. i could not take the control from one button to another using keyboard. it's working fine with mouse Lbutton click. could any one come up with the reason, please.
Hi, You better use Tab key. Set the Tab order using Ctrl+D in the Dialog resource.
The price of anything is the amount of life you exchange for it. Thanks and Regards. SANTHOSH V
-
i have two buttons in a dialog box. i could not take the control from one button to another using keyboard. it's working fine with mouse Lbutton click. could any one come up with the reason, please.
Did you set tab for your controls on the dialog?