[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.
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. :ehh:
Additional in Design Mode you can choose your method for your control from the properties window.
Re: [2005] Adding formclosing method...
Quote:
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. :ehh:
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... :duck: