Hi,
I am using the latest version of ctl32 in my application. I have encountered a problem using ctl32_balloontips. It is working just fine everywhere in my application, but, when instantiating a container class that, among other controls, contains the balloontip it is crashing with the "Declare DLL call caused an exception." error. I am using ctl32_balloontip in other container classes and it is ok. Just this one...
I noticed that, if I display a balloontip in the calling form just before clicking the button that instantiates the class, the error is gone.
Some error details:
PROGRAM : hwndfrom_access
ERROR NO. : 2027
ERROR MESS. : Declare DLL call caused an exception.
LINE : 2067
The calling stack (viewdetails is the problematic ctl32_balloontip):
CTL32 27 Frmlevel3.pgpages.page5.lolistkc.viewdetails.init
CTL32 14 Frmlevel3.pgpages.page5.lolistkc.viewdetails._bindevents
CTL32 9 Frmlevel3.viewdetails._propertyhandlerformwmnotifymsg
CTL32_STRUCTURE 2067 Nmhdr.hwndfrom_access
LEVEL3 2 Frmlevel3.viewdetails.error
What could be the problem?
Thank you very much.
