ColdandUgly
New member
- Joined
- Jul 19, 2005
- Messages
- 3
Seems like this should be easy enough.
But this doesnt work...
Code:
Private Sub Form1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove
If boolFull = True Then
Try
mobjVideo.Fullscreen = False
boolFull = False
Catch ex As Exception
MsgBox(ex.ToString)
End Try
End If
End Sub
But this doesnt work...