Re: How difficult is to add my menu to Windows Explorer?




"mayayana" <mayayaXXna@xxxxxxxxx> wrote in message
news:%23JZBFcdkJHA.1388@xxxxxxxxxxxxxxxxxxxxxxx
I need my menu to appear not when the folders list are displayed, but
only
when some text document is opened (edit mode).
For example:
when Notepad is opened there is: Undo, Cut, Copy, Paste, Delete, Select
All
or Internet Explorer window, which also has:Cut,Copy,Copy, Shortcut,
Paste
(some greyed out),
or MsWord, which has Cut, Copy, Paste
etc
Are those Shell menus or belonging to each application indepedently?


They belong to the respective program. That's nothing
to do with Shell. Shell is Explorer.exe. It's the program
that lets you see and handle the file system graphically.
But once you open a file in a specific program that's no
longer Shell. The only commonality is that Explorer and Notepad
both have context menu functionality.

> Maybe, I am asking too much?

I'm afraid so. I guess you'd have to hook into the
Notepad (or other) process for that. Even if you
could accomplish that it'd probably set off security/AV
alarms. You really have no business hijacking someone
else's software.
In IE/Web Browser control there used to be functionality
to disable the standard context menu. I'm not sure if that's
still available. I think that in IE it was actually something
scripted thruogh the DOM, so it would require accessing the
document with script enabled. And since that functionality
was really more a bug than a feature, they may have fixed
it by now.

I noticed that a few days ago you were trying to
add your software to IE as the default program for
various protocols, and you didn't get any answer to that
question.

Maybe you'd be better off if you just explain what you
actually hope to accomplish. Someone here might
be able to be of more help then.

Thank you for the explanation. I was confused for a while, because I have
received some requests for my app to add popup menu to other app windows
similiar to the IE meny extention my app has built-in.
Regarding the other problem, I have solved it myself (it was a small mistake
on my part).
Kathy


.



Relevant Pages

  • Re: How difficult is to add my menu to Windows Explorer?
    ... Are those Shell menus or belonging to each application indepedently? ... The only commonality is that Explorer and Notepad ... In IE/Web Browser control there used to be functionality ... scripted thruogh the DOM, so it would require accessing the ...
    (microsoft.public.vb.general.discussion)
  • Re: Auto Restart a Custom Shell on termination
    ... When I deal with different shells for Windows OSes I also prefer writing my own agent app that will take care of launching whatever ... - have a peice of code in your custom shell app to launch explorer.exe ... > I'm still wondering why this functionality do not work for your shell also. ...
    (microsoft.public.windowsxp.embedded)
  • Re: how to host applications in c# forms
    ... If you want to enrich the functionality of your C# app by the ... functionality of notepad and vlc and to integrate these two programms ... in a way that the user doesn't feel to work with notepad or vlc rather ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Problem with shell and termination
    ... >> terminate as long as the shell initiated by that app is still running. ... > 5) While notepad is still active, ...
    (microsoft.public.vb.winapi)
  • Re: Problem with shell and termination
    ... > terminate as long as the shell initiated by that app is still running. ... While notepad is still active, ...
    (microsoft.public.vb.winapi)

Loading