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
kobycool68
NA
23
0
closing form
Jun 1 2004 6:17 AM
hello i have a closing method taht occurs whenever i close the form(X-on the top right side) : this.Closing += new System.ComponentModel.CancelEventHandler(this.Form_Closing); and i have a "Cancel" button that suppose to do exectly the same operation: this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); how can i operate the 'this.Form_Closing' function also when i click the "Cancel" button without copy all my operations in 'this.Form_Closing' function or opposite, how can i operate the 'this.buttonCancel_Click' function when i press the X. thanks koby
Reply
Answers (
1
)
External processes in VB.NET
Printing using only PrintDocument