Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WebBrowser - fullscreen - keypress - URGENT 1

Status
Not open for further replies.

Toastie

Programmer
May 19, 2001
123
AU
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.
 
You can set the focus to your tune player to bring it upfront or you could re navigate the the browser to the same page and not have it full screen or you could KILL the browser, minimize it, or hide it. I'm not sure exacly what your wanting to do but i hope this helps.
Todd Norris
Hope this helps !
 
oh it just isnt possible it is just all stuffed up

the app is a shaped form and my current fullscreen mode calls up a new browser object as internet explorer and i just found out that i have no control over this object
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top