Herman;
I've thought about Sendkeys, but never did it. I'll try that right now.
IT WORKS!!!
here's the code.
In Declarations
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Subroutine
SendMessage hwnd, WM_SYSCOMMAND, ByVal SC_TASKLIST, ByVal 0&
Sleep 500
SendKeys "P"...
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...
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?
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.