Create Simple Login Form in C#.NET without Database[With Source Code]

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • This Video will show you how to create a simple login from in c#.net without database connectivity.
    Login form using database:
    How to Create a Login Form in C#.NET using SQL Server Database and Visual Studio 2022? [Source Code]
    • How to Create a Login ...
    Follow us on Social Media:
    Facebook: RunCodesPage
    Instagram: runcodes
    Twitter: RunCodesTwit
    How to Create a Login Form in C#.NET using SQL Server Database and Visual Studio 2022? [Source Code]
    • How to Create a Login ...
    Source Code: runcodes.tech/...
    Login from in c#.net with database connectivity: • How to Create Login Fo...
    Previous video: • Windows 10 System Icon...
    Login form in java with mysql database connectivity:: • How to Create a Login ...
    Login from in php with database connectivity: • How To Create Login Fo...
    Login from in java with sql server database: • How to Create Login Fo...
    This video is created by Ran and RunCodes own this video. Using of this video on other channels without prior permission will be strictly prohibited. (Embedding to the websites is allowed).. So stop copying and be a responsible people.

Комментарии • 38

  • @RunCodes
    @RunCodes  5 месяцев назад

    Login form using database:
    How to Create a Login Form in C#.NET using SQL Server Database and Visual Studio 2022? [Source Code]
    ruclips.net/video/JgdPrbgHVoE/видео.html

  • @rauld4067
    @rauld4067 2 года назад +1

    Thank you, very helpful tutorial!

  • @RunCodes
    @RunCodes  3 года назад +3

    do you like our work?
    does this tutorial help you?
    if so, you can support us at www.patreon.com/RunCodes

  • @rolandovioleta6577
    @rolandovioleta6577 4 года назад +1

    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
    }

  • @alaintristanlado4001
    @alaintristanlado4001 2 года назад +1

    whats the code for if the user failed 3 time then the log in form automatically exit

  • @hassanrao9441
    @hassanrao9441 5 лет назад

    accommodating and pleasant. thnx

  • @reloxxity6521
    @reloxxity6521 5 лет назад

    how do you go to a different window form application for instance you log in then you go to your main screen

    • @RunCodes
      @RunCodes  5 лет назад +1

      Add new forms and give name to it! Thereafter inside the clicking event of button write: Formname f = new formname();
      f.Show();
      this.Hide();

  • @user-eh1ps2he4f
    @user-eh1ps2he4f 3 года назад

    The "Generator.Generator" type cannot be implicitly converted to "Generator.Login"
    What is that ?

    • @RunCodes
      @RunCodes  3 года назад

      contacts us on facebook!

  • @MrMilkyway05
    @MrMilkyway05 6 лет назад +1

    It says that "The name 'txtUser' does not exist in the current context"
    " The name 'txtPass does not exist in the current context"

    • @RunCodes
      @RunCodes  6 лет назад

      you have to change your textfield variable name to txtUser and txtPass

    • @MrMilkyway05
      @MrMilkyway05 6 лет назад

      TechSupportNep Alright, thank you. I will try that

    • @MrMilkyway05
      @MrMilkyway05 6 лет назад

      I'm sorry, i'm quite new to this coding thing, how do i exactly change the Textfield variable name?

    • @RunCodes
      @RunCodes  6 лет назад

      i show in the video see video without skipping

    • @MrMilkyway05
      @MrMilkyway05 6 лет назад

      TechSupportNep alright ill look at it over again

  • @nulledtopia6816
    @nulledtopia6816 6 лет назад +1

    its work thx

  • @brinze1997
    @brinze1997 6 лет назад

    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 ..

    • @RunCodes
      @RunCodes  6 лет назад

      stackoverflow.com/questions/17637195/how-to-make-a-jframe-button-open-another-jframe-class-in-netbeans this may help you.

    • @Hitury
      @Hitury 5 лет назад

      ExampleForm lol = new ExampleForm(); lol.Show(); this.Hide();

  • @kalmabombo
    @kalmabombo 5 лет назад

    Thank you so much

  • @Mod_review_gt
    @Mod_review_gt Месяц назад

    how do i make more then one user and pass

    • @RunCodes
      @RunCodes  Месяц назад

      How to Create Multi User Login Form in C#.NET using SQL Server Database? [With Source Code]
      ruclips.net/video/QrsZ4DPCgpg/видео.html

  • @mustb0447
    @mustb0447 5 лет назад

    thanks

  • @powpowalemany4165
    @powpowalemany4165 5 лет назад

    THANKS BRUH

  • @dkwalker0091
    @dkwalker0091 2 месяца назад

    How to save this file

    • @RunCodes
      @RunCodes  2 месяца назад

      From file! Goto file menu and save

  • @evulix
    @evulix 5 лет назад

    does this work with xamarin?

    • @RunCodes
      @RunCodes  5 лет назад

      don't know! Lets try!

  • @sh1yn
    @sh1yn 5 лет назад

    How do i make two password and nickname?

    • @RunCodes
      @RunCodes  5 лет назад

      two password for what?

    • @sh1yn
      @sh1yn 5 лет назад

      @@RunCodes user and admins

    • @RunCodes
      @RunCodes  5 лет назад

      I showed you in that video na

    • @sh1yn
      @sh1yn 5 лет назад

      @@RunCodes okay

    • @sh1yn
      @sh1yn 5 лет назад

      @@RunCodes Btw what video name without using sql too?