|
-
Aug 24th, 2007, 10:20 AM
#1
Thread Starter
Lively Member
[RESOLVED] [2005] Adding formclosing method...
I know this is a really simple question on the basic usability of VB .Net but I have been successful searching so I figured I'd post and hopefully get a quick answer 
I want to add a formclosing event to my form. Rather than type it manually or cut and paste, shouldnt I be able to automatically add it from the drop down on the top of the code window? I know its really newbie question but I dont see the option to add that method. Please tell me how to do this.
Thanks.
-
Aug 24th, 2007, 10:24 AM
#2
Re: [2005] Adding formclosing method...
Hey jeff,
You are speaking of the drop downs when viewing code correct? My Form Events drop down has a FormClosing method.
Additional in Design Mode you can choose your method for your control from the properties window.
-
Aug 24th, 2007, 11:15 AM
#3
Thread Starter
Lively Member
Re: [2005] Adding formclosing method...
 Originally Posted by nmadd
Hey jeff,
You are speaking of the drop downs when viewing code correct? My Form Events drop down has a FormClosing method.
Additional in Design Mode you can choose your method for your control from the properties window.
Ok, I needed to change the left selection from Form1 to Form1events...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|