exe problem
-
Can I execute an exe in a windows application ? My exact requirement is, on the button click event I should run the exe in the same window where the button resides. Right now I am using process.start() to execute, but it is opening a new window. Thank U all, Kiran
-
Can I execute an exe in a windows application ? My exact requirement is, on the button click event I should run the exe in the same window where the button resides. Right now I am using process.start() to execute, but it is opening a new window. Thank U all, Kiran
There is a CP article on this. It's a real hack ,but you can do something. Odds are you're going to break your app tho, I would not do it.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Can I execute an exe in a windows application ? My exact requirement is, on the button click event I should run the exe in the same window where the button resides. Right now I am using process.start() to execute, but it is opening a new window. Thank U all, Kiran