If there is more than 100 control in a window how we can
change the Taborder of a controls
Answers were Sorted based on User's Feedback
Answer / rajendar gunnala
Open ur dialog & Press CTRl+D and change the Tab order.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / naved lodi
Go to the Layot menu option and select tab order" if you
are using VC++6.0" and if VC++.NEt the go to the Format
menu option and select Tab order.
| Is This Answer Correct ? | 5 Yes | 1 No |
Open your dialog & Press CTRl+D and change the Tab order.
Tip:
Among 100 controls suppose you want to change the tab order
of only last 10 controls, then hold control key when you
click on 90th control. and click on 91-100 controls to
change order so that firstt 90 controls order doesn't get
change.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / krishna bs
open rc file in text editor and change the order of the
lines. This determines the tab order
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the base class for MFC
What is the use of message map ?
what is the use of AFX_MANAGE_STATE ?
1) Enable or disable a Cancel button at run time?
How do you change the properties for a tree view control that is part of the CTreeView class?
How can server communicate with more than one client
what is the use of Mutex and critical section
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
How to update all the views whenver document got updated ?
What is the base class for MFC Framework ?
How you find memory leaks?