SendKeys

M

Mike

Hi there,

Through this newsgroup I just discovered all the cool
things I can do with "SendKeys".
I was wondering if it's also possible to "simulate" mouse-
clicks (left and right clicks) in a similar way??

Thanx in advance for you help

Mike
 
V

Vasant Nanavati

No.

Also, using SendKeys is generally inadvisable if another alternative is
available (which it usually is).
 
D

Don Wiss

Vasant Nanavati said:
Also, using SendKeys is generally inadvisable if another alternative is
available (which it usually is).

The one usage where I found SendKeys to be the best is after the user has
clicked a Control Toolbar check box. It sends the focus back to where ever
it was before. You do need to have a flag to be sure this is only done when
the user checks, and not another macro running.

Don <donwiss at panix.com>.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top