need help on c#
Ok so i am making a c# desktop application. All i want is to "build" other .exe apps on it. Like whenever someone installs my application he will automatically have some new .exe files on his C: Drive. I want this to make some buttons that can launch the other .exe for example:
private void launch_btn(object sender, EventArgs e)
{
Process.Start(@"C:\Users\The .exe app name")
}
-Thank you
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.