Click to See Complete Forum and Search --> : Controlling other running applications


Joe G
October 26th, 1998, 02:13 PM
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.

Justin Decker
October 26th, 1998, 10:53 PM
You can access menus with SendKeys, just send whatever the shortcut key is. There is an API, keybd_event that does the same thing.

phil
November 2nd, 1998, 07:39 PM
if you call the app, you can use

AppActivate title[, wait]

where title is the ID returned form the shell function


phil :)

Phil
November 2nd, 1998, 07:39 PM
if you call the app, you can use

AppActivate title[, wait]

where title is the ID returned form the shell function


phil :)