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
Ankit Shukla
NA
681
117.5k
hide previous open forms in windows application
May 4 2017 4:23 AM
Hello;
I need to hide all forms ehich are open when I open particular new form.
Ex: Suppose form A,B,C are open. And when I want to open form D, all other open forms (A,B,C) will be hide.
I tries this code when open new form (on form load event):
AlcoholDetails alc = new AlcoholDetails();
AlcoholTestingRecord alTst = new AlcoholTestingRecord();
alc .Hide();
alTst .Hide();
But Its not working.
Thank you.
Reply
Answers (
5
)
Select id from one table and its value from another table c#
How to get all the details of particular bill in another win