Search found 1 match

by dkdomino
21 Apr 2017, 19:34
Forum: General
Topic: Transition between programs (windows)
Replies: 0
Views: 7170

Transition between programs (windows)

Hello, First of all the program is great. I have a problem with switching between programs. I wrote a macro that goes to another program, presses a button and returns to FSX. The code looks like this: Dim wsh Set wsh = CreateObject ("Wscript.Shell") Wsh.AppActivate "ND" SendKeys "c" Sleep 10 Wsh.App...