Click here to Skip to main content
15,922,407 members
Home / Discussions / COM
   

COM

 
QuestionCOM Server Types... How They Work? Pin
Malli_S14-Feb-06 1:27
Malli_S14-Feb-06 1:27 
QuestionIntegrating Crystal Reports Pin
Niro198314-Feb-06 0:41
Niro198314-Feb-06 0:41 
QuestionHow In-Process component(DLL) share by no. of clients.... Pin
Siva Sankar Koyi13-Feb-06 23:55
Siva Sankar Koyi13-Feb-06 23:55 
AnswerRe: How In-Process component(DLL) share by no. of clients.... Pin
BiswaR14-Feb-06 2:54
BiswaR14-Feb-06 2:54 
GeneralRe: How In-Process component(DLL) share by no. of clients.... Pin
Siva Sankar Koyi14-Feb-06 17:03
Siva Sankar Koyi14-Feb-06 17:03 
GeneralRe: How In-Process component(DLL) share by no. of clients.... Pin
Milton Karimbekallil15-Feb-06 8:34
Milton Karimbekallil15-Feb-06 8:34 
QuestionHow to use an Active X Component in a WIN32 Project Pin
fearless stallion12-Feb-06 22:18
fearless stallion12-Feb-06 22:18 
AnswerRe: How to use an Active X Component in a WIN32 Project Pin
Milton Karimbekallil13-Feb-06 11:22
Milton Karimbekallil13-Feb-06 11:22 
If its a vb6 COM dll then COleDispatchDriver is the best way to do it. Here it is how to do:

Right click on project in the class view
select Add from the context menu.
Click class
select MFC in the categories tree view,
select MFC class from type lib in the 'templates' listview
browse the type library of your vb component.
this will generate a COleDispatchDriver derived class for your vb com class.
look for COleDispatchDriver class to see how u can use the wrapper class generated by the wizard.

If it is an ATL vc++ COM dll then do #import typelib and use the smart pointers generatred.

rgds..mil10




-- modified at 17:27 Monday 13th February, 2006
GeneralRe: How to use an Active X Component in a WIN32 Project Pin
fearless stallion14-Feb-06 2:47
fearless stallion14-Feb-06 2:47 
AnswerRe: How to use an Active X Component in a WIN32 Project Pin
Malli_S13-Feb-06 22:36
Malli_S13-Feb-06 22:36 
GeneralRe: How to use an Active X Component in a WIN32 Project Pin
fearless stallion14-Feb-06 2:37
fearless stallion14-Feb-06 2:37 
QuestionRemote COM Access Pin
Malli_S12-Feb-06 19:50
Malli_S12-Feb-06 19:50 
AnswerRe: Remote COM Access Pin
Siva Sankar Koyi14-Feb-06 0:12
Siva Sankar Koyi14-Feb-06 0:12 
GeneralRe: Remote COM Access Pin
Malli_S14-Feb-06 1:25
Malli_S14-Feb-06 1:25 
GeneralRe: Remote COM Access Pin
Siva Sankar Koyi14-Feb-06 2:10
Siva Sankar Koyi14-Feb-06 2:10 
GeneralRe: Remote COM Access Pin
Malli_S14-Feb-06 18:34
Malli_S14-Feb-06 18:34 
QuestionError on Casting Pin
abhiramsss12-Feb-06 19:25
abhiramsss12-Feb-06 19:25 
AnswerRe: Error on Casting Pin
Malli_S12-Feb-06 19:43
Malli_S12-Feb-06 19:43 
GeneralRe: Error on Casting Pin
abhiramsss14-Feb-06 17:27
abhiramsss14-Feb-06 17:27 
QuestionCOM Details Pin
ngrj12-Feb-06 13:47
ngrj12-Feb-06 13:47 
AnswerRe: COM Details Pin
George L. Jackson13-Feb-06 14:13
George L. Jackson13-Feb-06 14:13 
QuestionRegSvr32 fails on some hosts Pin
Marshall10-Feb-06 12:14
Marshall10-Feb-06 12:14 
AnswerRe: RegSvr32 fails on some hosts Pin
Michael Dunn10-Feb-06 12:30
sitebuilderMichael Dunn10-Feb-06 12:30 
GeneralRe: RegSvr32 fails on some hosts Pin
Marshall10-Feb-06 12:45
Marshall10-Feb-06 12:45 
QuestionAPI to enable/disable Windows SP2 Firewall on a given connection? Pin
Carl Mirabel10-Feb-06 9:40
Carl Mirabel10-Feb-06 9:40 

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.