R
rogdh
In C# I want to
Have the user make a selection from a ComboBox.
Then..
open a console.window
append a folder to the environment "path"
and then launch an application that uses the user.selected item as an
argument to that application.
Well, with Systems.Diagnostics.Process I can get the console window.
But that's it.
I've tried to add Strings that contained the other commands to the
Process.StartInfo.
But I only get the Console.window.
Any help??
thanks
roger
Have the user make a selection from a ComboBox.
Then..
open a console.window
append a folder to the environment "path"
and then launch an application that uses the user.selected item as an
argument to that application.
Well, with Systems.Diagnostics.Process I can get the console window.
But that's it.
I've tried to add Strings that contained the other commands to the
Process.StartInfo.
But I only get the Console.window.
Any help??
thanks
roger