|
-
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
-
Apr 6th, 2004, 12:05 AM
#2
Re: Change size of textbox
Originally posted by sthomas
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
equals checks to see if the size is equal to the value you pass to the function. do ....Width = 6000
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Apr 6th, 2004, 12:07 AM
#3
Thread Starter
Lively Member
Don't know why I struggle so much with .Net.
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
|