473,397 Members | 1,950 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

ContextMenuHandlers - Accessing in VB.NET

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 Wilson
Evolved Software Studios Ltd
www.evolvedsoftwarestudios.com
Nov 21 '05 #1
6 3022
Mike,

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

Cor
Nov 21 '05 #2
"Mike Wilson" <info-at-remove-the-obvious-evolvedsoftwarestudios.com>
schrieb:
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 :(


Shell Extensions with .NET
<URL:http://mvps.org/emorcillo/en/c*ode/shell/shellextensions.shtm*l>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #3
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
"Mike Wilson" <info-at-remove-the-obvious-evolvedsoftwarestudios.com>
schrieb:
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 :(


Shell Extensions with .NET
<URL:http://mvps.org/emorcillo/en/c*ode/shell/shellextensions.shtm*l>


That was one of them. The wrapper classes look great, but there's buggér-all
documentation there.
--
Mike Wilson
Evolved Software Studios Ltd
www.evolvedsoftwarestudios.com
Nov 21 '05 #4
"Cor Ligthert" <no************@planet.nl> wrote in message news:%
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 Wilson
Evolved Software Studios Ltd
www.evolvedsoftwarestudios.com
Nov 21 '05 #5
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
Nov 21 '05 #6
"Cor Ligthert" <no************@planet.nl> wrote in message
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
--
Mike Wilson
Evolved Software Studios Ltd
www.evolvedsoftwarestudios.com
Nov 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Amy Tseng | last post by:
Hi, I am having a problem accessing SQL Server 2000 via UNIX. I am accessing SQL Server 2000 from Solaris using Sybase Open Client (CT-Lib). Here is the error message: CT-LIBRARY error:...
5
by: Sandeep | last post by:
Hi, In the following code, I wonder how a private member of the class is being accessed. The code compiles well in Visual Studio 6.0. class Sample { private: int x; public:
6
by: Chris Styles | last post by:
Dear All, I've been using some code to verify form data quite happily, but i've recently changed the way my form is structured, and I can't get it to work now. Originally : The form is...
3
by: prodirect | last post by:
Hi all, I hope someone can help me. I've recently created a database and wanted to put it up on an ftp sight so that multiple people could access the same tables at the same time from different...
47
by: fb | last post by:
Hi Everyone. Thanks for the help with the qudratic equation problem...I didn't think about actually doing the math...whoops. Anyway... I'm having some trouble getting the following program to...
3
by: AdamM | last post by:
Hi all, When I run my VbScript, I get the error: "ActiveX component can't create object: 'getobject'. Error 800A01AD". Any ideas what I did wrong? Here's my VBScript: dim o set...
1
by: Eirik Brattbakk | last post by:
Hi I have some problems accessing a soap service made in c# using an ATL/MFC client over SSL. I have tried both CSoapMSXMLInetClient and CSoapWininetClient as template arguments with my stub...
1
by: CS Wong | last post by:
Hi, I have a page form where form elements are created dynamically using Javascript instead of programatically at the code-behind level. I have problems accessing the dynamically-created...
5
by: Daniel Corbett | last post by:
I am trying to save a file dynamically created in a webpage. I get the following headers, but cannot figure out how to save the attachment. I am basically trying to replicate what internet...
2
by: MrNobody | last post by:
If you ever installed WinZip on Windows XP you would notice that when you right-click on a folder there is a new WinZip entry on the context menu and it has it's own submenu with a whole bunch of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.