ContextMenuHandlers - Accessing in VB.NET

  • Thread starter Thread starter Mike Wilson
  • Start date Start date
M

Mike Wilson

Dear All,

I am attempting to create a "Winzip" style interface (dynamic explorer
shellex context menu).

However, after several >hours< of searching and trialling - MSDN, SDK, etc,
etc - I haven't found a decent example or lead to follow to implement this
functionality. Nor even a third party util :(

Does anyone in this group have a pointer to a good example, which will allow
me to use a GUID within the registry to launch my .NET assembly to return
the context menu?

Thanks in advance!
 
Mike,

Does WinZip not have different styles of interfaces, which one do you mean?

Cor
 
Cor Ligthert said:
Mike,

Does WinZip not have different styles of interfaces, which one do you
mean?

Hi Cor,

I'm not trying to make changes with Winzip. It's just an example of how it
dynamically creates explorer context menu additions at runtime, and also
submenus of this menu - depending on what you've clicked.

Within the HKLC\* registry key there lies a ShellEx section whereapon you
can specify the ---COM--- CLSID for the dynamic creation of a menu element.
And this is what WinZip does.

The Emorcillo MVPS example is undocumented and isn't in COM.

Not sure how this is done!
 
Mike,

I thought that I have seen Peter Huang or one of his co-workers sent an
answer about your problem.

I would not know what search to use for the problem in the newsgroups and
don't know which one it was anymore and that makes searching more difficult.

I hope that he sees that I have changed the subject a little bit. When he
does not answer, than it does not mean that he did not see it. It can as
well be that I am wrong and that he has no answer.

Cor
 
Cor Ligthert said:
Mike,

I thought that I have seen Peter Huang or one of his co-workers sent an
answer about your problem.

Hi Cor,

Sorry - I haven't seen a reply, so I'm not sure if they did send an answer
or not :P
I would not know what search to use for the problem in the newsgroups and
don't know which one it was anymore and that makes searching more
difficult.

Yup. I've done a few searches too, and can't find an answer :(
I hope that he sees that I have changed the subject a little bit. When he
does not answer, than it does not mean that he did not see it. It can as
well be that I am wrong and that he has no answer.

Thanks Cor :D
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top