I tried to run my webpage and the Console.WriteLine
did not work.
Does anyone know why?
private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
{
System.Diagnostics.Process.Start("https://www.google.com.sg/");
Console.WriteLine("Running");
System.Diagnostics.Trace.WriteLine("run");
}