Visual Basic .NET Tutorial 10 - How To Open A Second Form using First Form in VB.NET

preview_player
Показать описание
Opening, Closing, and Hiding Forms with Visual Basic .NET.

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

Creating Multiple Forms in VB .NET
How does one simply open one form from another
Visual Basic How To Open Another Form Within The Main Form
In visual basic, How do I make a button open another form?
Open Another Form from A Form, Close Previous Form Visual Basic
Close one form and open another
Visual Basics 6 Tutorial *making your form open other forms
Рекомендации по теме
Комментарии
Автор

I have managed to open a second form from a first form by following the steps you taught us in this tutorial. I can use it for my project now. Thank you so much !!!

kat
Автор

Absolute beginner to VB.Net. Thank you for making this video!

aaronls
Автор

Thank you for the quick and easy explanation! Helped a lot with my VB Project. :)

catthomas
Автор

How do I undo displaying the second form first instead of the first form?

adrianblade
Автор

Hi ProgrammingKnowledge,

On my first form I have three buttons:
Consult (btnCon), Change (btnChange) and New (btnNew). All three will open the same second form.

How do I, on the second form, know which button was clicked on the first form?... If "Query" was clicked, I want to run the query task; if "Change" was clicked, I want to run the change task.... understand?

CMGDiGiTaL
Автор

Thanks!
Realy Helpfull:) Needed this for a school project:)
Thank you very much!:)

HARDSTYLEMYLIVE
Автор

Hi I just want to ask a question. I already open the second form using first form of button. So how can I not select the form1 when im in the second form. Thank you for the response in advane.

cessyy
Автор

Thank you. Can you answer my questions if I having problems with a program? For example I would like to learn to link splash screen by selecting two buttons. The first on is i click it in English also connecting two additional forms in English. Last of all connecting my splash screen also connecting two forms in Spanish by clicking on Spanish button in my Splash screen by putting two languages buttons on the Splash screen. I hope you will not have a problem with this request because I don’t want to get into trouble.

jamesdelornhowlandjr.
Автор

I have a project with two forms, frmSingle (visible) and frmMultiple (not visible). I have a button on frmSingle to make frmMulitiple visible and frmSingle not visible. There is also another button to open a 2nd instance of frmSingle, on both forms (frmSingle & frmMultiple). That works fine. On the 2nd instance of frmSingle, when I click to display a 2nd instance of frmMultiple, it just shifts focus on the 1st instance of frmMultiple. I need to have a 2nd instance of frmMultiple to display separate from the 1st instance. I hope it wasn't confusing. Can anyone help, I'm still a novice at visual basic/studio.

UnderMan
Автор

Simple and easy not so long like other channels super

jothiprakash
Автор

Rendu form correct a work aguthu four th form Mattum move agala why plz reply

revathishanmugam
Автор

Can you make the second form the main form? If yes, How?

jaynelee
Автор

I like your tutorial couse is so simple plus easy to learn, , , thanks broo

fcicoss
Автор

How to come back from form 2 to form 1

Neither

Form1.show() is working

Nor

Form2.hide()
Form1.show() is working

Please reply

shatadeepbanerjee
Автор

hi i am new in programming can you teach me how to connect 2 form using combobox please

daryl
Автор

Thanks man that is very helpful, highlyappreciated😁✌💜

___hentaidaizuke___
Автор

Hi, I'm not sure you still reply to comments here, but I was wanting to know if it is possible to automatically open a new form when a timer is finished.
eg. When a 30 sec timer reaches 0, a form saying "Times Up" appears.

hotdogtwo
Автор

My second form looks exactily the same as the form1 after i create it.I appreciate any kind of help!

Edit: I solved the problem.I had my first form named: "Form" wich for some reason causes bugs like this.

xsoldier
Автор

how to show many form using first form?

phonoddomrithy
Автор

How do I open the first form when I run the first form instead of the second form showing up first?

adrianblade