how can i add media player without controls and border in visual basic....
+1
A:
Winforms? Microsoft explains how to do it here:
http://msdn.microsoft.com/en-us/library/bb383953.aspx
WPF? Look here:
Robert Harvey
2010-02-27 16:16:28
A:
Here's a great player that has fully customizable controls. ASPNetFlashVideo Player
rockinthesixstring
2010-02-27 16:19:11
+1
A:
Change the uiMode property from "full" to "none". You probably don't need to worry about the border anymore after that.
Hans Passant
2010-02-27 17:32:35