|
-
Feb 24th, 2002, 08:22 AM
#1
Thread Starter
Fanatic Member
wondering if this code would work.. cant test atm
AppActivate AdobeTitle, False
Do
If FindWindow(vbNullString, "Adobe Premiere") <> 0 Then
Exit Do
DoEvents
Loop
i want it to loop di doop until that window appears. or should i just put doEvents straight after appactivate, would that do the job.
i need to do this becuase i will be sending keystrokes to the program once it is loaded.
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
|