#1 UMBRELLA CORP STYLE APP
C# Winforms .NET Application
Using visual studio 2019
For the red DropShadow class
https://github.com/wenerme/winform.DropShadow
XanderUI for the buttons progress circle etc.
https://github.com/Ricky310711/XanderUI
can also be added via NUGET.
librarys needed:
-XanderUI
The solution is divided into 3 different folders: Classes, Forms and Icons. The Classes folder only contains one class which allows us to drag the form.
The Forms folder contains all the forms for the short project. these forms are all overlaid on the Dropshadow.cs
form which is the faded red outline around each of the forms.
The Icons folder holds all the custom icons used in this project. Most of the icons used are packed into an imagelist
component used by visual studio, however some are just pictureboxes that were added the good old fashioned way.
This project is purely visual, there is no back end logic whatsoever, It’s based on the Umbrella corporations logo fro the resident evil series.
When the login button is clicked an event is triggered initiating a 5 second timer. This is to simulate the authentication process which would be occurring if the application was in fact communicating to a server out there in the ether.
Some Tips:
– Set the image list color depth to 32 bits so the best quality can be leveraged.
-Search NUGET for an easy download of the XanderUI dll.
-Restore NUGET packages and clean + rebuild the solution often.
DOWNLOAD SOURCE CODE HERE