Simulate left click...

G

Guest

I've generate an excel report which is sent via text over the internet 3
times a day(Through Esendex). At the moment it is automatied by using
sendkeys, messy but works... I've written the code to move the mouse to
certain areas of the web form that need filling out depending on the screen
resolution planning to get rid of majority of the send keys option. However -
i can not for the life of me figure out how to simulate a left click to make
parts of the form active. I've tried vbkeyslbutton and such like but this
generates a '1' rather than a left click.

Can anyone help at all please...please...
 
T

Tim

In most cases when automating a web interface it's better to ditch the
sendkeys and instead directly automate the browser.

Assumptions:
1. You're using a browser (such as IE) which exposes a COM automation
interface
2. The web UI is HTML-coded, not (Eg.) Flash or a Java applet

Search this newsgroup in Google groups for "automate IE"

Tim
 
T

Tim Williams

Better - the Esendex web site has information on various SDK's (including
one for VB) which can be used to send messages directly, without needing to
use their web pages.

Tim
 

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