Chapter 7:
1、How to set the form style, the border style and the border icons? Write a program to demonstrate the use of plain forms.
2、How to handle the mouse event? Describe the parameters of the mouse events and write the key code of some mouse event.
3、Write a program to show how to paint on the form.
4、How to scrolling and scaling a form? Write a program to demonstrate them.
5、Describe the form coordinates in the graph.
6、Describe the order of how form-creation events are fired.
7、How to closing a form? List the values of the action parameter of close actions.
8、What are the differences between a modal and a modeless dialog boxes?
9、Write a program to demonstrate how to create secondary form at runtime and show the difference between the modal and modeless dialog boxes?
10、List the predefined windows common dialogs and write a program to demonstrate how to use them?
11、How to use Delphi procedures and functions to display simple dialog boxes?
12、write a program to show how to use an about boxes and a splash screen?