Keeping web site refreshed
-
A web site I am using needs being regularly refreshed otherwise the site disconnects my session ( for security reasons) and I have to log in and enter my password again. To keep being connected I just need to click on some hyperlink. I would like to write a VB applet which would just do the click . How can that be done? aprx
-
A web site I am using needs being regularly refreshed otherwise the site disconnects my session ( for security reasons) and I have to log in and enter my password again. To keep being connected I just need to click on some hyperlink. I would like to write a VB applet which would just do the click . How can that be done? aprx
Have a look at HttpWebRequest[^] and HttpWebResponse[^], this should get you going. Hope this helps Tom
-
Have a look at HttpWebRequest[^] and HttpWebResponse[^], this should get you going. Hope this helps Tom