Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
~307 People Reached
Favorite Forums
1 Posted Topic
Re: [code] this.Hide(); //hide login form Form1 mainForm = new Form1; mainForm.ShowDialog(); //important to use ShowDialog(); so that this.Close(); //login form closes only when mainForm closes. [/code] |
The End.