PDA

View Full Version : VBA WinHTTP auto Post and File Download



Movian
08-10-2009, 01:52 PM
Hey,
i was wondering we support our clients through an RDP system them requires them to open up a web browser goto a set page, enter a pin number, and hit submit this will then being the download of an exe file which they must run.

I was hoping i could replace this process with our clients clicking a support button in our program, entering a pin into an INPUT box and the system, using WinHTTP would then connect to the site, POST the PIN to the ASPX form, download the file that is then downloaded and run it automatically....

however i am having problems posting the pin to the form, also i have no idea how to detect and or handle the download file once i get that far.

As always any help is apriciated.