I want to refresh the page http://forums.nintendo.com/nintendo/boa ... eplay_help over and over and over. This is just for me. Could someone help me on how to make this? PS I dont have a http wrapper or know what they are/do/where to get one.
you just want to refresh? put a code like this Code (Text): dim stoprefresh as boolean Private Sub cmdstart_Click() do until stoprefresh=true wrapper1.getwrapper("*url*") loop End Sub and then for a stop button Code (Text): Private Sub cmdstop_Click() stoprefresh = true End Sub
You could use a control like IE to load a page (doesn't need any wrapper download) and then put a timer and in its code put: "WebControl1.Refresh"
drag all of the contents of the folder into theproject workspace. then find where it says httpwrapper in the toolbox and place it on your form
mmh you could just download the perl refresher and replace the URL.. shouldn't be too hard to figure out how to do it -,- it's the main reason I made the perl scripts (so people can easily customize them if they want)
Or you could just put your code (wrapper.postwrapper "link") and then just put that in a timer with a command button.