VB.NET - Cheat Sheet to resize Windows Form



Resizes a form.

'Assembly: System.Drawing.dll
'Assembly: System.Windows.Forms.dll
'Assembly: System.dll

'Namespace: Microsoft.VisualBasic
'Namespace: System.Drawing
'Namespace: System.Windows.Forms
'Namespace: System

'Dim formName AS Form = "Me"

formName.Size = New Size(newWidth, newHeight)

Share |

 Cant find the page you are looking for?
 Help us to improve by adding the content that you are looking for.
 Leave a feedback
 We look forward to hear your comments and feedback.