The Cursor Demo source code resides in the \Samples\Odbc\Cursor directory. The executable file Crsrdemo.exe is located in the \Bin\Odbc directory.
File name | Description |
CHILD.C | Contains routines that maintain a child window. These include most interfaces with ODBC as well as all data retrieval and display. |
CHILD.ICO | The minimized child window icon. |
CRSRDEMO.BAT | Batch file. |
CRSRDEMO.C | The main module. Contains the standard functions used in a Windows-based program (such as WinMain) plus two functions shared among all the files. |
CRSRDEMO.DEF | The module definition file Cursor Demo. |
CRSRDEMO.H | Contains the prototypes and definitions for CRSRDEMO.C. |
CRSRDEMO.ICO | Cursor Demo icon. |
CRSRDEMO.MAK | Builds the ODBC Cursor Demo application. |
CRSRDEMO.RC | Resource file for Cursor Demo. |
DIALOGS.C | Displays and manages Cursor Demo dialog boxes. |
FRAME.C | Manages the main frame window. The frame window owns the MDI client window, the menu bar, and other major parts of the interface. |
HEADERS.C | Implements precompiled headers. |
HEADERS.H | The precompiled-headers file. |
RESOURCE.H | Contains definitions used by CRSRDEMO.RC. |