How do you specify which control is the buddy control?

Answers were Sorted based on User's Feedback



How do you specify which control is the buddy control?..

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

How do you specify which control is the buddy control?..

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

Post New Answer

More VC++ AllOther Interview Questions

What is command routing in VC++

3 Answers   Siemens,


How do I uninstall vc++ 2015?

0 Answers  


What is difference between c++ and visual c++?

0 Answers  


In which Way invoke context-sensitive help inside the editor?

0 Answers  


how to declare and populate an array of checkBoxes

0 Answers  






What is visual c++ used for?

0 Answers  


What is cmutex? How can we use it?

0 Answers  


What is a mnemonic?

1 Answers  


What function is used to trap all mouse messages?

1 Answers  


What is visual c++ redistributable?

0 Answers  


Name the three attributes of a pen?

1 Answers  


How a dll will be sharable by more than one exe?

4 Answers   CA,


Categories