Determine how a form is resized.

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
 
C

Cor

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top