Groups | Blog | Home
all groups > vb.net > april 2005 >

vb.net : Limitation to drawing on a form



TBK
4/29/2005 10:18:01 PM
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
Cor Ligthert
4/30/2005 12:00:00 AM
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

Cor Ligthert
4/30/2005 12:00:00 AM
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

TBK
4/30/2005 5:28:03 AM
Is there a way to make it bigger?

[quoted text, click to view]
TBK
4/30/2005 9:31:02 PM
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.

[quoted text, click to view]
AddThis Social Bookmark Button