Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
GeneralRe: Owner drawn Menu Items Pin
Heath Stewart23-Feb-04 3:32
protectorHeath Stewart23-Feb-04 3:32 
GeneralRe: Owner drawn Menu Items Pin
Katalin23-Feb-04 3:51
Katalin23-Feb-04 3:51 
GeneralRe: Owner drawn Menu Items Pin
Heath Stewart23-Feb-04 3:56
protectorHeath Stewart23-Feb-04 3:56 
GeneralRe: Owner drawn Menu Items Pin
Katalin23-Feb-04 22:07
Katalin23-Feb-04 22:07 
GeneralCOM Problem - StrRetToStr() Pin
Tristan Rhodes20-Feb-04 0:14
Tristan Rhodes20-Feb-04 0:14 
Generalrun command Pin
Rob Tomson20-Feb-04 0:01
Rob Tomson20-Feb-04 0:01 
GeneralRe: run command Pin
Mazdak20-Feb-04 0:54
Mazdak20-Feb-04 0:54 
GeneralRe: run command Pin
Jaclyn20-Feb-04 1:00
Jaclyn20-Feb-04 1:00 
You can use the code below to run an application.
The arguments in this case is the application's exe as the first argument & the second argument is the actual file you want to open.

You can also just specify the file & it will open in the default application.
I'm sure it must be possible to just specify the application as well.

System.Diagnostics.Process.Start("WMPlayer.exe", "C:\\test.wmv");

Hope it helps Smile | :)

Jaclyn
GeneralRe: run command Pin
Rob Tomson20-Feb-04 5:29
Rob Tomson20-Feb-04 5:29 
GeneralScrollableControl Pin
PaulStat19-Feb-04 23:36
PaulStat19-Feb-04 23:36 
GeneralRe: ScrollableControl Pin
Werdna20-Feb-04 3:33
Werdna20-Feb-04 3:33 
GeneralRe: ScrollableControl Pin
Heath Stewart20-Feb-04 3:42
protectorHeath Stewart20-Feb-04 3:42 
GeneralRaise an Scrollevent Pin
Fleischen19-Feb-04 23:21
Fleischen19-Feb-04 23:21 
GeneralRe: Raise an Scrollevent Pin
Mazdak20-Feb-04 0:57
Mazdak20-Feb-04 0:57 
GeneralAdd checkbox to BrowseForFolder Pin
Rob Tomson19-Feb-04 21:14
Rob Tomson19-Feb-04 21:14 
GeneralAccessing taskbar apps Pin
Jaclyn19-Feb-04 21:12
Jaclyn19-Feb-04 21:12 
GeneralRe: Accessing taskbar apps Pin
Mazdak20-Feb-04 0:41
Mazdak20-Feb-04 0:41 
GeneralRe: Accessing taskbar apps Pin
Heath Stewart20-Feb-04 3:46
protectorHeath Stewart20-Feb-04 3:46 
GeneralMainWindowHandle Pin
Jaclyn23-Feb-04 22:46
Jaclyn23-Feb-04 22:46 
GeneralRe: MainWindowHandle Pin
Heath Stewart24-Feb-04 3:38
protectorHeath Stewart24-Feb-04 3:38 
GeneralDelegate vs. Function - a benchmark Pin
Meysam Mahfouzi19-Feb-04 17:58
Meysam Mahfouzi19-Feb-04 17:58 
GeneralRe: Delegate vs. Function - a benchmark Pin
Judah Gabriel Himango19-Feb-04 19:25
sponsorJudah Gabriel Himango19-Feb-04 19:25 
GeneralRe: Delegate vs. Function - a benchmark Pin
Werdna19-Feb-04 19:38
Werdna19-Feb-04 19:38 
Questiondefine char* ? Pin
azusakt19-Feb-04 17:12
azusakt19-Feb-04 17:12 
AnswerRe: define char* ? Pin
Heath Stewart19-Feb-04 17:29
protectorHeath Stewart19-Feb-04 17:29 

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.