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 do I fix microsoft visual c++ 2015 setup failed?
What is persistence?
Do I need ms visual c++ on my computer?
What is a microsoft visual c++ 2008 redistributable?
how to declare and populate an array of checkBoxes
What is microsoft visual c++ 2013 redistributable package x64?
How a dll will be sharable by more than one exe?
How do I uninstall and reinstall microsoft visual c++ runtime libraries?
How many time DLLMain gets called?
What is the file extension used for C++ class implementation files?
What is microsoft visual c++ runtime library error?
What are the two forms of the #include preprocessor directive?