Thread
:
Hiding seek bar in Media player control Using C# windows application
View Single Post
•
•
Join Date: Feb 2008
Posts: 509
Reputation:
Solved Threads: 88
selvaganapathy
Offline
Posting Pro
Re: Hiding seek bar in Media player control Using C# windows application
0
#
2
Aug 25th, 2008
Hi,
Set uiMode property of windows media player to none
Help with Code Tags
C# Syntax
(
Toggle Plain Text
)
axWindowsMediaPlayer1.
uiMode
=
"none"
;
axWindowsMediaPlayer1.uiMode = "none";
KSG
selvaganapathy
View Public Profile
Find all posts by selvaganapathy