Forms in the Visual Basic

Asked By 0 points N/A Posted on -
qa-featured

How can I use Visual Basic to have different number of forms in just one program?

SHARE
Answered By 5 points N/A #102716

Forms in the Visual Basic

qa-featured

Hello Madison,

Its pleasure to have a question based on VB and the query is quite simple as i can explain it in brief remember first one thing that in VB its better not to call programs rather call as projects and all projects constitute in one that is called as Solution as per VB language.

Each solution may have any number of projects as you first should create a Solution before starting a project and you can continue with many different types of forms only at one solution .

As i said solution contains many number of projects its easy to add by right clicking on the solution then Add new form / console application of which you need exactly to develop your project.

While debugging it will debug only the first project you created in the solution hence it is difficult to get output of other projects but there is a solution you just need to right click on the project in the solution in which you are going to debug and then select as startup project then it will be executed and the output will be displayed.

Thank You.

Related Questions