I am new to .NET...
not able to find a function to run a windows application programmetically...
like to run any windows application like Notepad, Word, Excel etc etc...
please help me...
I am new to .NET...
not able to find a function to run a windows application programmetically...
like to run any windows application like Notepad, Word, Excel etc etc...
please help me...
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.
-sutnarcha-
Hi,
You want to run any applications like notepad,word or excel then
use
System.Diagnostics.Process.Run("process name");
Command.
process name should be which u want to run specify in double quotes("").
Example: notepad-notepad
word-winword
internet explorer - iexpore etc
Regards
shilpa