Question
For this assignment you will implement a simple numeric converter . Requirements: 1.Two text boxes are used. One is for decimal and one for hexadecimal.
For this assignment you will implement a simple numeric converter .
Requirements:
1.Two text boxes are used. One is for decimal and one for hexadecimal.
2.Only one box has data. The conversion direction is to the empty text box.
3.All calculations are done with the uint data type.
4.Errors are reported by use of a label control with text that has a white background and red foregraound color.
5.Any error displayed is cleared on the next successfule operation.
6.The Clear button clears all boxes and any error message.
7.No exceptions are allowed to be generated by a user no matter what they do. An error comment must be displayed.
8.Test all posibilities such as missing or bad data or both boxes having content.
9.Any significant differenses between your solution and mine will lose you points. Test, test and test.
10.Be sure a title is placed in the title tag. It should include your name.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started