Calling “paint” should be by:
System.Diagnostics.Process.Start(@"C:\Windows\System32\mspaint.exe");
Am I right?
What’s the minimum code around it needed to make it work in a windows form application?
Calling “paint” should be by:
System.Diagnostics.Process.Start(@"C:\Windows\System32\mspaint.exe");
Am I right?
What’s the minimum code around it needed to make it work in a windows form application?
That code will still work in a Windows Form Application.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.