Click here to Skip to main content
16,013,642 members
Home / Discussions / C#
   

C#

 
GeneralRe: Combining referenced assemblies in the EXE Pin
leppie18-Jun-04 8:35
leppie18-Jun-04 8:35 
GeneralRe: Combining referenced assemblies in the EXE Pin
Marc Clifton18-Jun-04 9:45
mvaMarc Clifton18-Jun-04 9:45 
GeneralRe: Combining referenced assemblies in the EXE Pin
Nick Parker18-Jun-04 9:28
protectorNick Parker18-Jun-04 9:28 
GeneralRe: Combining referenced assemblies in the EXE Pin
Marc Clifton18-Jun-04 9:44
mvaMarc Clifton18-Jun-04 9:44 
GeneralAVI-Play Pin
PrebKlok18-Jun-04 7:20
PrebKlok18-Jun-04 7:20 
GeneralRe: AVI-Play Pin
Corinna John18-Jun-04 8:11
Corinna John18-Jun-04 8:11 
GeneralRe: AVI-Play Pin
Stefan Troschuetz18-Jun-04 8:58
Stefan Troschuetz18-Jun-04 8:58 
GeneralRe: AVI-Play Pin
sheppe20-Jun-04 7:31
sheppe20-Jun-04 7:31 
An alternative method is to use the DirectShow runtime DLL: Quartz.dll. It's been a long time since I used it, but basically you add a reference to it in your project (it's in the System32 directory) and .NET will create the neccessary interop assemblies (I believe the reference will display as QuartzTypeLib in the Project Explorer). Following that you will have access to the necessary methods of DirectShow to playback audio and video files.

Note that this method is a lot more complex than just using the Media Player control, but it will also be a lot more configurable for you. There is too much code to post as an example to make this work for you, but I'm sure there are a lot of samples online that you can use.

HTH

-Sheppe Pharis, MCSD
GeneralFolderBrowserDialog Pin
Guinness4Strength18-Jun-04 6:57
Guinness4Strength18-Jun-04 6:57 
GeneralRe: FolderBrowserDialog Pin
Heath Stewart18-Jun-04 13:58
protectorHeath Stewart18-Jun-04 13:58 
GeneralRe: FolderBrowserDialog Pin
Guinness4Strength19-Jun-04 10:33
Guinness4Strength19-Jun-04 10:33 
GeneralRe: FolderBrowserDialog Pin
Heath Stewart20-Jun-04 9:49
protectorHeath Stewart20-Jun-04 9:49 
GeneralIcons Resources Not Being Saved Pin
Peter Vertes18-Jun-04 5:29
Peter Vertes18-Jun-04 5:29 
GeneralRe: Icons Resources Not Being Saved Pin
Heath Stewart18-Jun-04 13:50
protectorHeath Stewart18-Jun-04 13:50 
GeneralRe: Icons Resources Not Being Saved Pin
Peter Vertes18-Jun-04 16:13
Peter Vertes18-Jun-04 16:13 
GeneralRe: Icons Resources Not Being Saved Pin
Heath Stewart18-Jun-04 18:25
protectorHeath Stewart18-Jun-04 18:25 
General\\computer\shared Pin
lustuyck18-Jun-04 4:18
lustuyck18-Jun-04 4:18 
GeneralRe: \\computer\shared Pin
Heath Stewart18-Jun-04 4:40
protectorHeath Stewart18-Jun-04 4:40 
GeneralRe: \\computer\shared Pin
lustuyck22-Jun-04 2:19
lustuyck22-Jun-04 2:19 
GeneralRe: \\computer\shared Pin
Richard Deeming18-Jun-04 7:24
mveRichard Deeming18-Jun-04 7:24 
GeneralRe: \\computer\shared Pin
lustuyck20-Jun-04 22:05
lustuyck20-Jun-04 22:05 
QuestionHow to brows Datasets on other form in my component that droped on a form. Pin
Member 114126618-Jun-04 4:05
Member 114126618-Jun-04 4:05 
AnswerRe: How to brows Datasets on other form in my component that droped on a form. Pin
Heath Stewart18-Jun-04 4:10
protectorHeath Stewart18-Jun-04 4:10 
GeneralRe: How to brows Datasets on other form in my component that droped on a form. Pin
Member 114126618-Jun-04 4:51
Member 114126618-Jun-04 4:51 
GeneralClosing a OleDbConnection Pin
PaleyX18-Jun-04 3:50
PaleyX18-Jun-04 3:50 

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.