adding borders to a dialog ? 
Author Message
 adding borders to a dialog ?

Is there a function that i can call to add user-defined borders to a dialog
(client+non-client) ?
thanx

Anhk.



Wed, 14 Nov 2001 03:00:00 GMT  
 adding borders to a dialog ?
If you have custom border, you would need to do the painting yourself. You
should override OnNcPaint to do it. In addition, if you want custom border
area, you would need to override OnNcCalcSize() and OnNcCreate().

Ajay Kalra

Quote:

>Is there a function that i can call to add user-defined borders to a dialog
>(client+non-client) ?
>thanx

>Anhk.



Thu, 15 Nov 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Web Browser Control - Add Border - Remove Right Click Functionality

2. added View has no border

3. VC++ dynamically add/remove CEdit borders

4. adding border to CToolBarCtrl

5. Change a child dialog's border?

6. Changing a dialog's border width

7. How to change a dialog box border color???

8. Resize a thin border dialog?

9. No Border Dialog Behavior

10. Resizable dialog without border ..

11. dialog border color

12. How to change dialog box border color?

 

 
Powered by phpBB® Forum Software