I know you can bring up the start menu with
SendMessage hwnd, WM_SYSCOMMAND, ByVal SC_TASKLIST, ByVal 0&
But what I would like to do is bring up the Programs Menu.
Any thoughts?
Sheco;
When you click on the Start button, you get the start menu. If move the mouse to the All Programs, you get all the programs listed.
How do I do that?
I've tried every web site I can think, Google searches, FreeVBCode.com, you name it, I've probably been there.
No luck yet.
I don't hold out a lot of hope. But maybe, just maybe, you'll be the man.
PS. Do you know how to move the Run Dialog when it comes up, programatically of couse. I'd like it to move to near where I clicked on my menu.
TIA
Marshall
It seems that the only way is to use sendkeys (i.e. SendKeys "P", True) after invoking the Start menu. But you'll have to know the menu structure. Because there can be more menu items with the same letter as shortcut and the menu may differ depending on the locale.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.