Hi, i'm using the vbAccellerator treeview ocx.
I've noted that when i start and stop many time my application the treeview crash for out of memory.

I tried also to use other ocx that uses the vbaccelerator subclass lib and also them crash like the treeview.

In debug mode i saw that after a number times that i restart my application
the GetProp line of Get MessageClassCount method of subclass.bas file returns zero and it raise the error.

The subclass.bas is here:
http://www.vbaccelerator.com/home/VB...bclass_bas.asp

Is there anyone can know how fix it or has an update version of this lib?

The memory occupied is not the normal memory i tried to use task manager and enabled the user object in it but nothing happens. How can i check the memory that is full?

thanks