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 |
How do you change the properties for a tree view control that is part of the CTreeView class?
List out the parameters of WinMain Function.
How we can findout Memoryleaks, In what way it can be avoided
What view class enables you to use an edit control as a view?
What is thread & process?
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.
Does the application have more than one object? If no, then what is the reason?
What is the difference between the ASSERT and VERIFY macros?
In VC++ How to transfer between one exe to another exe while running..
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
What types of threads are supported by MFC framework?
how u can move CDC pointer to one line in cview?