Determine how a form is resized.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
Lance
 
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
 
Back
Top