Link to home
Start Free TrialLog in
Avatar of bcp5190
bcp5190

asked on

How can i schedule to run myapp.exe which use SendKeys?

How can i schedule to run myapp.exe which use SendKeys?

I have vb app which connect to website , logon to site and download data. Myapp used SendKeys commands.

I want to schedule this app every day 7 am. i'm having trouble scheduling this because i use user interaction SendKeys commands. Is there any other way to scheding this i also try using nt shcedular it works but if i logoff the shcedule doenot work.
Avatar of Richie_Simonetti
Richie_Simonetti
Flag of Argentina image

If you are using IE to log in website, there is a "safe" way to populate logon page without using sendkeys:

wwww.angelfire.com/realm/vb-shared/index.html under "IE DOM..." topic.
Avatar of bcp5190
bcp5190

ASKER

I'm getting pop up dialog box network userid and password. and second popup i have is for nt userid and password. right now i'm loging using sendkeys from vb app.
Is there any easier method to download data from secure site.
How can i
ASKER CERTIFIED SOLUTION
Avatar of Richie_Simonetti
Richie_Simonetti
Flag of Argentina image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bcp5190

ASKER

The above method works for nt authentication but it do not work with proxt logon.