d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Should A Login Panel Be Form1 Or Does It Matter?
Add Reply New Topic New Poll
Member
Posts: 6,395
Joined: Sep 6 2009
Gold: 36.40
Jan 20 2017 07:48am
So I'm playing around making a gui and wanted to add a login form that checks against an online database of authentication keys.
I made the gui first so it's laid out in form 1, is it proper coding etiquette to create the login panel on form1? I didn't know if it really mattered since on application load i can hide everything and only load the login panel and make everything else visible on successful login.
I just want to learn with proper coding etiquette so I don't have to break bad habits later.
Member
Posts: 23,518
Joined: Aug 3 2011
Gold: 3,575.00
Jan 31 2017 10:19pm
I'm assuming c# web based application instead of windows based? Just as long as you do #region name and #endregion you're fine
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll