Question:

An exercise in Visual Basic:?

by  |  earlier

0 LIKES UnLike

The form contains two text boxes into which the user types information.

When the user clicks on one of the text boxes, it becomes blank and its contents are displayed in the other text box.

Thanks, very much for any help

 Tags:

   Report

2 ANSWERS


  1. this is like

    ------------------

    textbox1_click(__________)

    textbox2.text=textbox1.text

    textbox1.text=clear

    textbox2_click(__________)

    textbox1.text=textbox2.text

    textbox2.text=clear


  2. Good luck.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.