A
Andrew Hayward
I have a custom form, with all borders, title bar, etc. being drawn
internally. Native borders and so on have been disabled. Because of this,
however, resizing is a bit of a problem, and generally looks quite messy.
Was hoping that I could use the grey border/outline method (ie by not
actually resizing the window) by calling SendMessage with WM_ENTERSIZEMOVE,
but that doesn't seem to work. I'm kind of new to this Windows API stuff,
so if anyone could point me in the right direction...
TIA,
Andrew Hayward
internally. Native borders and so on have been disabled. Because of this,
however, resizing is a bit of a problem, and generally looks quite messy.
Was hoping that I could use the grey border/outline method (ie by not
actually resizing the window) by calling SendMessage with WM_ENTERSIZEMOVE,
but that doesn't seem to work. I'm kind of new to this Windows API stuff,
so if anyone could point me in the right direction...
TIA,
Andrew Hayward