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] "Cor Ligthert" wrote:
> 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
>
>