|
-
October 26th, 1998, 03:13 PM
#1
Controlling other running applications
Assume the MS calculator is running.
How would I select View-->Standard from the Calculator Menu bar
from a VB application?
Thanks,
Joe
The next step would be sending values to it, I will try SendKeys()
for this.
-
October 26th, 1998, 11:53 PM
#2
Re: Controlling other running applications
You can access menus with SendKeys, just send whatever the shortcut key is. There is an API, keybd_event that does the same thing.
-
November 2nd, 1998, 08:39 PM
#3
Re: Controlling other running applications
if you call the app, you can use
AppActivate title[, wait]
where title is the ID returned form the shell function
phil 
-
November 2nd, 1998, 08:39 PM
#4
Re: Controlling other running applications
if you call the app, you can use
AppActivate title[, wait]
where title is the ID returned form the shell function
phil 
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
|