Best video ever i sub to u i took me 3 hours to find a yter that is good at this!!!
@Hostlyy4 жыл бұрын
im creating a login form and that and everything is pretty simple the only thing that im searching for is how to link my program to my, mysql database so it can check if the person is in there.
@sanjana-i9i Жыл бұрын
thank you for your video. I try to make a login page see this video. It become successes. Thank you very much & its easy to learn
@cristian.tupeu.27035 ай бұрын
thank you very much, I was actually looking for this and couldn't find it, but I found it with you, thanks again for the code
@slciz94603 жыл бұрын
how will we add this to a SQL database or server. please help.
@erkui56122 жыл бұрын
ty so much for the tips, i'll never forget it!
@dinaruns083 жыл бұрын
wow love this. so easy to follow! i’m a beginner but i wanted to ask , the your_username and your_password variables would be created in the sign up form, right? that’s when they would be assigned so that this “ if “ would evaluate those two?
@KyleArmandCerbito7 ай бұрын
Finally found what I needed. Thanks a lot
@otherbomb17073 жыл бұрын
Thanks man alkready used you tutorial over 20 times, I think I can remember c# quite well due to yuo! THANK SO MUCH MAN!
@Myst.000610 ай бұрын
same
Жыл бұрын
Thanks hugs from Brazil
@NDBR2 жыл бұрын
WOW VERY AMAZINH
@connief26793 жыл бұрын
This is an very helpful video. Beautiful Form. Thank you.
@cebzaycs27152 жыл бұрын
how did you set ur password and username in the source code? And please make a video shows that how can we do a login application like this one with the SQL data base which will add also sign up option.
@SusithRajitha10 ай бұрын
thank you very much . Appreciate the effort you put on this .
Жыл бұрын
Thanks hungs from Brazil :)
@aayushijindal51013 жыл бұрын
Best video keep it up.....it was really very helpful👍👍👍
@nguyenvantuan11574 жыл бұрын
Best designer ! Thanks bro :))
@tomatrix75253 жыл бұрын
Thanks bro love from tajikistan
@zacharyschwanke7160 Жыл бұрын
so will this allow me to replace the anoyying windows 10/11 login screen with a custom one?
@cristopherhuertas29192 жыл бұрын
I love you friend, thanks for your contributions
@sadqsadq76432 жыл бұрын
Your channel very good😍
@phillipjamesbenting97444 ай бұрын
best video plss make a database using c#
@apposoft3722 жыл бұрын
Nice It was very helpful
@SecreteConfessionTv11 ай бұрын
The words in the recording are too small, please zoom it next time 🙏🙏
@madinaabbasi38372 жыл бұрын
Thanks for your helpful youtube chanel🙏🏻
@NVAKAYAMINI2 жыл бұрын
Very helpful
@FunOfAll-dg6vk9 ай бұрын
for me after running the project ... Its not look clear . everything little bit blurry . What should i do ?
@ismail.mo772 жыл бұрын
Thanks pro million times
@ProdanMihaiB- Жыл бұрын
Thank you, very helpful
@jacksetiyono61793 жыл бұрын
very helpfulllll ... love much
@bombakid86664 жыл бұрын
Very helpful!
@shyfull18043 жыл бұрын
7:37 how did u make it do that
@deltachanger7143 жыл бұрын
he just cut the video
@shadowthesun2 жыл бұрын
thank you for the video, but how did you come up with login details if you didn't create sign up page to save them in the first place? I am working on an assignment that is Login and Register
@CodeCraks2 жыл бұрын
This video covers both the login and registration process. kzbin.info/www/bejne/f6vTn3uLpJucd6s
@ali_sher_nadeem2 жыл бұрын
Thank you so much man you helped me a lot.👍
@ilemt09233 жыл бұрын
where did your icons from?
@CodeCraks3 жыл бұрын
I make them myself
@System-vo8kq3 жыл бұрын
@@CodeCraks Are you able to make a thing where we can dowload them?
@CodeCraks3 жыл бұрын
Ya we are working on that you will be able to see soon enough
@ManodyaKalhara Жыл бұрын
Helped a Lot
@cemdgn344 ай бұрын
Thank you
@Ryu-ky5vt2 жыл бұрын
Thanks a lot bro
@osamahmohammed17843 жыл бұрын
thank you so much man you helped me a lot .
@GRANDBALOCH2 жыл бұрын
exp;ained well
@Crewlietsful2 жыл бұрын
that dope, hey man just a thing, I started learning c# so I'm trying to figure this out everything just work fine, I followed every step but when I finally run it and put "demo" as a user and "1234" as a password it says that is incorrect, how did you add the user and password?
@CodeCraks2 жыл бұрын
Please watch the video carefully
@Crewlietsful2 жыл бұрын
I put my username and password on txtUserName.Text=="User" && txtpassword.Text=="password" and still getting the message "wrong username and password, try again" I did something wrong? namespace LoginScreen { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { if (txtUserName.Text == "username" && txtpassword.Text == "password") { new Form2().Show(); this.Hide(); } else { MessageBox.Show("wrong user or password, try again"); txtUserName.Clear(); txtpassword.Clear(); txtUserName.Focus(); } } private void label2_Click(object sender, EventArgs e) { txtUserName.Clear(); txtpassword.Clear(); txtUserName.Focus(); } private void label3_Click(object sender, EventArgs e) { Application.Exit(); } } }
@BestPyroNation2 жыл бұрын
afther the login i make a exit but when its closed the ather windows is open
@cooldude31234 жыл бұрын
This helped me but is there a register? :D
@tomatrix75253 жыл бұрын
No, but you could create it very similarly....
@OSCAR18719934 жыл бұрын
Como ayudan los colores. Buen video
@CodeCraks4 жыл бұрын
quieres saber algo de mi
@zackxavierrefrea320910 ай бұрын
i get a error code Compiler Error CS5001 how to fix? i just followed your vid so idk wat im doing
@tharindunanayakkara71174 жыл бұрын
best!
@dicksonTube3 жыл бұрын
Anyone know how to make it hide what you are typing in for your password
@jancodebeer77793 жыл бұрын
Thanks a mil !
@mohamedboughariou11462 жыл бұрын
Great Work, but i can't download your file ?
@marsto33523 жыл бұрын
hi, the video was very good, but i wanted to know how to put several users in the login
@CodeCraks3 жыл бұрын
Watch this out this may be useful kzbin.info/www/bejne/f6vTn3uLpJucd6s
@namilo88633 жыл бұрын
Thanks
@jackkrijthe10563 жыл бұрын
How abot closing th app. If je close form 2, the hidden login form remains open?
@CodeCraks3 жыл бұрын
No if the have a code like application.exit(); the total program will be closed
@amayaperera2384 жыл бұрын
Very Helpful !!❤️❤️
@CodeCraks4 жыл бұрын
Always welcome
@solzar87952 жыл бұрын
How do i make it so that it logs it in the next time we open the app
@JeanRosa-qc3mb4 ай бұрын
where are the rounded corners and the soft shadow around the window? i'm picking on you here but you shouldn't lie in you thumbnail.
@MilesHex4 жыл бұрын
When i click login it takes a long while to get to the next window
@CodeCraks4 жыл бұрын
It might be slow because of you PC performance
@MilesHex4 жыл бұрын
@@CodeCraks it was because i put it in the wrong place lol
@ZedInd3 жыл бұрын
thanks
@FolktaleLessonsShow11 ай бұрын
The website has been suspended please renew your hosting plan.
@tusarmondal70688 ай бұрын
right, website is not working.
@Raulmrd4 жыл бұрын
How can you do this if you continue with a project?
@CodeCraks4 жыл бұрын
That's how even you have started you can continue with that
@tumbadokevin5154 жыл бұрын
yo whats good nice video how do i add multiple usernames and passwords?
@CodeCraks4 жыл бұрын
I will bring that video as soon as possible
@tumbadokevin5154 жыл бұрын
@@CodeCraks I figured it out thanks tho
@CodeCraks4 жыл бұрын
Watch this video for multiple user accounts kzbin.info/www/bejne/f6vTn3uLpJucd6s Here you can create several accounts and login to them
@tumbadokevin5154 жыл бұрын
@@CodeCraks thanks bro👏
@christinekaythpondividaram2600 Жыл бұрын
my else statement is not working
@Prince-os2pw3 жыл бұрын
3:35
@yzent14928 ай бұрын
Your title here... Your tilte here...
@colmlivingstone55404 жыл бұрын
How would you make a log in sign up form
@CodeCraks4 жыл бұрын
I'm working on that video you will see ut soon
@CodeCraks4 жыл бұрын
You can contact me on iwebmakers.info@gmail.com
@pctipsgaming53854 жыл бұрын
thnx
@CodeCraks4 жыл бұрын
Your most welcome
@manassehrandriamitsiry57492 жыл бұрын
it's great but the method this.Hide() have a little problem cos even after you close the second window. The first window is still running in background. But maybe it's not a big deal. thanks by the way
@CodeCraks2 жыл бұрын
You are right, this.close() is the proper method.
@save_till81953 жыл бұрын
Hey very cool vid but can anyone tell me how I can add more users than one or is that not possible?
@CodeCraks3 жыл бұрын
Here it is kzbin.info/www/bejne/f6vTn3uLpJucd6s
@save_till81953 жыл бұрын
@@CodeCraks Thank you so much
@CodeCraks3 жыл бұрын
If needed you can download the project file here at Codecraks.com
@save_till81953 жыл бұрын
@@CodeCraks I did but there is a dll which isn't showed in the vid?
@CodeCraks3 жыл бұрын
Sorry I didn’t get that.
@faloqo13713 жыл бұрын
how to make multiple usernames and passwords??
@JrTuazon-le8uw18 күн бұрын
Why am i getting an error just by running the design
@JrTuazon-le8uw16 күн бұрын
Can someone reply here please
@OFnoxy3 жыл бұрын
Can you learn us how to make it with register? Pls
@CodeCraks3 жыл бұрын
Ya i have already done a video about it Check it out
@johnygray23464 жыл бұрын
i keep getting username is null please help
@CodeCraks4 жыл бұрын
Please take a look at the project file here sourcecodes.iwebmakers.ml Though you have a problem contact me on iwebmakers.info@gmail.com
@hareesahd1897 Жыл бұрын
Sir can you send the sorce code plz
@theboss40063 жыл бұрын
Why i cant click on username to type name.
@CodeCraks3 жыл бұрын
It is possible, check the textbox there
@MyWatchP14 жыл бұрын
I can not see the coding text because u did not zoom ur camera
@CodeCraks4 жыл бұрын
Alright, don't worry van can download the source code of the project link in the description
@atharvsinha86753 жыл бұрын
Can you make a whole tutorial on c# application ?
@CodeCraks3 жыл бұрын
Thank you for your suggestion. I have decided to upload that kind of video in future. Subscribe us to get notified 🙂
@BennyBagadonuts3 жыл бұрын
i dont have the "New project" thing
@CodeCraks3 жыл бұрын
Sorry i don't understand
@wuzz57033 жыл бұрын
hey bro i can help
@BennyBagadonuts3 жыл бұрын
@@wuzz5703 oh yea I fixed it I was on an old version
@wuzz57033 жыл бұрын
@@BennyBagadonuts oh ok
@TechTutorHub21062 жыл бұрын
HOW TO create a Login page: kzbin.info/www/bejne/epm2Z4ObZtiWla8
@arushanarush8126 Жыл бұрын
Bro the link is not working Can you please send a another link I want download the project
@CodeCraks Жыл бұрын
Sure
@CodeCraks Жыл бұрын
The Download line: Use "codecraks.com" as the password mega.nz/file/7MpxzC5S#V1V8-aH1vV-CU7jBAW0II9m5o1Hn_cqmkl7VCGJHy84
@arushanarush8126 Жыл бұрын
@@CodeCraks Thankyou bro
@tranvanngoan27803 жыл бұрын
My main always run fisrt:((
@pchr13374 жыл бұрын
i want new source code download link bro
@CodeCraks4 жыл бұрын
The new link is iwebmakerss.000webhostapp.com/source-code-and-resources--iweb-makers.html#sc_login_screen
@hamzaakhtar63073 жыл бұрын
@@CodeCraks Doesnt work
@devisnugroho4 жыл бұрын
I think the password should be in asterix..
@waqardahri43913 жыл бұрын
I can't find code can anyone send me
@andrekristoffrosos98254 жыл бұрын
How do I remove the "Text" Error
@CodeCraks4 жыл бұрын
Where did you faced it? Can you describe the error?
@andrekristoffrosos98254 жыл бұрын
@@CodeCraks oh nvm the error is gone i'm dumdum lol
@nottoxictim60053 жыл бұрын
hey bro i have a Text error
@CodeCraks2 жыл бұрын
Could you please tell me more about the error so i can help you with that
@nottoxictim60053 жыл бұрын
can someone help me
@merrypaul66303 жыл бұрын
pls i can see your code pls were can i get the source code
@CodeCraks3 жыл бұрын
Link given in the description
@avanuf_26943 жыл бұрын
@@CodeCraks but this link is not work
@Bamlbo4 жыл бұрын
Title: *2020* Date: *2019*
@envplayz4 жыл бұрын
True man
@VishalSingh-xv1up3 жыл бұрын
how to test it?
@CodeCraks3 жыл бұрын
Just debug the program
@rafaelmendes49113 жыл бұрын
hey dude , is your website working ?
@CodeCraks3 жыл бұрын
It's currently down, we are working on it. I'll update the video with the source code link.
@readyscreen2 жыл бұрын
thx for the download but why the trojan virus?
@CodeCraks2 жыл бұрын
Your antivirus software may or sometimes detect raw codes and files as trojans. It's actually safe.
@Kopyciak_toja3 ай бұрын
source code?
@okuratnywidz31964 жыл бұрын
nie działa :( help me; (
@CodeCraks4 жыл бұрын
What can i do for you
@okuratnywidz31964 жыл бұрын
@@CodeCraks its ok bro its work i have problem with log in user im Fix my problem :)
@CodeCraks4 жыл бұрын
👍
@mrskyline64064 жыл бұрын
it just keeps telling me wrong
@CodeCraks4 жыл бұрын
What's wrong
@mrskyline64064 жыл бұрын
@@CodeCraks i fixed it
@CodeCraks4 жыл бұрын
That fine
@Anas_Vigilante3 жыл бұрын
@@mrskyline6406 how plz?
@pxmer7772 жыл бұрын
bro ur website has trojans
@CodeCraks2 жыл бұрын
Clear your browser cache and try again
@t.ccaparr11 ай бұрын
What is username and password?
@TL-Edu-r2 жыл бұрын
Not work
@ramsey21553 жыл бұрын
now deploy/publish this and convince people to download a 149mb file just for loggin in
@CodeCraks3 жыл бұрын
It's entirely up to you whether you want to download it or not. Btw it's around 800kb.
@ramsey21553 жыл бұрын
@@CodeCraks the reason it is 800kb is because it is not self contained not self contained means it wont work on any pc which doesnt have net core installed at that version so it is pretty much useless
@CodeCraks3 жыл бұрын
The framework should be installed or packed in the project in any case. It is what it is, and there is nothing we can do about it. Our viewers have asked for it, and we have provided it. If you can create a login on your own, that's great, but some people seek support.
@ramsey21553 жыл бұрын
@@CodeCraks (when it got installed in the pacakge it becomss 149 mb) but i think you understand me wrong i appreciate your amazing work i just said you have to think about the size of the app and i am searching some thing else from netcore can you recomment me any?
@wanaagmedia61572 жыл бұрын
how to know password
@PixeIPenguin3 жыл бұрын
Hello! Before you take my advice, this is my opinion only and I do not really have much evidence to support it. About this download, I believe it is malware. I am not 100% sure but once I got it maybe one hour later I was getting random exes and dlls, named "7a.exe, 7a.dll." I also did a virus scan and all the viruses were from the folder itself, maybe 7 or 8 in total, I forget how much. So do not download this unless you want to, again this is my opinion and I could be completely wrong and something else was on my computer. I only have stuff from Microsoft on my computer, the only thing I can suspect was this. If you yourself iweb want to talk about this with me, I will talk with you about it on discord. I do not have any other communication platforms really.
@CodeCraks3 жыл бұрын
Thanks for letting us know. I guess there is no file with 7a.exe or 7a.dll in the project package. To discuss about this problem, send us an email to iwebmakers.info@gmail.com
@PixeIPenguin3 жыл бұрын
@@CodeCraks Thank you for responding so quickly! My apologies for such a late response, I had to figure out how to get it off my computer. I can send you some screenshots of it to your email.