CSC 230: The Week beginning Oct. 17
Reminder Test 2 this Thursday!!
Redo the Electric Bill problem from test 1 with radio buttons. (Right click and save the exe file Electric Bill2.exe, which needs to be run on a system with the new .NET Visual Studio installed. Strictly speaking it only needs the new .NET framework.) I changed the color of the form rather than just the label using code like
Me.BackColor = Color.FromName(sender.Tag)
Due Oct. 25
RadioButtonZipped.zip
RadioButtonZipped2.zip
RadioButtonZipped3.zip
Redo Morse Code use Tag property.