J
Jerry Spence1
The following seemed so easy in VB6
Inet2.URL = HTTP://192.168.0.200/get?brightness
Dim retval As String = AxInet2.OpenURL
This would give me the string 'Brightness=34' (It's from a camera)
How do I do it with VB.Net (2005)? I've trawled through loads of code using
Webrowsers, HTTPWepresponse etc but can't get a result.
-Jerry
Inet2.URL = HTTP://192.168.0.200/get?brightness
Dim retval As String = AxInet2.OpenURL
This would give me the string 'Brightness=34' (It's from a camera)
How do I do it with VB.Net (2005)? I've trawled through loads of code using
Webrowsers, HTTPWepresponse etc but can't get a result.
-Jerry