How to use InitCommonControlsEx in Custom Control Dll ?

Started by CObject, August 10, 2005, 03:36:22 PM

Previous topic - Next topic

CObject

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 ?

siddhartha

Look at XXControls - http://xxcontrols.0bit.info - these are custom controls written in ASM, so you may find what you are looking for :-)



/siddhartha

CObject

Hi

Sorry for this post  ::)
I just resolve the problem.
The flickering was caused from WS_VISIBLE style in CreateWindowEx for ToolTips.

siddhartha

OK, congrats :)

BTW what custom control are you developing?



/siddhartha