Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to set a textbox's value [VB]
#1
Hey there i made this video to help anyone that needs it.
It shows you how to set the value of a text box's content.
I hope it helps.

Video Tutorial: Please watch in 720p and fullscreen


Codes:
Button method
Code:
TextBox1.Text = "123456789"
CheckBox Method
Code:
If CheckBox1.Checked = True Then
            TextBox1.Text = "Your text"
        Else
            TextBox1.Text = ""
Victoire
Reply


Messages In This Thread
How to set a textbox's value [VB] - by James Ford - 08-18-2011, 02:56 AM
RE: How to set a textbox's value [VB] - by Scream - 08-19-2011, 10:46 AM
RE: How to set a textbox's value [VB] - by Fragma - 08-26-2011, 01:34 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  how to display google captcha picture on form and add to textbox hit ok to bypass polas 0 1,265 09-14-2012, 01:59 PM
Last Post: polas
  [Release] TextBox Color Changer [Release] Resistance 23 6,946 10-14-2011, 02:55 PM
Last Post: Resistance
  [TuT] How to Make The Checkbox Fill in Textbox's [VB] Deceive 2 1,534 08-04-2011, 04:46 AM
Last Post: Arron XR
  {Noob Proof} Get text from a Website to a Textbox {TuT} iCrack 3 1,495 06-20-2011, 09:07 PM
Last Post: LulzBoat
  [Source] Allowed Characters in Textbox / Richtextbox euverve 2 1,170 05-17-2011, 07:30 PM
Last Post: euverve

Forum Jump:


Users browsing this thread: 3 Guest(s)