Limitation to drawing on a form

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

Guest

There seems to be a limitation to drawing on a form that is set to 300x300.
The problem is I can't seem to figure out how to expand that so eve if I make
the form bigger the drawing only shows up on that 300x300 space. Is there
any way to expand that?
 
TBK

Is it not that your formsize (let say your drawingboard) is only 300 by 300
the default size when created

I hope this helps,

Cor
 
TBK,

Just size it on your IDE screen or set it by instance in the load event.

Me.ClientSize = New System.Drawing.Size(800, 500)

I hope this helps,

Cor
 
Hmm, I set that in the load even and then set my form to 800, 500 but it's
still only drawing and showing up in the 300x300 rectangle.
 

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