What property is used to indicate that the up-down control
is associated with a buddy control?
Answer / arundeva
U have To Do Two Things....
1)Set AutoBuddy propertie as TRUE
2)Alignment Propertie as Right Or Left
| Is This Answer Correct ? | 0 Yes | 0 No |
What is vc++ redistributable?
What is the difference between Boxing and Unboxing in C#
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What is visual c++ runtime?
What keyboard editor command is used for Undo?
what is DLL?
What is microsoft visual c++ 2010 x86 redistributable?
What is difference between c++ and vc++?
What is microsoft visual c++ 2005 redistributable?
What are some differences between a form view and a dialog box?
2 Answers DS Group, Manipal Ecommerce,
What is more efficient to pass as a parameter--a pointer or an object? Why?
how i can design a user interface in vc++ for getting inputs from users