Can PB create a shell extension (IContextMenu)?
Posted: Mon Nov 14, 2011 8:57 pm
Hello
Apparently, VB.Net requires .Net 4 to be able to write a shell extension like 7Zip does.
Since my users might have older releases of the .Net framework, and it's a small app with not much GUI involved, I'm willing to check alternative BASICs like PureBasic, PowerBasic, etc.
Search returned two main threads about writing a COM DLL to handle the IContextMenu interface that's required to a shell extension (group + items):
Thank you.
Apparently, VB.Net requires .Net 4 to be able to write a shell extension like 7Zip does.
Since my users might have older releases of the .Net framework, and it's a small app with not much GUI involved, I'm willing to check alternative BASICs like PureBasic, PowerBasic, etc.
Search returned two main threads about writing a COM DLL to handle the IContextMenu interface that's required to a shell extension (group + items):
- "Context Menu Item Shell Extension example (Windows)" : "this code not work somebody have a worked code or can fix this."
- "Drag and Drop Shell Extension example (Windows)" : Thread from 2005
Thank you.