[dba-VB] Closing an application

Drew Wutka DWUTKA at marlow.com
Fri Feb 28 19:15:11 CST 2003


Ditto.  End is what you use to close a VB App.  Sure, if you have one form,
and nothing loaded in the background, you can just unload the form (or give
the user the 'x')  but End stops the execution of your VB .exe, thus
unloading everything.

Drew

-----Original Message-----
From: Gregory K. Hazzard [mailto:ghazzard at aelfen.net]
Sent: Friday, February 28, 2003 6:24 PM
To: dba-vb at databaseadvisors.com
Subject: RE: [dba-VB] Closing an application


I have heard this in the past - and I must admit to being guilty of
using End, but I've never really know the difference, other than End
exits your app no matter where it is, and unload requires you to call
each form individually.

What makes End such a No-no?

Greg


-----Original Message-----
From: dba-vb-admin at databaseadvisors.com
[mailto:dba-vb-admin at databaseadvisors.com] On Behalf Of Mike and Doris
Manning
Sent: Friday, February 28, 2003 3:40 PM
To: dba-vb at databaseadvisors.com
Subject: RE: [dba-VB] Closing an application

"Unload Me" hides the form and removes it from memory so you are
definitely
doing the right thing.  As with Access, "END" is a no-no.

Doris Manning
Database Administrator
Hargrove Inc.
www.hargroveinc.com




_______________________________________________
dba-VB mailing list
dba-VB at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-vb
http://www.databaseadvisors.com



More information about the dba-VB mailing list