Computer Science, asked by naveendhoni7, 11 months ago

designer form in Visual Basic 2008 to accept any textbox through a and when enter key is pressed it should display the same text in another textbox​

Answers

Answered by Human100
0

Answer:

Open your application in Visual Studio. Expand the Toolbox (View->Toolbox or use the shortcut Ctrl+Alt+X). Right-mouse button click in the toolbox area and choose "Add Tab" from the context menu.

Answered by ItsMarshmello
2

\huge\bold\red{Hey!}

1. Create an input element.

Create an input element.The <input> tag creates the general structure of the element.

2. Set the type to “text“ to indicate that you’re building a standard text element, not something more elaborate.

3. Add an id attribute to name the element.

4. Add default data.

Add default data.You can add default data if you want, using the value attribute. Any text you place in the value will become the default value of the form.

Hope it helps you... ✌️

Similar questions