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
Gururaj Shinde
NA
4
0
this.Close(),this.Disopse() in C sharp
Feb 4 2009 11:11 AM
Hi,..
Respected Sir,
I am a programming student.I want some help on c# windows application related to this.Close(),this.Dispose() on the following...
//In windows application, on Form1-- Button1_Click(-----) i write code
Private void Button1_Click(---,-----)
{
this.Close();
this.Dispose();
Form2 frm=new Form2();
frm.ShowDialog();
}
// to show Form2,but it does not works.. ! I want to close and dispose Form1 while at the same time want to show Form2 .
when i click the button on form1, the whole application get closed.
So please help me to solve this..
Waiting For your reply..
Thanks
--
Gururaj
Reply
Answers (
3
)
manual toolTip goes under the controls
how to use a progress bar and timer control