Share via

need help on c#

Johan Aro 1 Reputation point
2022-09-18T18:31:17.233+00:00

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#
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.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.