Appendix CTutorial: Creating Non-Modal Applications

Overview

Example 1: A Simple Non-modal Application

Example 2: Making Each Form More Self Contained

Example 3: Making Each Form Even More Self-Contained

Example 4: A Non-modal Application that Uses a Menu Action Function

Example 5: A Second Cut at the Menu Non-modal Application

Example 6: The Final Cut at the Menu Non-modal Application

This appendix describes how to create non-modal applications. In order to describe non-modal applications, this appendix builds on examples. Be aware that with the exception of the third and last code fragments, the code fragments presented in this chapter are for explanation purposes only, contain serious problems, and therefore should not be used in real applications.

See Chapter 30, "Differences in Non-Modal Form Processing," for a complete description of the differences between modal and non-modal programming. You should read this chapter before completing this tutorial.


Home Contents Previous Next