|
-
Oct 21st, 2011, 06:21 PM
#1
Thread Starter
Hyperactive Member
HttpRequest in VB.NET ?
Hi people.
I'm quite new to VB.NET as I had problems leaving vb6 because of all my daily-use projects were coded and maintained with it.
I didn't quite know where to start so I'll explain myself the best that I can.
In a new **vb6** project I am currently developping, I use HttpRequests to navigate some pages of a website. Using the webbrowser was not an option, this time, as it would have needed me to simulate mouse clicks and use sendkeys to input data. This part works great.
The problem is that I'm now at a screen where some server-side javascript code is supplied and I can't grab it in any way using httprequests. So, at that precise point, I'd like to be sent back intro a standard webbrowser on my form.
I've been told this wasn't going to be possible in vb6, ... but I could do it in .NET. Could someone confirm?
When the HttpRequest part is done, I end up with session-cookies saved in a string variable and the requestresponse gives me the whole .html of the last result. (anyway you httprequesters already know about it)
Any thoughts greatly appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|