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
@XolitoFN2 жыл бұрын
how do i get a window form application in 2022 visual studio?
@lostsoul91472 жыл бұрын
@@XolitoFN Windows Forms App(.NET Framework) or if inside project : "Right click" the project, then "Add" , then "Form(Windows Form)" .
@eversobinsky72023 жыл бұрын
Thank you, your videos are helpful for a 1st year BSIT student here.
@CodeCraks3 жыл бұрын
Thank you. Happy to hear that 🙂
@jbosmadejesus2 ай бұрын
That's a very nice video. Congratulations 🎉 Pov: for DRY (Don't Repeat Yourself), some codes must be Functions 🤷
@federicogames84313 жыл бұрын
finally after 7 months, thank you so much! You can make when you have login or sign up it show you a blank form?
@prabhakarant5423 жыл бұрын
Fresher ah?
@peri.platypus3 жыл бұрын
Please make a video c# with data base. Big thumbs up to your videos❤️
@CodeCraks3 жыл бұрын
Sure thing👍🏻
@bryanmacacian28843 жыл бұрын
♥️
@theboss40063 жыл бұрын
@@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
@CodeCraks3 жыл бұрын
Sorry I didn’t understand your concept could you explain me briefly
@quangduy28127 ай бұрын
Thank you, your video is amazing ! 😀
@morningaga2 жыл бұрын
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
@dd06693 жыл бұрын
AMAZING VID, THANKS!
@tiagopimenta3 жыл бұрын
Nice video man !!! Very good !!! Tks !!!
@dreamy76172 жыл бұрын
What should I do it says: 'The 'Microsoft.Jet.OLEDB.2.0' provider is not registered on the local machine.'
@SilencePlaysRust3 жыл бұрын
FINALLY AFTER 5 MONTHS
@CodeCraks3 жыл бұрын
Yeah😀
@osbornekhonyongwa31122 жыл бұрын
am thankfull for this video bigup my guy
@iflookscouldsha2 жыл бұрын
"Microsoft.Jet.OLEDB.4.0' provider is not registerd on the machine", how to fix this error
@ajdinnn3 жыл бұрын
very helpful video, thanks a lot :)
@VoidProduction-uk12 жыл бұрын
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 Жыл бұрын
i have there problem man too is it the number of query values and destinations fields are not the same
@FultmanVR Жыл бұрын
nvm i bought it it wasnt expensive that i thought keep up the great work sorry for being mean
@cinecastmedia3 жыл бұрын
Thank you very much
@standardminecraftplayer2 жыл бұрын
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?
@singlebee30542 жыл бұрын
Great video,very helpful!
@hoanglinhngodoan3643 жыл бұрын
thank you so much it helps me so much
@matthewm43202 жыл бұрын
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?
@CaitlinSWAN3 ай бұрын
Super long time ago but how did you fix this because I have the same issue now!
@ComeonVmwareАй бұрын
I Have The Same Error
@anthemslenses10162 жыл бұрын
Thank you man for sharing this stuff
@keralazap3 жыл бұрын
Bro you videos are so nice
@CodeCraks3 жыл бұрын
Glad you like them!
@coverscollection87753 жыл бұрын
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
@CodeCraks3 жыл бұрын
Did you recheck the code you coded. And if the problem continues try downloading our project file
@coverscollection87753 жыл бұрын
@@CodeCraks System.InvalidOperationException: 'The connection was not closed. The connection's current state is open.'
@coverscollection87753 жыл бұрын
@@CodeCraks Oh I fixed it, just add con.Close(); at the end of the line
@CodeCraks3 жыл бұрын
Good to know
@coverscollection87753 жыл бұрын
@@CodeCraks hi i just wondering this apk cant run on another device? So it must have the database too?
@ayensNdlabi Жыл бұрын
you lost me when you opened powerpoint
@raoufsnowden29889 ай бұрын
What ? When ?
@certifiedahole34176 ай бұрын
@@raoufsnowden2988thinnk he means access
@mohammadiaa23 күн бұрын
That's not PowerPoint
@mohammadiaa23 күн бұрын
Lol
@parsaKh-un9vy3 жыл бұрын
too useful.. thanks🖤🖤
@CodeCraks3 жыл бұрын
Welcome stay together with us
@obitouchiha-uy5qt2 жыл бұрын
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
@CodeCraks2 жыл бұрын
Add con.Close() after the database connection code.
@dsfdhssgdfgsr87983 жыл бұрын
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?
@CodeCraks3 жыл бұрын
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
@vickiekamau43353 жыл бұрын
thanks dude, really helped
@hciheminf6803 жыл бұрын
Hi, great work.
@planeman44533 жыл бұрын
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?
@CodeCraks3 жыл бұрын
It will. but this small programs want take much RAM so its not a matter
@kanefbo2 жыл бұрын
After "SELECT", what is that dot? is it an asterik?
@malola5499 Жыл бұрын
it is this one "*" I had the same trouble it has now worked
@bajikeisuke93953 ай бұрын
I don't have log in and register system folder help
@franciscolameirao68083 жыл бұрын
Hello I have a question, what if the user creates a new account with a username already used? By the way, good video!
@CodeCraks3 жыл бұрын
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
@franciscolameirao68083 жыл бұрын
@@CodeCraks ok, thanks
@aleksavasiljevic25673 жыл бұрын
@@CodeCraks and how to do that exactly , can u explain it further or make another video about it
im getting System.ArgumentException: 'An OLEDB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;'.' how do i fix this?
@MrJasonDEX3 жыл бұрын
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
@CodeCraks3 жыл бұрын
I'm gald to hear that you are interested in our videos. How can i help you
@CodeCraks3 жыл бұрын
The Database file will be at : (Project Folder)/(Project Name)/bin/debug
@MrJasonDEX3 жыл бұрын
@@CodeCraks Hey do you have a discord?
@George-et7vi3 жыл бұрын
Where in the project files can i find the information used at 11:01?
@homestudio14474 ай бұрын
sir how i want upload image for registration system.? can you help me?
@spiridonlitsios12162 жыл бұрын
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 Жыл бұрын
same happens to me
@CodeCraks Жыл бұрын
You must install OLEDB in your computer
@funnix400 Жыл бұрын
I have a problem when registering and logging in. Can you help me?
@tecnome81662 жыл бұрын
Great work !!.Can i create login and sign up win form without and database connection ? Please help me ?
@beefjerkytheockyway3 жыл бұрын
What to do if we don't own the database/ Microsoft Database or whatever?
@Xnvyyyy Жыл бұрын
Hello, when i try to login to the created account it says that con.Open(); command isn't working
@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.
@andrei.s71713 жыл бұрын
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.
@CodeCraks3 жыл бұрын
The credentials cannot be read in the database if you are using a password for the database.
@andrei.s71713 жыл бұрын
@@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 ?
@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
@DJone4one3 жыл бұрын
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."
@Rajeshkumar-wn4xc9 ай бұрын
@codecraks not able to download sample files, please suggest.
@MuhammadAkbar-ju7yr Жыл бұрын
what is cmd in the code i didnt understood that thing it is like cmd = new SqlCommand(login,con); what is the cmd thing
@Lunar-rb9um3 жыл бұрын
Hello, I've got this Error: System.Data.OleDb.OleDbException: 'Syntax error (missing operator) in query expression 'Test','1234')'.' Help?
@gangganoch7 ай бұрын
Sorry, when you created this project, you used a database from Microsoft Access software. If you use SQL Server Management Studio software, will the results still be the same? Coincidentally, I also tried using SQL Server and the result was an error😅
@WKCyberCenter2 жыл бұрын
Hi CodeCraks, Kindly assist. Im using visual studio 2022 and does not seem to have OleDbConnection. do you perhaps have a solution around this?
@CodeCraks2 жыл бұрын
It should be there because that's used to connect the database
@WKCyberCenter2 жыл бұрын
@@CodeCraks I cant seem to find it is there a way you might know to add that property
@Unkn0wn4rtist4 ай бұрын
The beat dropped at 5:10 was 🔥🔥🔥 what's the name of the track?
@almoniaruela.82413 жыл бұрын
'The connection was not closed. The connection's current state is open.' how i can fix this?
@mhlaing113 жыл бұрын
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?
@cookieskush3 жыл бұрын
its because he doesnt use con.Close(); after the if(dr.Read() == true) statement well thats what fixed it for me atleast
@CodeCraks3 жыл бұрын
Good to know
@PankajNegi0073 жыл бұрын
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.
@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
@aprildev12 жыл бұрын
Hello i have a question.Is this going to work on any computer trough the internet?
@CodeCraks2 жыл бұрын
No
@aprildev12 жыл бұрын
@@CodeCraks is there any way to make a internet based login and registration system in c#?
@CodeCraks2 жыл бұрын
Ya its possible
@Jaypft3 жыл бұрын
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.
@CodeCraks3 жыл бұрын
Are you trying to make poeple login from different computers or just in your own computer?
@Jaypft3 жыл бұрын
@@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.
@CodeCraks3 жыл бұрын
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.
@Jaypft3 жыл бұрын
@@CodeCraks how do I do that?
@CodeCraks3 жыл бұрын
First of all you must own a mysql server with remote mysql support and enough database storage.
@na-sha-ru3 жыл бұрын
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
@CodeCraks3 жыл бұрын
Yeah Sure, we've got many suggestions about MySQL. We'll be uploading some related videos nearly.
@na-sha-ru3 жыл бұрын
@@CodeCraks I am very much looking forward to the release of the video about Mysql, thank you for what you are doing
@xoxo19272 жыл бұрын
Hello, don’t i need to run the database on a server?
@benmoreton81143 жыл бұрын
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?
@CodeCraks3 жыл бұрын
Ya, You can Go through the Project File. If you need feature help contact me on Email
@abrahamsaavedra50923 жыл бұрын
Did you solve it? I have the same problem
@benmoreton81143 жыл бұрын
@@abrahamsaavedra5092 nope, still can’t solve it :(
@UnzeelaImran10 ай бұрын
@@benmoreton8114 Same..ain't happening , idk why
@camjaykirkby39613 жыл бұрын
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?
@CodeCraks3 жыл бұрын
Do you try our project file
@camjaykirkby39613 жыл бұрын
@@CodeCraks no i do it with my own
@camjaykirkby39613 жыл бұрын
@@CodeCraks never mind i have sorted it, great video!
@CodeCraks3 жыл бұрын
Oh great
@thaneshsanganesan93662 жыл бұрын
@@camjaykirkby3961 im having the same problem. what was the solution?
@jp-world33663 жыл бұрын
Great video, new sub. I have question how do you modify your voice, is it a program or app?
@CodeCraks3 жыл бұрын
No its a website
@jp-world33663 жыл бұрын
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 😁
@CodeCraks3 жыл бұрын
Yeah sure i will send it
@CodeCraks3 жыл бұрын
text-to-speech-demo.ng.bluemix.net here it is
@BossBYT3 жыл бұрын
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?
@ayoziddy3 жыл бұрын
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.
@YP_1 Жыл бұрын
Hi can someone help me with the running bit? How do I run it on my desktop?
@CodeCraks Жыл бұрын
Start using visual studio
@YP_1 Жыл бұрын
@@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 Жыл бұрын
Check out this guide social.msdn.microsoft.com/Forums/sqlserver/en-US/a91ff002-909c-4874-a352-52d4f0539305/microsoftjetoledb40?forum=windowsgeneraldevelopmentissues
@HEYAA..3 жыл бұрын
Its a great video but i need this registration for with SQLserver database
@Dayv3n2 жыл бұрын
@CodeCraks I keep getting a error System.InvalidOperationException: 'Invalid attempt to call Read when reader is closed.'
@itzame94283 жыл бұрын
How do you make the username and password on login case sensitive?
@lostsoul91472 жыл бұрын
@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 .
@lostsoul91472 жыл бұрын
BTW, Sorry For my bad English .
@CodeCraks2 жыл бұрын
Sure we are trying our best to make the video more explained Thanks for you feedback
@lostsoul91472 жыл бұрын
@@CodeCraks how do i link it to "SQL" instead of "ACCESS" ?
@henrycovich3 жыл бұрын
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?
@korpukkur2 жыл бұрын
could you maybe make a video on how to add a working "Remember me"
@suharajithsen218422 күн бұрын
welll link in the description does not work
@memeicon23952 жыл бұрын
is there a way to do this without office access cause i dont have 20$ to spend on it as of right now
@matthewm43202 жыл бұрын
Did you find another way?
@kumargourab9090 Жыл бұрын
bro i have not MS Access and how can i install it ?
@eliaszadrazil44253 жыл бұрын
Hey I dont have OledBConnection in generel i dont have as much oledb settings as u can u help me maybe?
@CodeCraks3 жыл бұрын
Make sure, that you have included this code at the top :- using System.Data.OleDb;
@eliaszadrazil44253 жыл бұрын
@@CodeCraks i have but i still dont have it :(
@eliaszadrazil44253 жыл бұрын
@@CodeCraks it only shows permission and attribute
@eliaszadrazil44253 жыл бұрын
@@CodeCraks Maybe u can help me in discord for like 5 dollars quick im leigt helpless why i dont have oledbconnection
@PRICEX3 жыл бұрын
@@eliaszadrazil4425 yo did you ever figure it out? I'm having the same issue
@KJ_GamingYTopG Жыл бұрын
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 Жыл бұрын
You can’t anymore unfortunately
@kanelanecaiphus59513 жыл бұрын
@Codecraks please I need help I keep getting the same error...The name 'cmd' does not exist in the current content and The name 'con' does not exist in the current content.....#Please help me
@raincoplayz4132 жыл бұрын
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
@VoidProduction-uk12 жыл бұрын
same
@danhkevo52923 жыл бұрын
U can make video login and register with sql sever. Thanks
@kaiheuangmany11093 жыл бұрын
what is dr.read() ?
@papak053 жыл бұрын
Can you make a video how to allow duplicates on Microsoft Access 2007?
@Smogi_5267 Жыл бұрын
What if someone creates an account with the same password and username
@oliq81223 жыл бұрын
Hello thank you for the tutorial and i have question how can i check if that user is admin?
@CodeCraks3 жыл бұрын
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
@oliq81223 жыл бұрын
@@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.
@CodeCraks3 жыл бұрын
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
@oliq81223 жыл бұрын
@@CodeCraks how do i check?
@okokokr60963 жыл бұрын
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.
@ProPro-li4mz2 жыл бұрын
Brother how can I display the table data in the dashboard please reply
@mutayyab012 жыл бұрын
How i download source code In description there is no link to download source code?
@stefffanyanne21143 жыл бұрын
What if I don't want to put a dashboard? What will i do instead? Please help 😭
@CodeCraks3 жыл бұрын
You can go with you preference may be you can create a menu to navigate the user in the application
@keralazap3 жыл бұрын
Hey can you make a video to c# Register with a Token?
@CodeCraks3 жыл бұрын
token? how could it be?
@sweTutorials03 жыл бұрын
@@CodeCraks like say a forget password form that will automatically generate tokens to users to recover their password
@CodeCraks3 жыл бұрын
Forget password cant be easily made wil tokens if you want its possiable
@sweTutorials03 жыл бұрын
@@CodeCraks please do a video on it
@CodeCraks3 жыл бұрын
On forget password or with tokens
@Trentoscroft3 жыл бұрын
how do i add this to an existing WPF i have so you have to login before accesing my other WPF
@CodeCraks3 жыл бұрын
Your asking about Accessing a WPF Application using a WinForm
@Trentoscroft3 жыл бұрын
@@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
@CodeCraks3 жыл бұрын
You can create a log using WPF instead
@sbmpubgmobile88003 жыл бұрын
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
@CodeCraks3 жыл бұрын
Can you just mail me you questions i will help you there
@sbmpubgmobile88003 жыл бұрын
@@CodeCraks Ok, i mailed you, thanks
@Mr_NoobPlay Жыл бұрын
@@sbmpubgmobile8800hello bro do you get the solution for it?
@MuhammadAkbar-ju7yr Жыл бұрын
i really appriciate your reply on my previous comment
@gonnabe88613 жыл бұрын
invalid sql statement when i try to register ??
@juliuscarino84973 жыл бұрын
An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;'.' how to fix this bro
@juliuscarino84973 жыл бұрын
i already fix it thankyouuuu btw not skipping the ads
@CodeCraks3 жыл бұрын
Thank you, Feel free to ask any questions, we can make a video on that?
@juliuscarino84973 жыл бұрын
ow shiittt you notice me my heart!!🥺
@akashdubey28493 жыл бұрын
getting same error how did u fixed this bro?
@Clxqz3 жыл бұрын
why cant i create a account on your website
@miksiuTTV2 жыл бұрын
Can you share files from Office Access?
@Karaokeba3 ай бұрын
I dont have cmd here
@fatmabasar74043 жыл бұрын
I wonder why I don't have a label click
@isuq19803 жыл бұрын
i dont have nirmala ui wat an i do ?(i have vieusal studio 2019 proffesional)
@CodeCraks3 жыл бұрын
In VS 2019 you cannot find WinForms so You have to get VS 2015
@isuq19803 жыл бұрын
@@CodeCraks now i have visual studio 2015 but not nirmala ui do you know other fonts and size that it looks the same
@CodeCraks3 жыл бұрын
If you follow my video you will get the same Ui As mine
@BroBro-tb3fi2 жыл бұрын
I can't write OleDbConnection. Does anyone know why?
@CodeCraks2 жыл бұрын
You must include "using System.Data.OleDb;" at the top of your codes.