private SD SD1 = new SD(); // Buffing the form... private void Go_Tick(object sender, EventArgs e) { Go.Stop(); timer1.Stop(); this.Hide(); // Hiding this form SD1.ShowDialog(); // Opening the form /*PickVersion PV = new PickVersion(); * PV.ShowDialog();*/ this.Close(); }
private void Go_Tick(object sender, EventArgs e) { Go.Stop(); webBrowser1.Url = new Uri(Silverlight_Designer.Properties.Resources.SDPATH + "\\Speedy View\\silverlight.html", System.UriKind.Absolute); panel1.Visible = false; }