hii
and thank you for all your supporting
my question is am using webview to connect to my ip cam and everything was good and i can see the video streaming but i want the view to be zoomed out because its too zoomed in, i used this code
Sub bed_room_camera
Dim zoomed As Boolean
Camera.LoadUrl("http://xxxx.xxx/xxx.htm")
If zoomed = False Then
For i = 0 To 10
If Camera.Zoom(False) = True Then
End If
Next
zoomed = True
End If
Camera.ZoomEnabled = False
End Sub
it worked fine for awhile but when the page full loaded it became to the same size before
can you help me with any code or example for zoom out