Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralPlaying Video with windows media player in C# Pin
kharr102722-Jul-03 9:12
kharr102722-Jul-03 9:12 
GeneralRe: Playing Video with windows media player in C# Pin
eric feng22-Jul-03 11:55
eric feng22-Jul-03 11:55 
GeneralRe: Playing Video with windows media player in C# Pin
kharr102722-Jul-03 19:19
kharr102722-Jul-03 19:19 
GeneralRe: Playing Video with windows media player in C# Pin
eric feng23-Jul-03 6:11
eric feng23-Jul-03 6:11 
GeneralRe: Playing Video with windows media player in C# Pin
Meysam Mahfouzi22-Jul-03 17:28
Meysam Mahfouzi22-Jul-03 17:28 
GeneralRe: Playing Video with windows media player in C# Pin
kharr102722-Jul-03 19:20
kharr102722-Jul-03 19:20 
GeneralRe: Playing Video with windows media player in C# Pin
Meysam Mahfouzi22-Jul-03 23:51
Meysam Mahfouzi22-Jul-03 23:51 
GeneralRe: Playing Video with windows media player in C# Pin
Leon van Wyk11-Sep-03 23:27
professionalLeon van Wyk11-Sep-03 23:27 
You need to check what version you are using becauce the commands changed completely between the two? If you have installed media player 9 it will over write the exiting componet the came with VS. Here is a sample of the older version which I think is the one that you have got!

private AxMediaPlayer.AxMediaPlayer VideoScreen;
VideoScreen = new AxMediaPlayer.AxMediaPlayer();

string FullPathAndFileName = @"C:\MyVideo.avi";

VideoScreen.FileName = FullPathAndFileName;
VideoScreen.Play();

Hope this helped

Leon v Wyk
GeneralStringBuilder chars with index Pin
misterbear22-Jul-03 7:47
misterbear22-Jul-03 7:47 
GeneralRe: StringBuilder chars with index Pin
J. Dunlap22-Jul-03 7:58
J. Dunlap22-Jul-03 7:58 
GeneralRe: StringBuilder chars with index Pin
misterbear22-Jul-03 11:23
misterbear22-Jul-03 11:23 
GeneralSHIFT + CTRL Pin
kanch eramudu22-Jul-03 7:46
kanch eramudu22-Jul-03 7:46 
GeneralRe: SHIFT + CTRL Pin
James T. Johnson22-Jul-03 8:17
James T. Johnson22-Jul-03 8:17 
GeneralRe: SHIFT + CTRL Pin
J. Dunlap22-Jul-03 8:54
J. Dunlap22-Jul-03 8:54 
GeneralRe: SHIFT + CTRL Pin
kanch eramudu23-Jul-03 6:18
kanch eramudu23-Jul-03 6:18 
GeneralDataGrid Column Alignment Pin
albean22-Jul-03 7:26
albean22-Jul-03 7:26 
GeneralRe: DataGrid Column Alignment Pin
A.Wegierski23-Jul-03 3:35
A.Wegierski23-Jul-03 3:35 
GeneralPosition of Characters in a String Pin
.gonad22-Jul-03 6:51
.gonad22-Jul-03 6:51 
GeneralRe: Position of Characters in a String Pin
Julian Bucknall [MSFT]22-Jul-03 7:08
Julian Bucknall [MSFT]22-Jul-03 7:08 
GeneralRe: Position of Characters in a String Pin
David Stone22-Jul-03 7:16
sitebuilderDavid Stone22-Jul-03 7:16 
GeneralRe: Position of Characters in a String Pin
.gonad22-Jul-03 9:04
.gonad22-Jul-03 9:04 
GeneralRe: Position of Characters in a String Pin
Julian Bucknall [MSFT]22-Jul-03 11:37
Julian Bucknall [MSFT]22-Jul-03 11:37 
GeneralRe: Position of Characters in a String Pin
Frank Olorin Rizzi22-Jul-03 7:14
Frank Olorin Rizzi22-Jul-03 7:14 
GeneralRe: Position of Characters in a String Pin
Bo Hunter22-Jul-03 15:58
Bo Hunter22-Jul-03 15:58 
GeneralWindows.Forms, Linux and C# Pin
User 665822-Jul-03 5:47
User 665822-Jul-03 5:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.