Homework 10

 

Ř      Make a stepwise refinement to your WinEmployee program that has GDI+ features.

o       (15) The current (every second) Date and Time should be displayed at the bottom status bar in a selectable Font.

o       (25) Font and Color picks can be on the menu, and Font picks should change the Date/Time Status Panel and the Employee Name entry box. Color should change at least the Employee Name entry text.

o       (20) There should be an image of your choice for a new “About” menu pick, that displays a modal Form with a .jpg or .bmp. The About form should not be sizable, maximizable, minimizable; and should start in the center of the parent.

o       (20) Embed all Image (.jpg, .ico, .bmp) resources in the assembly. This will be tested by moving your exe to a test area, apart from any image files.

o       (20) Add a timer to the non-modal status to gather update info every 5 seconds (by default), rather than via the update button. Make the non-modal status timer time selectable, via menu.

 

Ř      EXTRA CREDIT: (5) Add an .avi player to the about box.