Click here to Skip to main content
15,923,789 members
Home / Discussions / COM
   

COM

 
AnswerRe: How to make a toolbar for mozilla Pin
User 21559728-Dec-06 23:17
User 21559728-Dec-06 23:17 
GeneralRe: How to make a toolbar for mozilla Pin
georgekjolly28-Dec-06 23:43
georgekjolly28-Dec-06 23:43 
GeneralRe: How to make a toolbar for mozilla [modified] Pin
User 21559730-Dec-06 8:09
User 21559730-Dec-06 8:09 
QuestionCan i import the MODI.dll into visual c++ 2005? Pin
$uresh $hanmugam28-Dec-06 1:52
$uresh $hanmugam28-Dec-06 1:52 
QuestionCOM exe registration ? Pin
Sakthiu27-Dec-06 23:35
Sakthiu27-Dec-06 23:35 
AnswerRe: COM exe registration ? Pin
User 21559728-Dec-06 3:29
User 21559728-Dec-06 3:29 
QuestionHow can i call COM DLL in vc++ 2005? Pin
$uresh $hanmugam27-Dec-06 22:51
$uresh $hanmugam27-Dec-06 22:51 
AnswerRe: How can i call COM DLL in vc++ 2005? Pin
Sakthiu27-Dec-06 23:40
Sakthiu27-Dec-06 23:40 
you want to use that COM dll .. right ?

then you have to register that COM dll in to your system.

To do that pres 'Start' button take 'Run' Applicaiotn, inside Run win type 'Regsvr32' then space your COM dll file location.

for example., you COM file location is C:\\app.dll then

in Run window, type 'regsvr32 c:\\app.dll' press enter

now your COM dll is register wit your system.

then write COM client program using api's like CoInitialize(NULL),CoCreateInsatnce() and CoUninitialize();

This is the way you have to use COM dll.

bye.
GeneralRe: How can i call COM DLL in vc++ 2005? Pin
$uresh $hanmugam28-Dec-06 1:40
$uresh $hanmugam28-Dec-06 1:40 
AnswerRe: How can i call COM DLL in vc++ 2005? Pin
prasad_som28-Dec-06 1:54
prasad_som28-Dec-06 1:54 
GeneralRe: How can i call COM DLL in vc++ 2005? Pin
$uresh $hanmugam28-Dec-06 23:44
$uresh $hanmugam28-Dec-06 23:44 
AnswerRe: How can i call COM DLL in vc++ 2005? Pin
prasad_som29-Dec-06 0:28
prasad_som29-Dec-06 0:28 
GeneralRe: How can i call COM DLL in vc++ 2005? [modified] Pin
$uresh $hanmugam29-Dec-06 4:22
$uresh $hanmugam29-Dec-06 4:22 
QuestionAmateur Pin
Shouvik Das27-Dec-06 20:33
Shouvik Das27-Dec-06 20:33 
AnswerRe: Amateur Pin
prasad_som28-Dec-06 1:56
prasad_som28-Dec-06 1:56 
GeneralRe: Amateur Pin
Shouvik Das28-Dec-06 2:02
Shouvik Das28-Dec-06 2:02 
GeneralRe: Amateur Pin
prasad_som28-Dec-06 2:16
prasad_som28-Dec-06 2:16 
GeneralRe: Amateur Pin
Shouvik Das28-Dec-06 2:31
Shouvik Das28-Dec-06 2:31 
GeneralRe: Amateur Pin
prasad_som28-Dec-06 2:48
prasad_som28-Dec-06 2:48 
QuestionTLBIMP.exe and COM Pin
mgmail27-Dec-06 8:34
mgmail27-Dec-06 8:34 
AnswerRe: TLBIMP.exe and COM Pin
mgmail27-Dec-06 9:39
mgmail27-Dec-06 9:39 
QuestionHow can i use MODI in Vc++? Pin
$uresh $hanmugam26-Dec-06 19:27
$uresh $hanmugam26-Dec-06 19:27 
QuestionCannot expand "com+ applications" from MMC Snap-In Pin
scorpvg26-Dec-06 2:47
scorpvg26-Dec-06 2:47 
Questionvss automation Pin
mian ghous23-Dec-06 2:39
mian ghous23-Dec-06 2:39 
QuestionIs there any way to replace the dll with out IIS restart Pin
Rajkamal_dfine22-Dec-06 1:36
Rajkamal_dfine22-Dec-06 1:36 

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.