mIRC Home    About    Download    Register    News    Help

Print Thread
#38032 23/07/03 12:25 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
how to get the programme id for a com object?
e.g MessengerUIAutomation(msn messengers id)


new username: tidy_trax
#38033 28/07/03 10:02 AM
Joined: Feb 2003
Posts: 309
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Feb 2003
Posts: 309
There's a few ways; my preferred is the "stab in the dark" method.

Mostly you can simply open up MS Word and find the Visual Basic for Applications editor. Find the "Object browser" and you can find a list of all COM Objects bundled with your project. You can include external components and expose their data too. Its great coz it also covers all of the methods, functions and the like.

I don't know of any standalone applications that do this.

Wandering into the windows registery editor can yield some useful information; exposing CLSIDs (not used in mIRC at least) and the like.

#38034 28/07/03 02:08 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
thanx


new username: tidy_trax

Link Copied to Clipboard