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 Multithreading
what is the use of CWinApp class?
Can you explaing the relashionship between document,frame and view ?
What is socket?
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
In VC++ How to transfer between one exe to another exe while running..
What types of threads are supported by MFC framework?
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
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
What is model and modeless dialog box ? Give some examples?
what is message Testing ?
Explain Doc/View architecture