Stop media player window from resizing

  • Thread starter Thread starter Darren
  • Start date Start date
D

Darren

OK, this should be really simple, but I still can't see where I can set an
option to prevent Windows Media Player 9 from resizing the window when it
loads at startup or when a file is played. I need it to stay one size not
change depending on the videos size.

Any ideas?

Thanks
 
not that this has anything in the least to do with VB, how about the "View>VideoSize>Fit Player To
Video On Start" option?
 
I was referring to the Windows Media Player 9 SDK, I have added it into
a VB.NET application, but everytime I play a file it resizes itself and
covers up objects on the form, I want to prevent this from happening.
 
Darren,

I believe Media Player options can be set programmatically, so you might
want to explore the Media Player SDK docs on how to turn off the option Rick
has referenced.
 
Darren,

I believe Media Player options can be set programmatically, so you
might want to explore the Media Player SDK docs on how to turn off the
option Rick has referenced.

No luck, I've tried it in another project and it stays the same size, this
one seems to enlarge itself on startup and when I load a file. It also
doesn't want to go into fullscreen mode when its playing anything other
than an MP3. Yet my other project works just fine.

This makes no sense.
 
Back
Top