How to Create Complete Login and Registration System (Multiple Accounts) in C# 2020 | C# Tutorial

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 337

  • @epicmusichunter5457
    @epicmusichunter5457 2 роки тому +29

    for fellow programmers who needed time stamps here...
    Video Section:
    0:00 introduction
    0:17 Final Output & Demonstration
    1:19 Registration Form UI Designing
    7:18 Login Form UI Designing
    8:42 Database Designing
    10:30 Common Basic Coding
    11:40 Registration Form Coding
    15:49 Other Registration Form Codings
    18:34 Login Form Coding
    21:21 Other Login Form Codings
    22:33 Outro

    • @Vilemfn
      @Vilemfn 2 роки тому

      how do i get a window form application in 2022 visual studio?

    • @lostsoul9147
      @lostsoul9147 2 роки тому +1

      @@Vilemfn Windows Forms App(.NET Framework) or if inside project : "Right click" the project, then "Add" , then "Form(Windows Form)" .

  • @eversobinsky7202
    @eversobinsky7202 3 роки тому +11

    Thank you, your videos are helpful for a 1st year BSIT student here.

    • @CodeCraks
      @CodeCraks  3 роки тому

      Thank you. Happy to hear that 🙂

  • @federicogames8431
    @federicogames8431 3 роки тому +4

    finally after 7 months, thank you so much! You can make when you have login or sign up it show you a blank form?

  • @morningaga
    @morningaga 2 роки тому +1

    Great , but only one thing missing , is that if I want in the sign up page , to show the username already exists validation , in case the username is taken

  • @peri.platypus
    @peri.platypus 4 роки тому +16

    Please make a video c# with data base. Big thumbs up to your videos❤️

    • @CodeCraks
      @CodeCraks  4 роки тому +6

      Sure thing👍🏻

    • @bryanmacacian2884
      @bryanmacacian2884 3 роки тому

      ♥️

    • @theboss4006
      @theboss4006 3 роки тому +1

      @@CodeCraks hey how do i connect the users data for dashboard. When a new user signs up and open dashboard, that user still sees the previous user's data

    • @CodeCraks
      @CodeCraks  3 роки тому

      Sorry I didn’t understand your concept could you explain me briefly

  • @coverscollection8775
    @coverscollection8775 3 роки тому +1

    Hi I have a problem, I tried the incorrect login and click submit and works, but if I try to click again its just error.
    So the problem is I cant login with incorrect data twice

    • @CodeCraks
      @CodeCraks  3 роки тому

      Did you recheck the code you coded. And if the problem continues try downloading our project file

    • @coverscollection8775
      @coverscollection8775 3 роки тому

      @@CodeCraks System.InvalidOperationException: 'The connection was not closed. The connection's current state is open.'

    • @coverscollection8775
      @coverscollection8775 3 роки тому +1

      @@CodeCraks Oh I fixed it, just add con.Close(); at the end of the line

    • @CodeCraks
      @CodeCraks  3 роки тому

      Good to know

    • @coverscollection8775
      @coverscollection8775 3 роки тому

      @@CodeCraks hi i just wondering this apk cant run on another device? So it must have the database too?

  • @George-et7vi
    @George-et7vi 3 роки тому +3

    Where in the project files can i find the information used at 11:01?

  • @quangduy2812
    @quangduy2812 9 місяців тому

    Thank you, your video is amazing ! 😀

  • @dd0669
    @dd0669 4 роки тому +4

    AMAZING VID, THANKS!

  • @ayensNdlabi
    @ayensNdlabi Рік тому +21

    you lost me when you opened powerpoint

  • @Unkn0wn4rtist
    @Unkn0wn4rtist 6 місяців тому

    The beat dropped at 5:10 was 🔥🔥🔥
    what's the name of the track?

  • @MrJasonDEX
    @MrJasonDEX 4 роки тому +5

    Hey,im wondering where the database file is? im kinda new to this and this is better than collage as im meant of done this before but watching you is alot more simple lol

    • @CodeCraks
      @CodeCraks  4 роки тому

      I'm gald to hear that you are interested in our videos. How can i help you

    • @CodeCraks
      @CodeCraks  4 роки тому

      The Database file will be at : (Project Folder)/(Project Name)/bin/debug

    • @MrJasonDEX
      @MrJasonDEX 4 роки тому

      @@CodeCraks Hey do you have a discord?

  • @osbornekhonyongwa3112
    @osbornekhonyongwa3112 2 роки тому

    am thankfull for this video bigup my guy

  • @ajdinnn
    @ajdinnn 3 роки тому +2

    very helpful video, thanks a lot :)

  • @kanefbo
    @kanefbo 2 роки тому +1

    After "SELECT", what is that dot? is it an asterik?

    • @malola5499
      @malola5499 Рік тому

      it is this one "*" I had the same trouble it has now worked

  • @jbosmadejesus
    @jbosmadejesus 4 місяці тому

    That's a very nice video. Congratulations 🎉
    Pov: for DRY (Don't Repeat Yourself), some codes must be Functions 🤷

  • @tiagopimenta
    @tiagopimenta 3 роки тому

    Nice video man !!! Very good !!! Tks !!!

  • @keralazap
    @keralazap 4 роки тому +1

    Bro you videos are so nice

  • @dreamy7617
    @dreamy7617 2 роки тому +1

    What should I do it says: 'The 'Microsoft.Jet.OLEDB.2.0' provider is not registered on the local machine.'

  • @franciscolameirao6808
    @franciscolameirao6808 4 роки тому +5

    Hello I have a question, what if the user creates a new account with a username already used? By the way, good video!

    • @CodeCraks
      @CodeCraks  4 роки тому +2

      For that you can have two solutions
      1. Add a Try, Catch to the Code so the program can alert the user that it is a duplicate record.
      2. You can change Allow Duplicates in the database

    • @franciscolameirao6808
      @franciscolameirao6808 4 роки тому

      @@CodeCraks ok, thanks

    • @aleksavasiljevic2567
      @aleksavasiljevic2567 3 роки тому +2

      @@CodeCraks and how to do that exactly , can u explain it further or make another video about it

    • @masoodhassan5702
      @masoodhassan5702 Рік тому

      If(username == USERNAME)
      {
      Label.text = "username exist";
      }

  • @cinecastmedia
    @cinecastmedia 3 роки тому +1

    Thank you very much

  • @SilencePlaysRust
    @SilencePlaysRust 4 роки тому +1

    FINALLY AFTER 5 MONTHS

  • @singlebee3054
    @singlebee3054 3 роки тому

    Great video,very helpful!

  • @FultmanVR
    @FultmanVR Рік тому

    nvm i bought it it wasnt expensive that i thought keep up the great work sorry for being mean

  • @hoanglinhngodoan364
    @hoanglinhngodoan364 3 роки тому

    thank you so much it helps me so much

  • @anthemslenses1016
    @anthemslenses1016 2 роки тому

    Thank you man for sharing this stuff

  • @iflookscould
    @iflookscould 2 роки тому +1

    "Microsoft.Jet.OLEDB.4.0' provider is not registerd on the machine", how to fix this error

  • @funnix400
    @funnix400 Рік тому

    I have a problem when registering and logging in. Can you help me?

  • @hciheminf680
    @hciheminf680 3 роки тому

    Hi, great work.

  • @beefjerkytheockyway
    @beefjerkytheockyway 3 роки тому +1

    What to do if we don't own the database/ Microsoft Database or whatever?

  • @planeman4453
    @planeman4453 4 роки тому +7

    Nice video, one question though. When your opening each form, you are creating a new object, and once your done with it you just hide it. If you keep hitting the register account, will that not leave a lot of forms hidden in the background instead of closed?

    • @CodeCraks
      @CodeCraks  4 роки тому +3

      It will. but this small programs want take much RAM so its not a matter

  • @VoidProduction-uk1
    @VoidProduction-uk1 2 роки тому +2

    Hi CodeCraks, Kindly assist. Im using visual studio 2022 it all works except the cmd.ExecuteNonQuery I was wondering if your could tell me how to fix this because i couldn't find a solution

    • @urosigic2072
      @urosigic2072 Рік тому +1

      i have there problem man too is it the number of query values and destinations fields are not the same

  • @standardminecraftplayer
    @standardminecraftplayer 3 роки тому +3

    legit vid
    anyways i got this error: System.InvalidOperationException: 'The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.'
    Can you help?

  • @matthewm4320
    @matthewm4320 2 роки тому +3

    Hello, I got everything to run but when I try to login or register an account it says "Microsoft.Jet.OLEDB.4.0' provider is not registerd on the machine" what can I do to fix this?

    • @CaitlinSWAN
      @CaitlinSWAN 5 місяців тому

      Super long time ago but how did you fix this because I have the same issue now!

    • @ComeonVmware
      @ComeonVmware 3 місяці тому

      I Have The Same Error

    • @GOBANANAS8214
      @GOBANANAS8214 2 місяці тому

      @@ComeonVmware Install OLEdb driver

  • @dsfdhssgdfgsr8798
    @dsfdhssgdfgsr8798 3 роки тому +2

    Hey I downloaded your source but I have an issue. Whenever you try to create an account that has already been created it gives an error message. Do you know how to fix it?

    • @CodeCraks
      @CodeCraks  3 роки тому +1

      Ya this is because access databases don't let to create duplicate values so this is impossible. But you came change the databases fields properties to allow duplicate value. This solves you issue

  • @csicee
    @csicee 3 роки тому

    8:45 I don't have that
    you said you'd leave the database below

    • @CodeCraks
      @CodeCraks  3 роки тому

      You download the project file you will find the database

  • @obitouchiha-uy5qt
    @obitouchiha-uy5qt 2 роки тому +1

    please help when I log in it says con.Open(): Exception Unhandled System.InvalidOperationException:'THe connection was not closed.The connection's current state is open

    • @CodeCraks
      @CodeCraks  2 роки тому +1

      Add con.Close() after the database connection code.

  • @vickiekamau4335
    @vickiekamau4335 3 роки тому

    thanks dude, really helped

  • @parsaKh-un9vy
    @parsaKh-un9vy 3 роки тому

    too useful.. thanks🖤🖤

    • @CodeCraks
      @CodeCraks  3 роки тому

      Welcome stay together with us

  • @na-sha-ru
    @na-sha-ru 3 роки тому +1

    Please do a lesson on authorization through mysql, I ask you very much, I am learning and I can not normally find a video how to do authorization through a mysql database

    • @CodeCraks
      @CodeCraks  3 роки тому +1

      Yeah Sure, we've got many suggestions about MySQL. We'll be uploading some related videos nearly.

    • @na-sha-ru
      @na-sha-ru 3 роки тому

      @@CodeCraks I am very much looking forward to the release of the video about Mysql, thank you for what you are doing

  • @YP_1
    @YP_1 2 роки тому

    Hi can someone help me with the running bit? How do I run it on my desktop?

    • @CodeCraks
      @CodeCraks  2 роки тому

      Start using visual studio

    • @YP_1
      @YP_1 2 роки тому

      @@CodeCraks ok yeah I didn’t know what I was talking about then. I already did the entire thing in visual studio. My problem is “Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.” After I enter credentials it just fails and displays that.

    • @CodeCraks
      @CodeCraks  2 роки тому

      Check out this guide
      social.msdn.microsoft.com/Forums/sqlserver/en-US/a91ff002-909c-4874-a352-52d4f0539305/microsoftjetoledb40?forum=windowsgeneraldevelopmentissues

  • @Jaypft
    @Jaypft 4 роки тому +1

    Question, I wana make it too where Different people can Log in. But I dont want them to be able too see other peoples login info how do I do that.

    • @CodeCraks
      @CodeCraks  4 роки тому

      Are you trying to make poeple login from different computers or just in your own computer?

    • @Jaypft
      @Jaypft 4 роки тому

      @@CodeCraks from different computers , like im making a multi tool , that has a login. I have the database and everything but i wana be able to share the database around with the tool working but people not being able too see other peoples login.

    • @CodeCraks
      @CodeCraks  4 роки тому +1

      Then you must change the database from access to remote mysql, by then you can login from any computers remotely. But it needs an internet connection.

    • @Jaypft
      @Jaypft 4 роки тому

      @@CodeCraks how do I do that?

    • @CodeCraks
      @CodeCraks  4 роки тому +1

      First of all you must own a mysql server with remote mysql support and enough database storage.

  • @HEYAA..
    @HEYAA.. 3 роки тому +1

    Its a great video
    but i need this registration for with SQLserver database

  • @tecnome8166
    @tecnome8166 2 роки тому

    Great work !!.Can i create login and sign up win form without and database connection ? Please help me ?

  • @homestudio1447
    @homestudio1447 6 місяців тому

    sir how i want upload image for registration system.?
    can you help me?

  • @aprildev1
    @aprildev1 2 роки тому

    Hello i have a question.Is this going to work on any computer trough the internet?

    • @CodeCraks
      @CodeCraks  2 роки тому

      No

    • @aprildev1
      @aprildev1 2 роки тому

      @@CodeCraks is there any way to make a internet based login and registration system in c#?

    • @CodeCraks
      @CodeCraks  2 роки тому

      Ya its possible

  • @Xnvyyyy
    @Xnvyyyy 2 роки тому

    Hello, when i try to login to the created account it says that con.Open(); command isn't working

  • @spiridonlitsios1216
    @spiridonlitsios1216 2 роки тому +2

    Hi You do Great JOb here.!! Well done.!
    But i Have a problem with OleDbConnection.. it show an error CS1069 : The type name 'OleDbConnection' could not be found in the name space 'System.Data.OleDb'.
    Can you help me about that.?

    • @imane1525
      @imane1525 Рік тому

      same happens to me

    • @CodeCraks
      @CodeCraks  Рік тому

      You must install OLEDB in your computer

  • @andrei.s7171
    @andrei.s7171 3 роки тому +5

    Hi, great work. Maybe you can update your code with " How to login to a secure/password protected access database". The login is useles because everyone can read the user and password directly from the db and log in after that.

    • @CodeCraks
      @CodeCraks  3 роки тому +1

      The credentials cannot be read in the database if you are using a password for the database.

    • @andrei.s7171
      @andrei.s7171 3 роки тому +1

      @@CodeCraks Do you have an idea how to do something like this? To get some information (Excel, Access, mysql, etc) that is protected to a c# form ?

  • @bajikeisuke9395
    @bajikeisuke9395 5 місяців тому

    I don't have log in and register system folder help

  • @henrycovich
    @henrycovich 3 роки тому

    Can I create another database linked to the first so when I login with a user I see the data stored in the second database of that user?

  • @trixynix7806
    @trixynix7806 Рік тому

    Can I ask for help I have a problem in registering the error say pass does not match even when I type the password correctly.

  • @xoxo1927
    @xoxo1927 2 роки тому

    Hello, don’t i need to run the database on a server?

  • @itzame9428
    @itzame9428 3 роки тому +1

    How do you make the username and password on login case sensitive?

  • @keralazap
    @keralazap 4 роки тому +1

    Hey can you make a video to c# Register with a Token?

    • @CodeCraks
      @CodeCraks  4 роки тому

      token? how could it be?

    • @sweTutorials0
      @sweTutorials0 4 роки тому

      @@CodeCraks like say a forget password form that will automatically generate tokens to users to recover their password

    • @CodeCraks
      @CodeCraks  4 роки тому

      Forget password cant be easily made wil tokens if you want its possiable

    • @sweTutorials0
      @sweTutorials0 4 роки тому

      @@CodeCraks please do a video on it

    • @CodeCraks
      @CodeCraks  4 роки тому

      On forget password or with tokens

  • @camjaykirkby3961
    @camjaykirkby3961 3 роки тому +1

    another great video, but im facing a problem. Even if i put the correct Username and password into the login form it shows the incorrect user and pass, Do you know how to fix this?

  • @MuhammadAkbar-ju7yr
    @MuhammadAkbar-ju7yr 2 роки тому

    what is cmd in the code i didnt understood that thing it is like
    cmd = new SqlCommand(login,con);
    what is the cmd thing

  • @korpukkur
    @korpukkur 2 роки тому

    could you maybe make a video on how to add a working "Remember me"

  • @FultmanVR
    @FultmanVR Рік тому

    the thing is others wont be able to log on the other accounts cuz it doesnt have it saved on a server or smth its only on database

  • @ghadaalabbasi9814
    @ghadaalabbasi9814 2 роки тому

    I don’t have the PasswordChar option what should I do please help 16:08

    • @lawsonstevens4127
      @lawsonstevens4127 2 роки тому

      same here did you fix it?

    • @ghadaalabbasi9814
      @ghadaalabbasi9814 2 роки тому

      @@lawsonstevens4127 Yes it turned out I was selecting a label instead of a textbox, I mean I named the label instead so I change that and it worked just fine. but actually the program didn’t work I had another issue so if it works with you I’d really appreciate your help🙏🏽!

  • @almoniaruela.8241
    @almoniaruela.8241 3 роки тому +1

    'The connection was not closed. The connection's current state is open.'
    how i can fix this?

  • @mhlaing11
    @mhlaing11 3 роки тому +1

    I can't type the wrong password or username twice.The error show at con.Open().Can you please tell me the way to make that right?

    • @cookieskush
      @cookieskush 3 роки тому

      its because he doesnt use con.Close(); after the if(dr.Read() == true) statement well thats what fixed it for me atleast

    • @CodeCraks
      @CodeCraks  3 роки тому

      Good to know

  • @PankajNegi007
    @PankajNegi007 3 роки тому

    Thanks for making very informative and knowledgeable video. Sir I follow all step as per your video now i want to say if i create duplicate username it show error now i want to do that its show me 'message username already exists Try Another Username.' how to fix its sir.

  • @lawsonstevens4127
    @lawsonstevens4127 2 роки тому

    having a error at 16:08 with PasswordChar what should i do?

    • @CodeCraks
      @CodeCraks  2 роки тому

      What kind of an error

    • @lawsonstevens4127
      @lawsonstevens4127 2 роки тому

      @@CodeCraks it’s fixed now and I’m done with every but now when I create a account I have to hit it 2 times for it to say created and also only the user name goes to the data base not the password

  • @danhkevo5292
    @danhkevo5292 3 роки тому

    U can make video login and register with sql sever.
    Thanks

  • @kaiheuangmany1109
    @kaiheuangmany1109 3 роки тому

    what is dr.read() ?

  • @DJone4one
    @DJone4one 3 роки тому +1

    Thank you. But i have a little problem. I have a database and have connected she with the form correctly but i have little bit more table columns inside the table Users. how i can work with lower Inputs in a table, if i get the error: "The index, based on 0 (zero), must be greater than or equal to zero, and less than the size of the argument list."

  • @BossBYT
    @BossBYT 3 роки тому

    It is possible to create an account on a website and then use that account to purchase a program on that page. I would later download the program from the site and would have to log in program with the same information as I logged in on the website. I would also like to make it possible for only one device to be logged into an account at the same time.
    Is that possible?

    • @ayoziddy
      @ayoziddy 3 роки тому

      So you want to sell a program but u want them to reigster on website and the after they register website they can login on the application and use it.

  • @papak05
    @papak05 3 роки тому

    Can you make a video how to allow duplicates on Microsoft Access 2007?

  • @Rajeshkumar-wn4xc
    @Rajeshkumar-wn4xc 11 місяців тому

    @codecraks not able to download sample files, please suggest.

  • @jp-world3366
    @jp-world3366 4 роки тому +4

    Great video, new sub. I have question how do you modify your voice, is it a program or app?

    • @CodeCraks
      @CodeCraks  4 роки тому +1

      No its a website

    • @jp-world3366
      @jp-world3366 4 роки тому

      Ohh I see, I have to do a video for school, but I dont want my real voice in it, I'd really apreciate if you give the name of the page or a link 😁

    • @CodeCraks
      @CodeCraks  4 роки тому +2

      Yeah sure i will send it

    • @CodeCraks
      @CodeCraks  4 роки тому +4

      text-to-speech-demo.ng.bluemix.net here it is

  • @ProPro-li4mz
    @ProPro-li4mz 2 роки тому

    Brother how can I display the table data in the dashboard please reply

  • @SharpCheddaChesse
    @SharpCheddaChesse Рік тому

    Im just getting the error after trying to register an "account" Unrecognized database format but i've tried other formats like accdb and odb but it just says the same thing

  • @miksiuTTV
    @miksiuTTV 2 роки тому

    Can you share files from Office Access?

  • @Kirkkis77
    @Kirkkis77 2 роки тому

    im getting System.ArgumentException: 'An OLEDB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;'.' how do i fix this?

  • @memeicon2395
    @memeicon2395 2 роки тому

    is there a way to do this without office access cause i dont have 20$ to spend on it as of right now

  • @kumargourab9090
    @kumargourab9090 Рік тому

    bro i have not MS Access and how can i install it ?

  • @WKCyberCenter
    @WKCyberCenter 2 роки тому

    Hi CodeCraks, Kindly assist. Im using visual studio 2022 and does not seem to have OleDbConnection. do you perhaps have a solution around this?

    • @CodeCraks
      @CodeCraks  2 роки тому

      It should be there because that's used to connect the database

    • @WKCyberCenter
      @WKCyberCenter 2 роки тому

      @@CodeCraks I cant seem to find it is there a way you might know to add that property

  • @eliaszadrazil4425
    @eliaszadrazil4425 3 роки тому

    Hey I dont have OledBConnection in generel i dont have as much oledb settings as u can u help me maybe?

    • @CodeCraks
      @CodeCraks  3 роки тому

      Make sure, that you have included this code at the top :-
      using System.Data.OleDb;

    • @eliaszadrazil4425
      @eliaszadrazil4425 3 роки тому

      @@CodeCraks i have but i still dont have it :(

    • @eliaszadrazil4425
      @eliaszadrazil4425 3 роки тому

      @@CodeCraks it only shows permission and attribute

    • @eliaszadrazil4425
      @eliaszadrazil4425 3 роки тому

      @@CodeCraks Maybe u can help me in discord for like 5 dollars quick im leigt helpless why i dont have oledbconnection

    • @PRICEX
      @PRICEX 3 роки тому

      @@eliaszadrazil4425 yo did you ever figure it out? I'm having the same issue

  • @benmoreton8114
    @benmoreton8114 3 роки тому +1

    I’ve got to the part where I close down access and go back into VS.
    I type in using.system.data.oleDb
    But when I type oleDb into the public frmregister, I only have two options for oleDb that aren’t oleDbconnection
    Any help please?

    • @CodeCraks
      @CodeCraks  3 роки тому +1

      Ya, You can Go through the Project File.
      If you need feature help contact me on Email

    • @abrahamsaavedra5092
      @abrahamsaavedra5092 3 роки тому

      Did you solve it? I have the same problem

    • @benmoreton8114
      @benmoreton8114 3 роки тому

      @@abrahamsaavedra5092 nope, still can’t solve it :(

    • @UnzeelaImran
      @UnzeelaImran Рік тому

      @@benmoreton8114 Same..ain't happening , idk why

  • @oliq8122
    @oliq8122 3 роки тому

    Hello thank you for the tutorial and i have question how can i check if that user is admin?

    • @CodeCraks
      @CodeCraks  3 роки тому

      You can create a separate database table field for admin and user so the a admin is login can can give all access and if a user login you can limit access

    • @oliq8122
      @oliq8122 3 роки тому

      @@CodeCraks But how do i check if that user is admin i dont know how to get value from ms acces value: isAdmin- yes/no please help.

    • @CodeCraks
      @CodeCraks  3 роки тому

      Ya you should make a separate field for a user type then when you create a account keep a field to select whether user type
      check when the application start where its a admin or not then if it is a admin login give access to admin and if it is a user login don’t display those features

    • @oliq8122
      @oliq8122 3 роки тому

      @@CodeCraks how do i check?

    • @okokokr6096
      @okokokr6096 3 роки тому

      Yea i have that same problem how can i get like value from field like Yes/no to bool or string in c# please help.

  • @lostsoul9147
    @lostsoul9147 2 роки тому

    @CodeCraks sorry, but can you make a video explaining every step .. because i'ven't understood what most of the methods do or used for if not all .. i want to understand so in the future if i want to make something similar on my own .. Sorry if i'm asking for too much .

    • @lostsoul9147
      @lostsoul9147 2 роки тому

      BTW, Sorry For my bad English .

    • @CodeCraks
      @CodeCraks  2 роки тому

      Sure we are trying our best to make the video more explained
      Thanks for you feedback

    • @lostsoul9147
      @lostsoul9147 2 роки тому

      @@CodeCraks how do i link it to "SQL" instead of "ACCESS" ?

  • @suharajithsen2184
    @suharajithsen2184 2 місяці тому

    welll link in the description does not work

  • @sbmpubgmobile8800
    @sbmpubgmobile8800 3 роки тому

    Hello, i have a question, how to connect each unique own information per account, for example, my account has info about space, if you login with your account it will have another info about war? If you did video about that, can you send a link please, or just try to explain, it will be helpful for me, thanks

    • @CodeCraks
      @CodeCraks  3 роки тому

      Can you just mail me you questions i will help you there

    • @sbmpubgmobile8800
      @sbmpubgmobile8800 3 роки тому

      @@CodeCraks Ok, i mailed you, thanks

    • @Mr_NoobPlay
      @Mr_NoobPlay Рік тому

      @@sbmpubgmobile8800hello bro do you get the solution for it?

  • @mutayyab01
    @mutayyab01 2 роки тому

    How i download source code
    In description there is no link to download source code?

  • @Lunar-rb9um
    @Lunar-rb9um 3 роки тому +1

    Hello, I've got this Error:
    System.Data.OleDb.OleDbException: 'Syntax error (missing operator) in query expression 'Test','1234')'.'
    Help?

  • @Trentoscroft
    @Trentoscroft 3 роки тому

    how do i add this to an existing WPF i have so you have to login before accesing my other WPF

    • @CodeCraks
      @CodeCraks  3 роки тому

      Your asking about Accessing a WPF Application using a WinForm

    • @Trentoscroft
      @Trentoscroft 3 роки тому

      @@CodeCraks so basically I made a WPF but before someone can access it it want them to login first so I how go I add this login to my excising WPF

    • @CodeCraks
      @CodeCraks  3 роки тому

      You can create a log using WPF instead

  • @bReAd-tHe-fIrSt
    @bReAd-tHe-fIrSt Рік тому

    How do I download the files? I created an account but it wont log me in. I see the files but no place to download the file.

    • @SKIWRLDWIDE
      @SKIWRLDWIDE Рік тому

      You can’t anymore unfortunately

  • @Smogi_5267
    @Smogi_5267 Рік тому

    What if someone creates an account with the same password and username

  • @Exyo
    @Exyo 3 роки тому

    Hello! I Have A Problem, In Minute 19:23 It Says To Type Within The Code txtUsername, But It Doesn't Allow It And Errors It

    • @AlaSwekProductions
      @AlaSwekProductions 2 роки тому

      Check if you'r textbox has properties name "txtUsername" ;)

  • @gonnabe8861
    @gonnabe8861 3 роки тому

    invalid sql statement when i try to register ??

  • @hotsoda46
    @hotsoda46 3 роки тому

    Is there a way I can do this but without access? It says it costs money.

    • @CodeCraks
      @CodeCraks  3 роки тому

      To do what?

    • @Axel-wi2hw
      @Axel-wi2hw 3 роки тому

      You don't need to pay, he has the file in the description where u can download!

    • @hotsoda46
      @hotsoda46 3 роки тому

      Thank you @Axel that really helps!

  • @ibrahimalgarib1466
    @ibrahimalgarib1466 4 роки тому

    How can i make a database to the panel?

    • @CodeCraks
      @CodeCraks  4 роки тому

      Sorry I didn't get it, which panel?

  • @abhaygirge4412
    @abhaygirge4412 Рік тому

    source code nhi dikhra bro

  • @raincoplayz413
    @raincoplayz413 2 роки тому

    When I register it comes back in register code line 42 cmd.ExecuteNonQuery(); the error said when I click on register button there is a syntax error but there are no errors and I did exact the same as you did

  • @isuq1980
    @isuq1980 3 роки тому

    i dont have nirmala ui wat an i do ?(i have vieusal studio 2019 proffesional)

    • @CodeCraks
      @CodeCraks  3 роки тому

      In VS 2019 you cannot find WinForms so You have to get VS 2015

    • @isuq1980
      @isuq1980 3 роки тому

      @@CodeCraks now i have visual studio 2015 but not nirmala ui do you know other fonts and size that it looks the same

    • @CodeCraks
      @CodeCraks  3 роки тому

      If you follow my video you will get the same Ui As mine

  • @fatmabasar7404
    @fatmabasar7404 3 роки тому

    I wonder why I don't have a label click

  • @Clxqz
    @Clxqz 3 роки тому

    why cant i create a account on your website

  • @stefffanyanne2114
    @stefffanyanne2114 3 роки тому

    What if I don't want to put a dashboard? What will i do instead? Please help 😭

    • @CodeCraks
      @CodeCraks  3 роки тому

      You can go with you preference may be you can create a menu to navigate the user in the application

  • @MuhammadAkbar-ju7yr
    @MuhammadAkbar-ju7yr 2 роки тому

    i really appriciate your reply on my previous comment