Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

App won't unload completely (TSR)

Status
Not open for further replies.

genomon

Programmer
Aug 20, 2001
2,449
US
VB6 exe MDI app - I use App.PrevInstance to check for an open instance when the app starts. Occasionally it returns true, even though there is no open instance of the app. When this happens, the app is listed as "running" in task manager, even though there is no instance running. All connections are closed & set to nothing when the app closes (before Unload Me). Can't find any memory leaks, but obviously something is left hanging. Need to identify & get rid of this reference somehow. Can anyone help me out?
Thanks!.....

[banghead]

I wondered why the baseball was getting bigger.
Then it hit me.
 

Since you mention connections I would check for recordsets, too!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top