11
Traser
5y

When I just started programming I aways added fake loading screens and hard-coded login screens to my c# applications because it looked cool..

But I also always added an invisible panel to the top right so whenever you click that it would bypass the login screen.

I had to do that because 1. I will forget that password after 2 seconds, 2. I got no time for that login screen.

Comments
  • 4
    Just hardcode admin:admin
  • 2
    You just reminded me of my first app with loading screen.. application needed to perform number of complex computions before starting.i the feeling of happiness ahh.
    As for passwords still can't remember those
Add Comment