Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
The easiest option is to just create 1 more instance of your form and call the Show()
.
For example, suppose your form class is named WBrowser, you can execute the following code in your click handler:
var wnd = new WBrowser();
wnd.Show();
using System.Diagnostics;
...
string exePath = Process.GetCurrentProcess().MainModule.FileName;
string arguments = "";
Process.Start(exePath, arguments);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question