What MFC base classes provide support for ActiveX controls?
Answers were Sorted based on User's Feedback
Answer / arvin
Every ActiveX control object you develop inherits a powerful
set of features from its MFC base class, COleControl.
From MSDN
| Is This Answer Correct ? | 1 Yes | 1 No |
How many types of combo box are their
2 Answers Aaditya Info Solutions, E Logic,
1)How to create ToolTip in MFC?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
Hi can anyone explain about the synchronization objects types and where we are using in the code.
how do u identify RTTI in vc++
What is the difference between Extension DLL and Regular DLL?
what is the component of CLR ?
List out the parameters of WinMain Function.
How to handle RTTI in MFC ?
How to handle command line arguements from simple MFC application ?
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
What is #progma and where it is used?