Hi All
I try to use ToolTips within a Custom Control Dll. There is no problem with ToolTips, but when Dll is loaded, use of InitCommonControlsEx cause an short appearance (or just flicker) of a big strange frame-rect on the screen.
How to use InitCommonControlsEx in Custom Control Dll ?
Look at XXControls - http://xxcontrols.0bit.info - these are custom controls written in ASM, so you may find what you are looking for :-)
/siddhartha
Hi
Sorry for this post ::)
I just resolve the problem.
The flickering was caused from WS_VISIBLE style in CreateWindowEx for ToolTips.
OK, congrats :)
BTW what custom control are you developing?
/siddhartha