VB.NET for webbrowser control losing focus and failing?

B

Blarneystone

Hi,

I'm wanting to write a program that allows an employee to log into an
order website and have the program click on the same product numbers
to add them to a basket for checkout.

we just find lag on the site is taking them too long to order the same
stuff via the web each time.

I'm wondering if it's best that I write it in VB.NET and reference the
IE browser or would ASP.net be more effective? I did a test run in
VB.NET this way:

Goes to the site and gets to the product category.
I use keyboard.send(vbtab, true) to get to the product
keyboard.send("~", true) to set checkmark

repeat for all products...SUCCESS!

This works until the user runs a background app. and the order app
loses focus.

Do you have any suggestions?

thanks...
 

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