Hi Krool ... about that bug...

just wondering... do you take into account that when using module (.bas) in an OCX, all "public" variable are SHARED for all instance ?

only variable in the .CTL are not shared (public and private)

I had a similar issue in past with that. I can post you an exemple project that show the bug.