
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.