Results 1 to 2 of 2

Thread: Hiding an application NOT a form

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    IL
    Posts
    39

    Post

    I can give focus to an application(not part of my program, part of another persons already compiled program) with appactivate commands, but how do I make it minimize the focused application, and how do I make it Hide it from view completely. I woule love to make an annoying program vanish from sight until I click another button bringing it back to view.

  2. #2
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670

    Post

    SendKeys "% N", True

    will send the keys to application to minimize (most) programs.



    ------------------
    Mark "Buzby" Beeton
    VB Developer
    [email protected]



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width