CompuServe Messages

Lost Sub labels

    10-Oct-91 23:13:10
Sb: #2438-Lost Sub labels
Fm: Rick Sands/OR 70274,103
To: Don Funk 76701,155
In my application, I have noticed that I lose % in resources (I have a gauge). I'm using a Pascal DLL, which could be suspect, but I don't *think* it is from that. I do have many items on each form, but I don't have many of them active at any one time (maybe three). I do use -lots- of bitmaps. My question is, as VB runs, does it lose a small amount of the resources as it runs? IOWs, when dealing with hBitmaps handles that a DLL gives it, does it properly DestroyObject(hBitmap) on them? – Ricks