I write this line in a button to Open a Program:
The program (Downloader.exe) successfully opened, But I need handle number of it.
Can I get it?
Code:
result = File.Run("AutoPlay\\Docs\\Downloader.exe", "", "", SW_SHOWNORMAL, false);
Can I get it?
Comment