Login form using database: How to Create a Login Form in C#.NET using SQL Server Database and Visual Studio 2022? [Source Code] kzbin.info/www/bejne/gJjHgaWYnK2Jpac
@rauld40672 жыл бұрын
Thank you, very helpful tutorial!
@RunCodes3 жыл бұрын
do you like our work? does this tutorial help you? if so, you can support us at www.patreon.com/RunCodes
@alaintristanlado40013 жыл бұрын
whats the code for if the user failed 3 time then the log in form automatically exit
@rolandovioleta65774 жыл бұрын
I have a question "if" the code was correct how can i link it to new Form after Login Successfully.. This will work? If (user == "admin" && pass =="admin") Login(); Void Login() { This.hide(); Form2 x = new Form2(); X.show(); This.close -Begginer's }
@RunCodes4 жыл бұрын
yup! There you go!
@rolandovioleta65774 жыл бұрын
@@RunCodes Yey You Save my Life 😘
@Mod_review_gt5 ай бұрын
how do i make more then one user and pass
@RunCodes5 ай бұрын
How to Create Multi User Login Form in C#.NET using SQL Server Database? [With Source Code] kzbin.info/www/bejne/h6PWi2d6haiapsk
@MrMilkyway056 жыл бұрын
It says that "The name 'txtUser' does not exist in the current context" " The name 'txtPass does not exist in the current context"
@RunCodes6 жыл бұрын
you have to change your textfield variable name to txtUser and txtPass
@MrMilkyway056 жыл бұрын
TechSupportNep Alright, thank you. I will try that
@MrMilkyway056 жыл бұрын
I'm sorry, i'm quite new to this coding thing, how do i exactly change the Textfield variable name?
@RunCodes6 жыл бұрын
i show in the video see video without skipping
@MrMilkyway056 жыл бұрын
TechSupportNep alright ill look at it over again
@reloxxity65215 жыл бұрын
how do you go to a different window form application for instance you log in then you go to your main screen
@RunCodes5 жыл бұрын
Add new forms and give name to it! Thereafter inside the clicking event of button write: Formname f = new formname(); f.Show(); this.Hide();
@brinze19976 жыл бұрын
TechSupportNep i have a question' whats the code for this?? if you pressed the login then a new form will show "form 2" then form 1 hides ... please help me ..
@RunCodes6 жыл бұрын
stackoverflow.com/questions/17637195/how-to-make-a-jframe-button-open-another-jframe-class-in-netbeans this may help you.
@Hitury6 жыл бұрын
ExampleForm lol = new ExampleForm(); lol.Show(); this.Hide();
@hassanrao94416 жыл бұрын
accommodating and pleasant. thnx
@user-eh1ps2he4f3 жыл бұрын
The "Generator.Generator" type cannot be implicitly converted to "Generator.Login" What is that ?
@RunCodes3 жыл бұрын
contacts us on facebook!
@kalmabombo5 жыл бұрын
Thank you so much
@nulledtopia68167 жыл бұрын
its work thx
@dkwalker66996 ай бұрын
How to save this file
@RunCodes6 ай бұрын
From file! Goto file menu and save
@sh1yn6 жыл бұрын
How do i make two password and nickname?
@RunCodes6 жыл бұрын
two password for what?
@sh1yn6 жыл бұрын
@@RunCodes user and admins
@RunCodes6 жыл бұрын
I showed you in that video na
@sh1yn6 жыл бұрын
@@RunCodes okay
@sh1yn5 жыл бұрын
@@RunCodes Btw what video name without using sql too?