The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: CObject on August 10, 2005, 03:36:22 PM

Title: How to use InitCommonControlsEx in Custom Control Dll ?
Post by: CObject on August 10, 2005, 03:36:22 PM
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 ?
Title: Re: How to use InitCommonControlsEx in Custom Control Dll ?
Post by: siddhartha on August 10, 2005, 04:44:37 PM
Look at XXControls - http://xxcontrols.0bit.info - these are custom controls written in ASM, so you may find what you are looking for :-)



/siddhartha
Title: Re: How to use InitCommonControlsEx in Custom Control Dll ?
Post by: CObject on August 10, 2005, 05:33:30 PM
Hi

Sorry for this post  ::)
I just resolve the problem.
The flickering was caused from WS_VISIBLE style in CreateWindowEx for ToolTips.
Title: Re: How to use InitCommonControlsEx in Custom Control Dll ?
Post by: siddhartha on August 10, 2005, 05:36:57 PM
OK, congrats :)

BTW what custom control are you developing?



/siddhartha