I have a small browser window im my cartoon player and it is 320 X 240.
Also I have a fullscreen button that calls the following code:
Private Sub cmdFullScreen_Click()
Me.WebBrowser1.Navigate App.Path & "\"
objIE.Navigate cboAddress.Text
objIE.FullScreen = True
objIE.Visible = True
End Sub
Now what I need to do is unload the fullscreen browser window and show my normal toon player on KEYPRESS.
If there is any way of doing a keypress command even if I can put a transparent thing over it or something.
Ow i dunno HELP PLEASE.
RELEASE DATE IS FIRST WEEK IN AUGUST.
Also I have a fullscreen button that calls the following code:
Private Sub cmdFullScreen_Click()
Me.WebBrowser1.Navigate App.Path & "\"
objIE.Navigate cboAddress.Text
objIE.FullScreen = True
objIE.Visible = True
End Sub
Now what I need to do is unload the fullscreen browser window and show my normal toon player on KEYPRESS.
If there is any way of doing a keypress command even if I can put a transparent thing over it or something.
Ow i dunno HELP PLEASE.
RELEASE DATE IS FIRST WEEK IN AUGUST.