-
Topic
-
I need to be able to run an application from my applet. When the app runs it requires user input – so I need to know how to send a keystroke after it has run. Below is the code I have – which doesn’t allow me to send a keystroke:
if not Groupwise.RunProgram (APPTORUN,Parameters) then
Success= False
else
Success= True
end ifIdeally – I want to run the app – and then send a single keystroke. Is there a way to do this with Shell instead?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.