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

How to convert the content of buffer into lower case character.

3 Answers   E Logic,


What is primitive and non-primitive application?

2 Answers   HCL,


What is the difference between regular dlls and extended dlls?

2 Answers  


Do you have an idea about MFC?

0 Answers   C DAC, CDAC,


What view class enables you to use an edit control as a view?

1 Answers  






what is the use of CCmdTarget?

4 Answers   Siemens,


What is LoadLibrary function returns?

7 Answers  


Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);

2 Answers  


Why Array Index starts from Zero

30 Answers   HCL,


1)set the Title for The File DialogBox, in MFC?

1 Answers  


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


What is the difference between ASSERT and VERIFY?

2 Answers  


Categories