Click here to Skip to main content
15,901,284 members
Home / Discussions / COM
   

COM

 
GeneralRe: add-in for outlook express Pin
Naidu16-Mar-03 19:21
Naidu16-Mar-03 19:21 
GeneralRe: add-in for outlook express Pin
Stephane Rodriguez.16-Mar-03 19:54
Stephane Rodriguez.16-Mar-03 19:54 
GeneralRe: add-in for outlook express Pin
Amit Dey17-Mar-03 4:30
Amit Dey17-Mar-03 4:30 
GeneralRe: add-in for outlook express Pin
Stephane Rodriguez.17-Mar-03 5:21
Stephane Rodriguez.17-Mar-03 5:21 
GeneralRe: add-in for outlook express Pin
Amit Dey19-Mar-03 5:45
Amit Dey19-Mar-03 5:45 
GeneralRe: add-in for outlook express Pin
Anonymous22-Mar-03 8:33
Anonymous22-Mar-03 8:33 
QuestionHow to get Out-of-Process COM+ Application's ProcessID Pin
Gimpy10-Mar-03 9:33
Gimpy10-Mar-03 9:33 
AnswerRe: How to get Out-of-Process COM+ Application's ProcessID Pin
Gimpy10-Mar-03 10:45
Gimpy10-Mar-03 10:45 
UPDATE: I just found a command line utility that will give the command line of any running process, given its ProcessID. Using the command line, you can see the switch given to DLLHOST.EXE which looks like this:

/ProcessID:{CLSID_HERE}

which can be matched up to the Key property of the Application. The problem now, is that there is no source code with this utlity I found. Does anyone know how it might work? It seems like it is making calles to OpenProcess, CreateRemoteThread, etc.
GeneralRe: How to get Out-of-Process COM+ Application's ProcessID Pin
AlexO10-Mar-03 11:49
AlexO10-Mar-03 11:49 
GeneralRe: How to get Out-of-Process COM+ Application's ProcessID Pin
Anonymous10-Mar-03 14:53
Anonymous10-Mar-03 14:53 
GeneralDebugging COM+ DLL Pin
vlvl8-Mar-03 19:37
vlvl8-Mar-03 19:37 
GeneralRe: Debugging COM+ DLL Pin
Jason Bafas12-Mar-03 4:52
sussJason Bafas12-Mar-03 4:52 
GeneralRe: Debugging COM+ DLL Pin
vlvl12-Mar-03 21:31
vlvl12-Mar-03 21:31 
GeneralRe: Debugging COM+ DLL Pin
Member 28289313-Mar-03 2:25
Member 28289313-Mar-03 2:25 
GeneralRe: Debugging COM+ DLL Pin
vlvl13-Mar-03 4:53
vlvl13-Mar-03 4:53 
GeneralFile System Monitor Pin
Nicholas Cardi7-Mar-03 10:27
Nicholas Cardi7-Mar-03 10:27 
GeneralStepping into DLL code Pin
DeepakSharma6-Mar-03 22:45
DeepakSharma6-Mar-03 22:45 
GeneralRe: Stepping into DLL code Pin
Brian Shifrin7-Mar-03 6:22
Brian Shifrin7-Mar-03 6:22 
GeneralRe: Stepping into DLL code Pin
vikca20-Mar-03 4:16
vikca20-Mar-03 4:16 
GeneralCreating Com+ Object Pin
Brian Shifrin6-Mar-03 13:38
Brian Shifrin6-Mar-03 13:38 
GeneralGetting information from CreateInstance Pin
Fredrik Skog6-Mar-03 3:13
Fredrik Skog6-Mar-03 3:13 
GeneralCOM - multithreading Pin
Fred Axmear5-Mar-03 12:18
Fred Axmear5-Mar-03 12:18 
GeneralRe: COM - multithreading Pin
geo_m5-Mar-03 23:53
geo_m5-Mar-03 23:53 
GeneralRe: COM - multithreading Pin
Fred Axmear6-Mar-03 1:12
Fred Axmear6-Mar-03 1:12 
GeneralWriting COM to wrap registry api. Pin
Vorrarit Luengwattanakij5-Mar-03 6:48
Vorrarit Luengwattanakij5-Mar-03 6:48 

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.