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 Tech Support » I want you to add a function. Collapse All
Subject Author Date
tera t Jul 24, 2007 - 2:49 AM

Hello

When I display plural dialogues.
A dialogue interferes each other.

With an arrow button, it is displayed a dialogue greatly.
ttp://profuis0.tripod.com/20070724/image01.jpg

With an arrow button, it is displayed a dialogue small.
ttp://profuis0.tripod.com/20070724/image02.jpg

I want these functions.
Even a sample is good.

tera t Jul 27, 2007 - 1:36 AM

Hello,

Will it be feasible if I use WM_NCPAINT?

Technical Support Jul 27, 2007 - 8:10 AM

We are sorry for the delay with this reply. Yes, you should handle the WM_NCPAINT, WM_NCLBUTTONDOWN, WM_NCLBUTTONUP and WM_NCMOUSEMOVE messages. The WM_NCPAINT message is needed to paint your custom button. The mouse messages are needed for implementation of the button. If the button is clicked, then you should simply change the window size. This means you should save the restored window size in some private CRect variable.