Using WPF and C# for a basic GUI to allow users to estimate the cost of decoration and enter customer details it includes:
- Name entry
- Address entry
- Contact detail entry
- Room height
- Room lengths
- Selection of 3 paint types
- Selection of undercoat (pre checked)
This program prevents users from not filling in the required fields before the summary is created, it gives the user a message as to what areas need completing where neccessary.
Requires
- C#
- .NET Framework / .NET Core (for WPF)
GUI
GUI W/ Example Errors
Using WPF with Visual Studio
- Select create a new project
- Search for WPF at the top of the page
- Click on the 'WPF Application' and press 'Next'
- Choose Target Framwork as '.NET Core'
- This is now a WPF environment where you can use XAML or the designer view