htmlviewer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am using webrequest:

Dim request As WebRequest =
WebRequest.Create("http://212.212.212.4/cgi-bin/video.jpg")
Dim stream As Stream = request.GetResponse().GetResponseStream()
pic = New Bitmap(stream)
stream.Close()

and a timer to repeat this procedure but the html viewer used on the same
form does not work when this procedure is called with timer.....

pls help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top