View Single Post
Old Dec 4th, 2006, 2:40 PM   #4
Robocop
Programmer
 
Join Date: Sep 2004
Posts: 44
Rep Power: 0 Robocop is on a distinguished road
Quote:
Originally Posted by The Dark View Post
A quick google for "vb onclose event" leads me to think you can just put in
that setting e.Cancel to True cancels the close.
Thanks! it worked great!

Quote:
Originally Posted by PhilBon
one thing I'd suggest, not that you have to is instead of Me.edit_type.Text = "" I would use Me.edit_type.Text = nothing. To me that just seems better, don't know how others would feel. Either way works fine, I just see "Nothing" neater than ""
Nice idea.
Robocop is offline   Reply With Quote