Hi Ragezoners.
What am I going to show?
Today I'm gonna show u how to make a desktop login in C#. We will make a simple, but smooth looking login, for your hotel. It won't show the me page but go straight to the client in full screen.
What do we need?
Visual C# (express) (( You can also use VB)), an hotel, MySQL server with remote connection, and It's fine to have Photoshop, Illustrator or something to make your own images.
[ Excuse me for my bad English. I'm Dutch. ]
Part 1 - Creating the login form (style).
Open "Visual C# (Express)((VB))" and create a new new project, and then "windows form application" and name it whatever you want.
You can put the form settings on whatever you want.
My settings:
(name) Login
BackgroundImage bgbg.png (added with the other files)
FormBorderStyle Fixed3D
MaximizeBox False
MinimizeBox False
ShowIcon False
ShowInTaskbar False
Size 528; 334
SizeGripStyle Show
Startposition Centerscreen
Text [NOTHING] (You can put here your hotel name or whatever you want)
Now u will get a form like this
We're gonna start with the buttons and titles etc.
Add 1 Textbox and 1 Button.
Make the textbox multiple lines by clicking on de arrow and then multi lines.
Make the button so big as you want, and put flatstyle on popup (for image) and it will look like this
.
Now copy the first textbox and paste it under the first one.
Now add pictureboxes above the textboxes and paste their the images I added and paste the Login on the button. If u have done everything corectly, ya'll get something like this:. As you can see I did this one in Dutch, but I'll add the english file for you (PSD).
This was Part 1;
Soon I'll wil make Part 2, the coding.
Like if you Like.
Kind Regards.
PSD: http://www.mijnbestand.nl/Bestand-GMREXSQAWL43.psd





.
. As you can see I did this one in Dutch, but I'll add the english file for you (PSD).
Reply With Quote


