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 |
How to declare more than one variable on a single line?
What is microsoft visual c++ runtime library error?
What is type-safety?
What is command routing in VC++
What is vcruntime?
What is the use of DDV and DDX routines ?
What is the return value when the InsertItem function fails?
Explain the significance of initapplication() in vc++.
What is the difference between serialization and deserialization?
4 Answers Cap Gemini, HCL, MBT,
How do I remove microsoft visual c++ 2015 redistributable?
How do I uninstall vc++ 2015?
What is splitter window in vc++?