Krzysztof Mossakowski
Windows Programming
2005 - Tasks
Windows, mouse, keyboard, timer
Version A
Popup windows.
Demonstration
The main window:
resizeable and moveable
overlapped
background color - standard for window
8 popup windows:
always positioned as in the demonstration
named as in the demonstration
not resizeable
caption bar
don't allow to close independently
moveable only using the main window
background color - background of buttons
Hints:
WM_MOVE, WM_MOVING
WM_SIZE, WM_SIZING
Approximate points:
popup windows
creation: 1.5
background color: 0.5
names: 0.5
disabling resizing: 0.5
disabling independent moving: 2.5
disabling independent closing: 1.0
changing positions of popup windows duing resizing or moving of the main window: 3.5