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

COM

 
QuestionHow to make ICopyHook work ? Pin
khan++21-Mar-05 0:43
khan++21-Mar-05 0:43 
AnswerRe: How to make ICopyHook work ? Pin
khan++21-Mar-05 23:01
khan++21-Mar-05 23:01 
GeneralRe: How to make ICopyHook work ? Pin
Jörgen Sigvardsson22-Mar-05 4:37
Jörgen Sigvardsson22-Mar-05 4:37 
GeneralActiveX and events Pin
DaSharmXXX120-Mar-05 20:59
sussDaSharmXXX120-Mar-05 20:59 
GeneralParse Remote SSL Certificate Pin
AZinNC18-Mar-05 9:10
AZinNC18-Mar-05 9:10 
GeneralProblem with Word 2003 COM Add-in. Pin
Johannes Ackermann17-Mar-05 23:29
Johannes Ackermann17-Mar-05 23:29 
GeneralRe: Problem with Word 2003 COM Add-in. Pin
Johannes Ackermann23-Mar-05 23:14
Johannes Ackermann23-Mar-05 23:14 
Generalsimulating new com server Pin
grinder17-Mar-05 20:53
grinder17-Mar-05 20:53 
hi,

I want to simulate a new com server object on installation with the same binary. this means I have a com server as service e.g. MyServer.exe with interface IMyInterface. so I can access it with ProgID "MyServer.IMyInterface".
but I have to start up more instances and for this I want to rename the MyServer.exe to SecondServer.exe, register as service and now access it through ProgID "SecondServer.IMyInterface".
e.g.
MyServer.exe in c:\MyServer\MyServer.exe
SecondServer.exe in c:\SecondServer\SecondServer.exe
and calling
*CreateObject("MyServer.IMyInterface") should start up instance of MyServer
*CreateObject("SecondServer.IMyInterface") should start up instance of SecondServer

Now I need the registry entries com uses to create the object and I will give the SecondServer new uuid.
So in other words: which registry entries I have to change to redirect com to my new com server "SecondServer"?

greets&thx
GeneralCOM,OLE,AUTOMATION,ActiveX Pin
Muhammad Azam17-Mar-05 19:22
Muhammad Azam17-Mar-05 19:22 
QuestionHow to capture mouse events on MS Word Document? Pin
ajalilqarshi17-Mar-05 4:08
ajalilqarshi17-Mar-05 4:08 
AnswerRe: How to capture mouse events on MS Word Document? Pin
vishalmore21-Mar-05 23:56
vishalmore21-Mar-05 23:56 
QuestionHow to Handle Menu event? Pin
ajalilqarshi17-Mar-05 4:04
ajalilqarshi17-Mar-05 4:04 
GeneralDCOM vs .Net Remoting Pin
schilled16-Mar-05 22:24
schilled16-Mar-05 22:24 
QuestionWhy IPersistStreamInitImpl::Load Method is not called? Pin
ajalilqarshi16-Mar-05 21:23
ajalilqarshi16-Mar-05 21:23 
AnswerRe: Why IPersistStreamInitImpl::Load Method is not called? Pin
Jörgen Sigvardsson20-Mar-05 8:54
Jörgen Sigvardsson20-Mar-05 8:54 
GeneralDllRegisterServer entry point not found Pin
For_IT16-Mar-05 18:17
For_IT16-Mar-05 18:17 
GeneralRe: DllRegisterServer entry point not found Pin
User 21559716-Mar-05 22:36
User 21559716-Mar-05 22:36 
GeneralCOM wrapping a dll Pin
Member 180792916-Mar-05 13:18
Member 180792916-Mar-05 13:18 
GeneralRe: COM wrapping a dll Pin
rwestgraham17-Mar-05 9:54
rwestgraham17-Mar-05 9:54 
GeneralRe: COM wrapping a dll Pin
Member 180792917-Mar-05 10:21
Member 180792917-Mar-05 10:21 
GeneralRe: COM wrapping a dll Pin
Member 180792917-Mar-05 10:29
Member 180792917-Mar-05 10:29 
Questionhow to store data read from a binary file in an activeX Ctrl's property? Pin
ajalilqarshi16-Mar-05 4:55
ajalilqarshi16-Mar-05 4:55 
GeneralCOM object Member InvokeKind is always Unknown Pin
charliejazz15-Mar-05 1:22
charliejazz15-Mar-05 1:22 
Questionhow to work with plug-in Pin
iamalik12-Mar-05 0:51
professionaliamalik12-Mar-05 0:51 
AnswerRe: how to work with plug-in Pin
Johannes Ackermann17-Mar-05 23:50
Johannes Ackermann17-Mar-05 23:50 

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.