How do you specify which control is the buddy control?
Answers were Sorted based on User's Feedback
Answer / jobin jacob
Specify the buddy control using the CSpinControl::SetBuddy
(CWnd *) function.Pass the CWnd pointer to the Control as
the parameter.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravi k
If user want to put both edit and up-down(spin) control
together then we can say it as buddy control.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of a C++ namespace?
Do I need microsoft visual c++?
What is vcredist?
How can we allow no selection of radio button in grouped radio buttons?
How many microsoft visual c++ do you need?
What are the two forms of the #include preprocessor directive?
Name the most commonly used wizards?
Can I uninstall visual c++ 2005?
What is visual c++ runtime?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
What is the difference between serialization and deserialization?
4 Answers Cap Gemini, HCL, MBT,