E
Edward Luhn
I'm trying to send pause commands to RealPlayer while staying in Word
2000. (It's part of a transcribing project.) AppActivate and SendKeys
works great, but then the focus stays on the RealPlayer window instead
of switching back to Word. I need it to go back to Word automatically,
so I can keep typing without having to mess with the mouse.
Here's what I'm doing:
strThisDoc = ActiveDocument.Name
AppActivate "RealPlayer"
SendKeys "^p"
AppActivate strThisDoc
....What do I kick?
TIA
2000. (It's part of a transcribing project.) AppActivate and SendKeys
works great, but then the focus stays on the RealPlayer window instead
of switching back to Word. I need it to go back to Word automatically,
so I can keep typing without having to mess with the mouse.
Here's what I'm doing:
strThisDoc = ActiveDocument.Name
AppActivate "RealPlayer"
SendKeys "^p"
AppActivate strThisDoc
....What do I kick?
TIA