How can i Include Custom exe in C# Windows Application
Dear friend,
Good Evening.i have create simple C# windows Application successfully.how can Run other exe file in C# button click event.Please help me friends...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
VulpesPosted Jun 13, 2011, 11:01 AM
VulpesPosted Jun 14, 2011, 4:41 AM
Ramesh GPosted Jun 14, 2011, 1:26 AM
Dear friend,
Good Morning.Thank You.Its Run Successfully. i have use that type of slash(\),its not work.so i have change slash(/).its work.
System.Diagnostics.Process.Start("C:/Program Files/VideoLAN/VLC/vlc.exe");
VulpesPosted Jun 13, 2011, 11:25 AM
Ramesh GPosted Jun 13, 2011, 11:06 AM
u r code is run for only common exe file.but i am use custom exe file(for example:System.Diagnostics.Process.Start("vlc.exe");).Its not Run.... please help me...