
Resizable dialog without border ..
You need to handle OnNcHitTest(..) and do the sizing yourself.
See if the examples under the "Resizable Dialogs" at
http://www.codeguru.com/dialog/
helps you.
Cheers
Check Abdoul
-------------------
Quote:
> Please help me .
> I can make dialog without border. But if I want resizable dialog there
> is always border line. How can I remove border and still have
> resizable dialog. Or make dialog without border and have resize
> avaiable.
> Thanx ...