Team LiB
Previous Section Next Section

Summary

This chapter covered handling keyboard events and mouse events. Proper use of controls along with the data entry tools every computer has (the mouse and keyboard) can provide you with the ability to program a powerful and visually appealing data entry screen.

The addition of some GDI+ code allows you to enhance the user experience. Be aware that the GDI+ code I showed you in this chapter is very minimal. Subsequent chapters deal with other aspects of the GDI+ drawing capability.

Chapter 5 details some of the more complex data entry screens that you often see today. Most of these screens are object oriented in nature and can greatly simplify the user experience.


Team LiB
Previous Section Next Section