Results 1 to 2 of 2

Thread: This is my problem

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    IL
    Posts
    39

    Post

    What I want it to do is kinda like this...

    IAMh = Shell("D:\call wav\IAMSETUP.EXE -run", 0)

    '0 vbHide (ie. Window is hidden and focus is passed to the hidden window.)

    BUT It's to work on a program already executed and running. How can I change that value on a program that is already running?!?

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

    Post

    Use AppActivate to activate a program already running.

    eg; AppActivate "Microsoft Word", True

    Once you have done that you can use SendKeys to tell the program to minimize (if you want)

    SendKeys "% N"

    (eg ALT+SPACE, followed by MiNimize)



    ------------------
    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