all groups > vb.net > march 2004 >
You're in the

vb.net

group:

Determine how a form is resized.


Determine how a form is resized. Lance
3/31/2004 9:31:07 PM
vb.net:
Is there any way to determine that the size of a form is changing due to the user grabing the edge of the form vs. the size being changed in code (e.g., via Form.Size property)? Also, I need to know the desired size before the actual size changes

Thanks
Re: Determine how a form is resized. Cor
4/1/2004 8:15:58 AM
Hi Lance,

This should be an easy answer or I misunderstood you.

Me.size.height and me.size.width in the form resize event

I hope this helps?

Cor


Re: Determine how a form is resized. Lance
4/2/2004 7:21:03 PM
Thanks for the response, but I was looking for something a little more advanced. Anyway, I think I found it in WndProc

Thanks again
AddThis Social Bookmark Button