Hello! I'm new to this stuff, so please go easy!
I've got an Edit Control ActiveX box that I'm using to process keyboard input (getting the MCE remote control to work in my menu). It works like a champ, but I don't want the box with the cursor in it to be visible, so I've got it off-screen.
What I'd like is a button on the screen that you can click on to "enable remote control" -- all I need it to do is move the focus to the Edit Control box so that the cursor appears in it... and I can't figure out how to do it.
Is there a way to do this directly in script? Alternately, can you create a fake mouse click at a given point on the screen?
Thanks for any info you might have,
-VRS