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 do you change the properties for a tree view control that is part of the CTreeView class?

1 Answers  


List out the parameters of WinMain Function.

2 Answers   Mphasis,


How we can findout Memoryleaks, In what way it can be avoided

6 Answers   Infosys,


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

1 Answers  


What is thread & process?

15 Answers   Exaband,






Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.

3 Answers   ABC, HCL, Infosys,


Does the application have more than one object? If no, then what is the reason?

5 Answers  


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


In VC++ How to transfer between one exe to another exe while running..

5 Answers   Wipro,


How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?

0 Answers  


What types of threads are supported by MFC framework?

2 Answers  


how u can move CDC pointer to one line in cview?

2 Answers  


Categories