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 |
In which Way invoke context-sensitive help inside the editor?
What is microsoft visual c++ used for?
I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these
What is the use of microsoft visual c++ 2015 redistributable?
What is visual c++ 2010 redistributable package x64?
Where can I find microsoft visual c++?
what is the difference between the codes written in the document class and view class
What is the purpose of declaring a variable as unsigned?
what is mean [] inc what is the use of include conio.h in c
What is visual c++ used for?
What is the purpose of a C++ namespace?
What is cmutex? How can we use it?