Click here to Skip to main content
16,005,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to know whether one particular font is installed in my system or not? Pin
Aryan S27-Mar-06 3:41
Aryan S27-Mar-06 3:41 
Questionstrange: why is Font clearer than drawing? Pin
includeh1027-Mar-06 3:05
includeh1027-Mar-06 3:05 
AnswerRe: strange: why is Font clearer than drawing? Pin
Ingo27-Mar-06 3:47
Ingo27-Mar-06 3:47 
GeneralRe: strange: why is Font clearer than drawing? Pin
includeh1027-Mar-06 6:30
includeh1027-Mar-06 6:30 
GeneralRe: strange: why is Font clearer than drawing? Pin
Ingo27-Mar-06 20:46
Ingo27-Mar-06 20:46 
QuestionCWnd::CreateControl Pin
CQub27-Mar-06 2:15
CQub27-Mar-06 2:15 
AnswerRe: CWnd::CreateControl Pin
Kurt _B27-Mar-06 5:11
Kurt _B27-Mar-06 5:11 
GeneralRe: CWnd::CreateControl Pin
CQub27-Mar-06 18:08
CQub27-Mar-06 18:08 
BOOL bStat=FALSE;
bStat= m_ControlWrapper.CreateControl (
strControlProgID,"",WS_VISIBLE,cRect,this,5000,NULL,
FALSE,NULL);
IOleObjectPtr pOleObj(m_ControlWrapper.GetControlUnknown ());
LPUNKNOWN lpUnknown=m_ControlWrapper.GetControlUnknown ();

now the problem is that I want to queryinterface and want to call the methods and properties. For that I have taken IDL generated by OLE view and added to the project and compiled.
IWebAgentModulecom iInterface= NULL;
the above statement gives errors "cannot instantiate abstract class due to following members"

Do I have to import the DLL??
Any Idea??
Thanks
GeneralRe: CWnd::CreateControl Pin
Kurt _B28-Mar-06 2:05
Kurt _B28-Mar-06 2:05 
Question[Message Deleted] Pin
ddmcr27-Mar-06 2:00
ddmcr27-Mar-06 2:00 
AnswerRe: Allocating memory on the heap - limitations Pin
David Crow27-Mar-06 4:46
David Crow27-Mar-06 4:46 
AnswerRe: Allocating memory on the heap - limitations Pin
Shoaib Patel27-Mar-06 19:50
Shoaib Patel27-Mar-06 19:50 
GeneralRe: Allocating memory on the heap - limitations Pin
ThatsAlok27-Mar-06 23:15
ThatsAlok27-Mar-06 23:15 
QuestionAbout DirectX Video Capture Pin
crazymubashir27-Mar-06 1:48
crazymubashir27-Mar-06 1:48 
AnswerRe: About DirectX Video Capture Pin
Justin Tay27-Mar-06 1:58
Justin Tay27-Mar-06 1:58 
QuestionRe: About DirectX Video Capture Pin
crazymubashir27-Mar-06 2:46
crazymubashir27-Mar-06 2:46 
AnswerRe: About DirectX Video Capture Pin
Justin Tay27-Mar-06 3:04
Justin Tay27-Mar-06 3:04 
GeneralRe: About DirectX Video Capture Pin
crazymubashir28-Mar-06 1:01
crazymubashir28-Mar-06 1:01 
GeneralRe: About DirectX Video Capture Pin
Justin Tay28-Mar-06 23:49
Justin Tay28-Mar-06 23:49 
GeneralRe: About DirectX Video Capture Pin
crazymubashir4-Apr-06 21:27
crazymubashir4-Apr-06 21:27 
AnswerRe: About DirectX Video Capture Pin
aloha181226-Apr-06 0:39
aloha181226-Apr-06 0:39 
QuestionMultithreading Pin
Waldermort27-Mar-06 1:36
Waldermort27-Mar-06 1:36 
AnswerRe: Multithreading Pin
sunit527-Mar-06 1:48
sunit527-Mar-06 1:48 
AnswerRe: Multithreading Pin
Justin Tay27-Mar-06 1:51
Justin Tay27-Mar-06 1:51 
GeneralRe: Multithreading Pin
Waldermort27-Mar-06 2:10
Waldermort27-Mar-06 2:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.