answersLogoWhite

0

You go up to windows and select add windows form

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is visual basic a DBMS?

No, it's a ide and and programming langauage used to create windows programs.


What is Environment of visual basic 6.0?

The Environment of Visual Basic 6.0 is Integrated Development Invironment (IDE). The Visual Basic provides a number of IDE elements. The IDE is the place where we do our Programming Work in Visual Basic. Just as the name says, we can develop our project or application in the environment of Integrated Development.Now a days IDE has become more powerful and with that power has come complexity.The IDE composed of these parts-Menu BarTool BarProject Explorer WindowProperties WindowFormlayout WindowTool BoxForm DesignersCode windowObject BrowserContext MEnuImmidiate local and watch window


Full form of ide in visual basic?

Integrated Development Environment...


What are the questions comes for visual basic 6.0 for the exam?

1: Explain Visual Basic IDE. 2: Explain the features of VB


What are parts of visual basic in toolbox?

There are different parts of IDE- Entegrated development Environmene in visual basic. The important IDE elements are following-Tool Barmenu BarProject explorer WindowProperties WindowForm designerForm Layout windowTool BoxObject Browser


Why visual basic is called ide?

It isn't. Visual Basic is a programming language. Visual Studio is the IDE (integrated development environment). The Visual Studio IDE can be used to write programs in other languages besides Visual Basic, including Visual C++, Visual C#, Visual F, JavaScript and Python. The IDE provides all the tools you need to write programs in any of these languages but can be customised to support others. The languages available depend upon which languages you have installed or added to the IDE.


What is the difference between VB and Visual Studio?

I believe visual studio is the user interface, and it not only supports visual basic but also visual c++, c#, web development etc. Visual basic, on the other hand, is a programming language.


What is Visual Basic Editor?

There have been many versions of Visual Basic. It is a program which allows you to write other computer programs. Each version of Visual Basic has come with an editor to allow you to write and edit code. This is called the "IDE", or "Integrated Development Environment".


What is visual basic integrated development environment?

The visual basic IDE is also known as Integrated Designing and Integrated Debugging Environment or Interactive Development Environment is a software application that provides comprehensive facilities to computer programmers for software development and IDE normally consist of:1. A source code editor,2. A compiler and interpreter ,3. Build automation tools,4. A debugger.The IDE is where we do our programming work in visual basic just as the name says us develop our projects in the integrated development environment.


What is ide in c plus plus .explain?

There is no single answer to this since everyone has their own opinion on what is the best IDE. For example, a Windows programmer will probably advocate Borland/Embarcadero C++ Builder or Microsoft VC++, while a Linux programmer might favour a more generic implementation such as GC++, which is better suited to cross-platform coding.


What is the best c plus plus IDE?

On Windows, Visual Studio is by far the best IDE, but the C++ implementation is not standards-compliant. For a more generic/portable solution, consider using gcc instead.


Mdi in vb stands for?

MDI means multiple document interface. This refers to an application in which all windows are contained by some parent window. The Visual Studio IDE is actually an example of this, as all windows you open while running it are children of the main IDE window.