GUID & CSLID Help

Just starting out? Need help? Post your questions and find answers here.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

GUID & CSLID Help

Post by Num3 »

I've recently downloaded the IEtool snippet, and i just would like to know if it is possible to attach your own custom exe to any microsoft app using this method :?: :?: :?:

Thk in advance :wink:
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

No, i guess you can't do that with any MS app. IE was designed to be
extended by Plugins and other Exes, so what i did was not kind of a 'hack'
of the Internet Explorer.

You can read more about that here:
http://msdn.microsoft.com/library/defau ... button.asp

btw:
A CLSID is a Class Identifier, and the classes I used here are given in the
above tutorial. A GUID is a Global Unique Identifier, and that is basically a
string that should be unique to identify any Object. Here, IE requests one,
to make sure, that no 2 Extensions are used with the same Name.
A GUID can be easily generated with a tool that is provided with the
PlatformSDK.

Hope this answers the question...

Timo
quidquid Latine dictum sit altum videtur
Post Reply