Page 1 of 1

Q: How do I write a Shell Extension / COM InProc server ?

Posted: Mon Oct 27, 2003 1:57 pm
by hm
Hi,

I would like to create a Shell Extension Handler (Shortcut Menu Handler) using PureBasic.

My questions:
Has someone already ported the Microsoft SHELLEX example to PureBasic?
Is it possible at all to write a COM in-process server with PureBasic?

cu
-hm

Posted: Mon Oct 27, 2003 4:57 pm
by freak
It should be possible, yes. Although it will be some work to implement
all interfaces and stuff that are required for that.

I actually started something like this. But it is very low on my priority list
now, and there are several other projects above it, so i'm not doing anything
there now.

Maybe next week, when there are holidays...

Timo