Visual Basic Programming Class Lab 2 Create a fully functional calculator. It must have a number pad as well as + - * / and = buttons. It must also be able to convert to/from - hex/decimal/binary. Dummy proof it not to crash for any reason!!! You must use comments on this lab and every lab thereafter. This lab is due Wednesday. Every day late is a 10% deduction. Please send me the vbp AND frm files zipped in ONE zip file using your initials then the lab number. (i.e. I would name the file msc2.zip ) o 30% Creativity o 40% Performs as expected o 10% Graphic Design o 10% Dummy Proof o 10 % Documentation Extra credit - Add a decimal button, +/- button, M+, M-, MR, MC, C and CE buttons. This will count for 10 points toward the in class programming competition. --------------------------------------------------------- Lab 1 Part 1 Create a program that has a button. Make it so that when the user tries to click the button it jumps to a random spot on the form. Part 2 Create a form that has 1 textbox. The textbox should represent a RGB value in Hex. Use this value to set the backcolor of the form when a button is clicked. * For Bonus credit that is applicable to the competition: Add three scroll bars onto part 2. Have each scroll bar represent Red, Blue or Green. Have the form update color each time a scroll bar is changed.
|
|