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

C#

 
GeneralCombining referenced assemblies in the EXE Pin
Marc Clifton18-Jun-04 8:03
mvaMarc Clifton18-Jun-04 8:03 
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 
If you use the ActiveX Control like Corinna suggested maybe a look at the Media Player SDK on MSDN will be useful.

Another player can be started by calling Process.Start method. See the documentation for the Process class for more information.
If you want to control the started application you have to P/Invoke SendMessage to send message towards it. It think there was an article how to this with Media Player here on CodeProject.


www.troschuetz.de
GeneralRe: AVI-Play Pin
sheppe20-Jun-04 7:31
sheppe20-Jun-04 7:31 
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 

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.