Is there a way to make an existing menu point visible in situations in which it is normally not?
I'm working with a C++ project and I need the "webbrowser debugger". This one uses the default browser and there's a point "Browse with..." inside this menu below the start button that can be used to change this default browser. But it doesn't appear... the question now is, can I somehow make it visible? Or can I add my own command and somehow send the same command-code after getting clicked? ... it's otherwise quite difficult to change the browser. I always have to select another project first (C# website for example).
Rudolf