G
Gas
Hi,
I am a totally C# newbie from VB6.
In my App, I don't know why the form_closing event is never being raised
when I click on the "x" button at the corner my App,
Can anyone give me some hints?
Also I want to know how can I get a list of events for an object( say form)
just like the combo box we use in VB6 editor (at the top)?
(I used to go to the web and copy the
"private void Form1_Closing(object sender,
System.ComponentModel.CancelEventArgs e)"
declaration myself, and this is not good for me to do it for every event
for every contols)
Please give me some help, thanks
Gas
I am a totally C# newbie from VB6.
In my App, I don't know why the form_closing event is never being raised
when I click on the "x" button at the corner my App,
Can anyone give me some hints?
Also I want to know how can I get a list of events for an object( say form)
just like the combo box we use in VB6 editor (at the top)?
(I used to go to the web and copy the
"private void Form1_Closing(object sender,
System.ComponentModel.CancelEventArgs e)"
declaration myself, and this is not good for me to do it for every event
for every contols)
Please give me some help, thanks
Gas