To design an interface in Visual Basic just __ the control on to the form
Answers
Answer:
An important part of Visual Basic is the ability to create Windows Forms applications that run locally on users' computers. You can use Visual Studio to create the application and user interface using Windows Forms. A Windows Forms application is built on classes from the System.Windows.Forms namespace.
Designing Windows Forms Applications
You can create Windows Forms and Windows service applications with Visual Studio. For more information, see the following topics:
Getting Started with Windows Forms. Provides information on how to create and program Windows Forms.
Windows Forms Controls. Collection of topics detailing the use of Windows Forms controls.
Windows Service Applications. Lists topics that explain how to create Windows services.
Answer:
hold the control on to the form.
okay..
THANK YOU...