|
-
Apr 5th, 2004, 11:55 PM
#1
Thread Starter
Lively Member
Change size of textbox
I am new to .Net but I can't seem to change the size of a textbox at runtime.
Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.TextBox1.Size.Width.Equals(6000)
End Sub
How do I do this?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|