TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
NAGARAJU TAMADA
NA
205
285.7k
Closing a form and then call another one in c# windows
Jul 17 2013 1:11 AM
Hi to all,
I have a main form,in this i placed menustrip with some menuitems. When i clicked a menu item form will displayed.When I clicked another one the previous one should be closed.
I used this below code
this.Close();
AdminMainForm adminMainForm = new AdminMainForm();
adminMainForm.Show();
But this code not working for my query.
when I use this.Hide() the Application is still running
Finally my query is when i enter and close the login form automativally it will displayed main form. please reply to me
Regards
Nagaraju T
Reply
Answers (
9
)
palindrome in c# ?
windows c# chat application.