• Welcome to ForumKorner!
    Join today and become a part of the community.

[VID-TUT] How to create a simple login screen

CodeBreaker

Member
Reputation
0
i Like Your Tutorials ^^
 

swain

Member
Reputation
0
Please Note:
Your me.close code was not incorrect it was actually alot better then me.hide. the reason it was closing both forms was because of your shutdown mode.
so when the code me.close executed it closed the first form so that closed the whole application if you change it to when last form closes it will shut down the program when the last opened form closes.
you can find this option under properties and then the first tab called
"application"
Untitled-3.png
 

OliverE

Power member.
Reputation
0
K cool, its sorted now anyways.

Thats the problem with working with so many forms, everything is os confusing xD
 

UltraViolent

Member
Reputation
0
Nice video, In responce, I created an application myself, which does the same thing.
I made it in VS 2008 Pro, and all the source code was written by me, with the exception of the login circle, form borders and dragging the form. The corners are a bit blocky, and a gradient on the background may be nice, but I made this to show you some other visual efects you can generate programatically.

I think, that it would be better written in C#, as the if statements are slightly easier to manage because of the curley brackets {}.

Download it here: http://loginbox.codeplex.com/releases/54001/download/158185
Source code is here: http://loginbox.codeplex.com/
 

OliverE

Power member.
Reputation
0
Back to Project Home

Access to this file is restricted, if you are a coordinator or developer on this project please sign in to download.
 
Top