home *** CD-ROM | disk | FTP | other *** search
-
- OWLDLGS.DOC
-
- Owldlgs.zip is a group of seven examples of
- using dialog boxes with Borland C++ 3.0 and OWL.
- These examples use dialog boxes instead of windows.
- In order for the project files to work without modification
- create an OWLDLGS directory off of the the OWL examples directory.
- C:\Borlandc\owl\examples\owldlgs
- Copy the files into the owldlgs directory and the projects will
- work correctly.
- Also included is an OWLDLGS.GRP file. To use it, copy it to the
- Windows directory and activate it by choosing New Project from
- the file menu under windows and give it the OWLDLGS.GRP group name.
-
- Brief description of the examples follow.
-
- dlgmain - demonstrates using a dialog box as the main window.
- dlgmodal - demonstrates a modal dialog box called from a main dialog.
- dlgmsgbx - demonstrates all of the precanned message boxes called
- from a main dialog.
- dlgsysmd - demonstrates a system modal dialog box called from a
- main dialog.
- dlgnonmd - demonstrates a non modal dialog box with a parent.
- It always shows in front of the parent even when
- the parent has the focus.
- dlgnopar - demonstrates a non modal dialog box without a parent.
- The parent will move in front, when it gets the focus.
- dlgall - All of the preceding examples combined into one as
- a summary.
-
- These seven OWL dialog examples are released to the public domain.
- Feel free to cut and paste the .CPP .RC and .H files into your own
- programs without modifications.
-
- Bob Bourbonnais 1/12/92
-
-
-