Native resizing with custom forms

  • Thread starter Thread starter Andrew Hayward
  • Start date Start date
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
 
* (e-mail address removed) (Andrew Hayward) scripsit:
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.

If you do not get an answer here, give the Windows Forms group a try:
microsoft.public.dotnet.framework.windowsforms.
 
Back
Top