Click here to Skip to main content
15,905,867 members
Home / Discussions / COM
   

COM

 
GeneralRe: activex problems... Pin
Jörgen Sigvardsson16-Sep-05 14:38
Jörgen Sigvardsson16-Sep-05 14:38 
GeneralRe: activex problems... Pin
rwestgraham16-Sep-05 15:19
rwestgraham16-Sep-05 15:19 
GeneralRe: activex problems... Pin
Jörgen Sigvardsson17-Sep-05 9:31
Jörgen Sigvardsson17-Sep-05 9:31 
GeneralRe: activex problems... Pin
rwestgraham17-Sep-05 12:05
rwestgraham17-Sep-05 12:05 
QuestionNeed help on problem with Excel processes Pin
J. Holzer14-Sep-05 3:44
J. Holzer14-Sep-05 3:44 
QuestionCOM newbie: LNK2005 Pin
Jose M Castellanos12-Sep-05 3:09
Jose M Castellanos12-Sep-05 3:09 
AnswerRe: COM newbie: LNK2005 Pin
Jose M Castellanos13-Sep-05 1:25
Jose M Castellanos13-Sep-05 1:25 
QuestionHow to Show ActiveX Control on a Window? Pin
Ashwin kumar Gurujala11-Sep-05 23:30
Ashwin kumar Gurujala11-Sep-05 23:30 
Hi,

I have tried to show an ActiveX Control on a Window in SDI application. I used the following API,

CLSID clsid; //clsid of activex control
IUnknown* pIunknown;
HRESULT hResult;

hResult = CoCreateInstance( clsid, NULL,
CLSCTX_INPROC_SERVER|CLSCTX_INPROC_HANDLER,
IID_IUnknown, (void**)&pIunknown );

But still the Control is not display.......
Where lies the Error? Can anyone help me out?


-- modified at 5:31 Monday 12th September, 2005
QuestionActiveX control container Pin
code_chenyf8-Sep-05 14:36
code_chenyf8-Sep-05 14:36 
QuestionUpdate (Windows) Pin
Illegal Operation8-Sep-05 4:10
Illegal Operation8-Sep-05 4:10 
QuestionSTA & MTA Pin
MailtoGops8-Sep-05 3:07
MailtoGops8-Sep-05 3:07 
QuestionExcel Automation problem Pin
HeartFriend7-Sep-05 20:22
HeartFriend7-Sep-05 20:22 
QuestionCOM and access rights (perhaps ?) Pin
gnilk6-Sep-05 2:17
gnilk6-Sep-05 2:17 
QuestionHow to properly stop STA thread Pin
ComplexLifeForm3-Sep-05 7:19
ComplexLifeForm3-Sep-05 7:19 
QuestionATL Service Pin
Ashwin kumar Gurujala31-Aug-05 21:42
Ashwin kumar Gurujala31-Aug-05 21:42 
AnswerRe: ATL Service Pin
logicaldna31-Aug-05 22:47
logicaldna31-Aug-05 22:47 
QuestionExcel late binding Pin
Anonymous31-Aug-05 21:21
Anonymous31-Aug-05 21:21 
QuestionSOAP quetsion Pin
logicaldna31-Aug-05 19:03
logicaldna31-Aug-05 19:03 
QuestionHow to specify a sound card in windows media player Pin
JaniceA29-Aug-05 23:08
JaniceA29-Aug-05 23:08 
QuestionReally struggling with GetTypeFromProgID Pin
DaveC42691329-Aug-05 8:11
DaveC42691329-Aug-05 8:11 
GeneralRe: Really struggling with GetTypeFromProgID Pin
Jörgen Sigvardsson29-Aug-05 9:00
Jörgen Sigvardsson29-Aug-05 9:00 
GeneralRe: Really struggling with GetTypeFromProgID Pin
DaveC42691329-Aug-05 10:03
DaveC42691329-Aug-05 10:03 
GeneralRe: Really struggling with GetTypeFromProgID Pin
Jörgen Sigvardsson29-Aug-05 19:53
Jörgen Sigvardsson29-Aug-05 19:53 
GeneralRe: Really struggling with GetTypeFromProgID Pin
DaveC42691330-Aug-05 2:59
DaveC42691330-Aug-05 2:59 
QuestionActiveX Control's Bitmaps in ToolBox Pin
Ashwin kumar Gurujala27-Aug-05 1:53
Ashwin kumar Gurujala27-Aug-05 1:53 

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.