|
-
Feb 15th, 2000, 12:08 PM
#1
Thread Starter
Member
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?!?
-
Feb 15th, 2000, 05:29 PM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|