Thk in advance
GUID & CSLID Help
-
Num3
- PureBasic Expert

- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
GUID & CSLID Help
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
Thk in advance
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
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