Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Well i have worked that out, but now i need help with the media player control itself, how do i make the control go full screen (like you can by right clicking on it and going to zoon -> fullscreen

 

Jonathan

Posted

I posted because there was so much vague crap on the first page.

 

is this a .net component?

 

I'm guessing something like:

 

mediaplayercontrol.Fullsize() or mediaplayercontrol.Fullsize = true, but you really do need to learn how to use MSDN, you'll never get anywhere without it.

Posted

okay, i tried the MediaPlayer.Fullsize = true annd i get this error

C:\Documents and Settings\Jonathan.N-FORCE\My Documents\Visual Studio Projects\docked sidebar\XPEBarTest\frmMediaPlayer.vb(140): 'Fullsize' is not a member of 'AxWMPLib.AxWindowsMediaPlayer'.

Posted

Ok, i worked out the code

Private Sub MenuItem14_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem14.Click
       MediaPlayer.settings.setMode(Loop, True)
   End Sub

but i get the error

C:\Documents and Settings\Jonathan.N-FORCE\My Documents\Visual Studio Projects\docked sidebar\XPEBarTest\frmMediaPlayer.vb(254): Expression expected.

 

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay/mmp_sdk/settingssetmode.asp is where i got the code from

Posted
Here some general advice for you new comers to programming: Read the help files! Let's not clutter up the board with all of these first week of a programming class questions!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...