Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » problem when using CExtNCSB_Impl with dynamic created cextedit Collapse All
Subject Author Date
raphael verdier Apr 3, 2014 - 5:16 AM

When we add CExtNCSB_Impl to dynamic created cextedit, we loose a lot of event (like setfocus, killfocus)...


Is there another way for changing scrollbar style in cextedit ?


 


I try to do like in FormEditor but it never go in profuis function.


 


Can you help me please.

raphael verdier Apr 4, 2014 - 8:53 AM

I found the solution when muste replace :CExtNCSB_Impl<CExtEdit>(true, true) by :CExtNCSB_Impl<CExtEdit>(true, false)

Last question when the cursor is over the button we have a 3d effect. How to remove this ?

thanks for your help