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 can we allow no selection of radio button in grouped radio buttons?
How do I reinstall microsoft visual c++?
What is iunknown?
What is a glyph?
How do I uninstall vc++ 2015?
What is a transparent image?
Can I uninstall visual c++?
What are the advantages of a message map
What function is used to trap all mouse messages?
#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;}
Explain pointer to the constant and constant pointer? Explain difference between them.
Is it ok to uninstall microsoft visual c++?