Windows Media Player
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi! Postulates: - You use VS.NET - You add a Windows Media Player control to a C# Windows Form. - You need to tweak the thingy so the player toolbar(play stop, rewindetc..) does not appear -you want only the screen. Solutions: HelP!!! Thanks,
-
Hi! Postulates: - You use VS.NET - You add a Windows Media Player control to a C# Windows Form. - You need to tweak the thingy so the player toolbar(play stop, rewindetc..) does not appear -you want only the screen. Solutions: HelP!!! Thanks,
Set the
uiMode
property of Media Player tonone
:-) Cheers, Kannan