[dba-VB] Closing an application

Francisco Tapia my.lists at verizon.net
Sun Mar 2 19:52:40 CST 2003


:S there in lies the crutch. :(, back to the FTP control then :( not what I
wanted to do... but oh well...

-Francisco
http://rcm.netfirms.com/
----- Original Message -----
From: "Jim DeMarco" <Jdemarco at hshhp.org>
To: <dba-vb at databaseadvisors.com>
Sent: Sunday, March 02, 2003 9:25 AM
Subject: RE: [dba-VB] Closing an application


: Or do you mean wininet.dll?  I had trouble with this one a while back but
it was installed on a Win98 box (dev and install were created on NT 4.0 and
the dll version was not backwards compatible).
:
: Jim DeMarco
:
: -----Original Message-----
: From: Drew Wutka [mailto:DWUTKA at marlow.com]
: Sent: Saturday, March 01, 2003 11:09 PM
: To: 'dba-vb at databaseadvisors.com '
: Subject: RE: [dba-VB] Closing an application
:
:
: Inet protocol?  Do you mean the Winsock control?  Just an FYI, there is a
: known memory leak issue with the Winsock control in VB 6.  It occurs when
: you unload an instance of the control.  (To prevent the leak, never
'unload'
: instances of the control, just reuse them.  When you are done using them,
: unload the entire form....it's a nasty memory leak too.)
:
: Drew
:
: -----Original Message-----
: From: Francisco Tapia
: To: dba-vb at databaseadvisors.com
: Sent: 3/1/03 9:30 PM
: Subject: Re: [dba-VB] Closing an application
:
: ah ha!, so END is acceptable in a VB environment... and would kill any
: lingering processes in my called module then right... I'm using the inet
: protocol but for some reason it seems to hang every once in a while....
:
: -Francisco
: http://rcm.netfirms.com/
: ----- Original Message -----
: From: "Drew Wutka" <DWUTKA at marlow.com>
: To: <dba-vb at databaseadvisors.com>
: Sent: Friday, February 28, 2003 5:15 PM
: Subject: RE: [dba-VB] Closing an application
:
:
: : 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
: : _______________________________________________
: : dba-VB mailing list
: : dba-VB at databaseadvisors.com
: : http://databaseadvisors.com/mailman/listinfo/dba-vb
: : http://www.databaseadvisors.com
: :
:
:
: _______________________________________________
: dba-VB mailing list
: dba-VB at databaseadvisors.com
: http://databaseadvisors.com/mailman/listinfo/dba-vb
: http://www.databaseadvisors.com
: _______________________________________________
: dba-VB mailing list
: dba-VB at databaseadvisors.com
: http://databaseadvisors.com/mailman/listinfo/dba-vb
: http://www.databaseadvisors.com
:
:
:
:
****************************************************************************
*******
: "This electronic message is intended to be for the use only of the named
recipient, and may contain information from HealthSource/Hudson Health Plan
(HS/HHP) that is confidential or privileged.  If you are not the intended
recipient, you are hereby notified that any disclosure, copying,
distribution or use of the contents of this message is strictly prohibited.
If you have received this message in error or are not the named recipient,
please notify us immediately, either by contacting the sender at the
electronic mail address noted above or calling HS/HHP at (914) 631-1611. If
you are not the intended recipient, please do not forward this email to
anyone, and delete and destroy all copies of this message.  Thank You".
:
****************************************************************************
*******
:
: _______________________________________________
: 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