DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
c# open a new form and close current
{ this.Hide(); Form1 f1 = new Form1(); f1.ShowDialog(); this.Close(); }
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#open
#form
#close
#current
ADD COMMENT
Topic
COMMENT
Name
7+1 =
Submit