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



If there is more than 100 control in a window how we can change the Taborder of a controls..

Answer / rajendar gunnala

Open ur dialog & Press CTRl+D and change the Tab order.

Is This Answer Correct ?    13 Yes 0 No

If there is more than 100 control in a window how we can change the Taborder of a controls..

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

If there is more than 100 control in a window how we can change the Taborder of a controls..

Answer / kishore kumar naik p

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

If there is more than 100 control in a window how we can change the Taborder of a controls..

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

Post New Answer

More MFC Interview Questions

Can you explaing the relashionship between document,frame and view ?

2 Answers  


How to update all the views whenver document got updated ?

1 Answers  


How do I create a dialog box in mfc?

0 Answers  


How can server communicate with more than one client

2 Answers   Invensys,


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,






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

3 Answers   Patni,


Explain the flow of SDI application?

8 Answers   Mphasis,


What is CSingleDocTemplate?

1 Answers  


How to create a Modeless Dialog?

5 Answers  


Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?

2 Answers   Sony,


How to find the mouse entering an image?..while entering need to display next image...

4 Answers  


Why not virtual functions to handle messages?

5 Answers  


Categories