
Originally Posted by
The trick
Tech99, please send me project that causes the error.
Sorry, for the delay in answering. I found error, causing crash. It wasn't in your class, but other part of code dealing with listbox in the form. However, for some reason VB is not able to catch runtime error, when asm thunking is made. Other than that, compiled exe is somewhat sensitive to crash, when only one Trick classed listbox is in from and declared as an array.
Code:
'Set TrickList.ListBox = lstTest(0)
Set TrickList.ListBox = lstTest 'preferred method without index, if there are only one subclassed lstTest listbox.