Lost Sub labels
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