Unknow error after minimised a windows form

  • Thread starter Thread starter appearinggalaxy
  • Start date Start date
A

appearinggalaxy

After I bring up a minimised windows form, I hit the error below:

Rectange '{X=0,Y=0,Height=33}' cannot have a width or height equal to
zero.

I have checked my code, I did not write any code in the resize event
or changing any component's size, any idea why was it happened?
Thanks!

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
Sorry, I don't quite understand what you meant, can elaborate in more
detailed or would you mind giving some example?
Thanks.
Cor Ligthertwrote: Vincent,

Do you not miss the width in your statement?

Cor


Rectange '{X=0,Y=0,Height=33}' cannot have a width or height equal to
zero.

I have checked my code, I did not write any code in the resize event
or changing any component's size, any idea why was it happened?
Thanks!

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*[/quote:e6bfe27acb]

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
A rectangle has mostly 2 points or when there is a start position in it 4.

X, Y as start points on screen and Height and Width.

You have only three points.

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

Back
Top