tags:

views:

38

answers:

3

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:

http://msdn.microsoft.com/en-us/magazine/cc163455.aspx

Robert Harvey
A: 

Here's a great player that has fully customizable controls. ASPNetFlashVideo Player

rockinthesixstring
+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