MFC >> Round edges on CDialog
On Windows XP this happens automatically. You can also
create a manifest file (myapp.exe.manifest) to use the new
XP common controls, e.g.,
>-----Original Message-----
>I dont think its easily possible unless you use some
library which does
>this. You may want to look at SetWindowRgn which allows
windows of various
>shapes.
>
>--
>Ajay Kalra [MVP - VC++]
>
>
>> Hello,
>>
>> I have a CDialog derived dialog and I'd like to change
the corners to be
>> round. Is that easily possible?