Guest SC510 Posted July 25, 2002 Posted July 25, 2002 Are there .net equivalents to the .unload and .qureyunload? I want to run code once the unload is triggered but before it actually unloads. In VB6 queryunload would do that but I haven't found an equivalent in .net. Slowly migrating my head to .net..... Thanks. Quote
*Gurus* divil Posted July 25, 2002 *Gurus* Posted July 25, 2002 .Closing and .Closed Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
coco_3010 Posted November 13, 2003 Posted November 13, 2003 here is 1 more for the .uload put Me.close() 'instead of End (End causes memory leaks) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.