Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ramien

  1. ramien

    SendMessage?

    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"...
  2. ramien

    SendMessage?

    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...
  3. ramien

    SendMessage?

    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?

Part and Inventory Search

Back
Top