MySQL VB.NET Tutorial 5 : How To Open A Second Form using First Form + signout

preview_player
Показать описание
Calling form1 from form2 in Visual VB.NET .Net‎
Cannot Show Another Form in Visual VB.NET
VB.NET Multiple Forms in WinForms‎
Hiding and showing forms in VB.NET‎
VB.NET Window Forms - Get item selected in listbox on 1 form
VB.NET -Changing the text of a label on another Form- VB.NET
windows forms show/hide eachother‎ . VB.NET - Can't open a different form visual basic
Opening A Second Form In Visual VB.NET 2008‎
Searches related to open form visual VB.NET
visual VB.NET load form Display One Form from Another
form show visual C# How to load another windows forms using VB.NET?
visual studio open file Cannot Show a New Form (aboutBox) in VB.NET
Рекомендации по теме
Комментарии
Автор

Hello to all,
it is possible to open different form according to a group field that would be specified for each user? For example in the "Users"  table i would like to insert a field "GROUP" that brings one of these 3 information 1) ADMINISTRATOR 2) OPERATOR 3) USER and I wish to open different form base on "GROUP" information. I hope I was clear.
Thanks a lot

Gandula
Автор

How can I use for example a "position" from the database as a identifier if the inputted username/password is an admin or a user. Since I am tasked to make a multiple user log-in. Is what I asked possible?

ajsantos
Автор

Please answer, how do I maintain the MYSQL connection after I logged into the login page and continue to the next page without having to reconnect to my database???

Thanks!

wiaang
Автор

It's a more good ideea to close last form. So:
Form1.Show()
Close()
or you can use - Me.Close() ( same thing. In latest version you need to use " Close() " )

vbutnaru