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 |
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
Does the application have more than one object? If Yes, Briefly explain.
How to update windows title bar dynamically?
How do you change the properties for a tree view control that is part of the CTreeView class?
What is socket?
What view class enables you to use an edit control as a view?
What does mfc stand for?
What is the difference between GetMessage and PeekMessage ?
What is document-view architecture ? Give me one real time example for SDI ?
In VC++ How to transfer between one exe to another exe while running..
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
how many types of messages are their