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
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