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
#2
Well since I am a beginner at coding thanks for posting this tutorial.
Reply
#3
There's another 100+ ways though, but decent for beginners
Reply
#4
(08-18-2011, 05:19 AM)Ace Wrote: There's another 100+ ways though, but decent for beginners
I know there are other ways, but i just hoped to help someone.

(08-18-2011, 04:30 AM)Faceless Void Wrote: Well since I am a beginner at coding thanks for posting this tutorial.
I hope it helps you sometime, you're welcome.



Reply
#5
Very easy, and simple tutorial, but still very usefull for new coders Smile
Reply
#6
thanks, im currently learning, will bookmark it for reference Smile
Reply
#7
Thanks for this tutorial you are the man.
Reply
#8
Suppose this is a good starting point for those who have never coded anything before.
Nice share.
Reply
#9
You can edit the value in the properties tab, but this will be helpful for beginners. Good Quality on the video.
[Image: iddyEs.png]
Reply
#10
Thanks for the tutorial, new beginners will find this useful and resourceful.
[Image: 2.png]
Reply


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,180 09-14-2012, 01:59 PM
Last Post: polas
  [Release] TextBox Color Changer [Release] Resistance 23 6,064 10-14-2011, 02:55 PM
Last Post: Resistance
  [TuT] How to Make The Checkbox Fill in Textbox's [VB] Deceive 2 1,428 08-04-2011, 04:46 AM
Last Post: Arron XR
  {Noob Proof} Get text from a Website to a Textbox {TuT} iCrack 3 1,319 06-20-2011, 09:07 PM
Last Post: LulzBoat
  [Source] Allowed Characters in Textbox / Richtextbox euverve 2 1,027 05-17-2011, 07:30 PM
Last Post: euverve

Forum Jump:


Users browsing this thread: 1 Guest(s)