• Latest
  • Trending
  • All
  • BANK JOB
  • Police / Defence Job
  • Railway Job
  • State Job

When I Text Anything in TextBox1 Automatically Text in Textbox2 Using Vb.Net Code.How.?

August 2, 2019

Apply Online for Himachal Pradesh Forest Service Exam – HPPSC Recruitment 2019

November 12, 2019
netbeans java

Renaming Packages in Java NetBeans Project. How ?

October 2, 2019
netbeans java

How to Creating Java Packages in Java NetBeans

October 2, 2019
netbeans java

How to Open Existing Project in Java NetBeans .?

October 2, 2019
netbeans java

How to Create Project in NetBeans.?

October 2, 2019
enable log off

How to Enable Log Off Function in Computer / Laptops

August 17, 2019
computer

Computer Hardware Parts & Full Form

August 17, 2019

Using if and else statement for mandatory textbook field.?

August 2, 2019
student registration form

How to Design student Registration form in Vb.net?

August 2, 2019

How to create Link and open facebook page using button on Vb.net Form using code?

August 2, 2019
browser

How to create web browser with url search field in Vb.net code?

August 2, 2019

How to change windows application form name using vb.net code when form1 load.?

November 12, 2019
  • About
  • Advertise
  • Privacy & Policy
  • Contact
No Result
View All Result
Friday, January 22, 2021
Free Learn From Home
  • HOME
  • CODING
  • ERROR & SOLUTION
  • DOWNLOAD
  • VIDEOS
No Result
View All Result
Free Learn From Home
No Result
View All Result

When I Text Anything in TextBox1 Automatically Text in Textbox2 Using Vb.Net Code.How.?

by Er. ABHISHEK KUMAR GULERI
August 2, 2019
in code, vb.net
0
521
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter

Text Anything in TextBox1 Automatically Text in Textbox2 Using Vb.Net Code

  • Go to Start Menu and Open Microsoft Visual Studio .NET (any version)

start visual basic

  • Click File Menu and Select the New Project Option..

select new project

  • Go to Visual Basic and choose window form application and you also set your project name replace with window application1. For More Information check attach image and follow numbering.

choosing windows form

  • Now you can see your project window form application with Toolbox and Properties Menu.

form1

  • Go to Toolbox and click on Submenu All Windows Forms and Drag & Drop Textbox (we are using 2 Textbox, 2 Label : Textbox1 and Textbox2, Label1, Label2 )

textbox using for changing text

  • Now Text the Code on Double Clicking Textbox1 and Textbox2

Public Class Form1

    Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
    TextBox2.Text = TextBox1.Text
    End Sub

    Private Sub TextBox2_TextChanged(sender As Object, e As EventArgs) Handles TextBox2.TextChanged
    TextBox1.Text = TextBox2.Text
    End Sub

End Class

  • Now Run the Project After Code

Download Project Code : automatically text while text in textbox vb.net code

Share this:

  • Twitter
  • Facebook

Like this:

Like Loading...
Tags: codingtextbox codevb.net code
Share208Tweet130Share52
Previous Post

How to change windows application form name using vb.net code when form1 load.?

Next Post

How to create web browser with url search field in Vb.net code?

Er. ABHISHEK KUMAR GULERI

Er. ABHISHEK KUMAR GULERI

Our Team Provide Services : Websites Development, Software Development, Bulk SMS, School & College Management Systems etc...

Next Post
browser

How to create web browser with url search field in Vb.net code?

  • Trending
  • Comments
  • Latest
student registration form

How to Design student Registration form in Vb.net?

August 2, 2019

How to create Link and open facebook page using button on Vb.net Form using code?

August 2, 2019
netbeans java

Renaming Packages in Java NetBeans Project. How ?

October 2, 2019

Apply Online for Himachal Pradesh Forest Service Exam – HPPSC Recruitment 2019

0

How to Connect two forms using next button in Vb.net code.?

0

How to show and hide title bar in vb.Net Form.?

0

Apply Online for Himachal Pradesh Forest Service Exam – HPPSC Recruitment 2019

November 12, 2019
netbeans java

Renaming Packages in Java NetBeans Project. How ?

October 2, 2019
netbeans java

How to Creating Java Packages in Java NetBeans

October 2, 2019
Free Learn From Home

Copyright © 2019.

Navigate Site

  • About
  • Advertise
  • Privacy & Policy
  • Contact

Follow Us

No Result
View All Result
  • Home
  • Tech
    • Startup

Copyright © 2019.

Login to your account below

Forgotten Password?

Fill the forms bellow to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In
%d bloggers like this: