QuickCase:W lets you set your application's icon and default cursor shape.
The window icon appears over the application's name when it is minimized or added to a Program Manager window.
The cursor you identify becomes the window's default cursor. You can later change the cursor to other shapes (such as the hourglass) with calls to the Windows API library. See the Windows API Library Reference for details on changing the cursor while the program is running.
NOTE:
An icon (.ICO) or cursor (.CUR) resource file must already exist before you can add it to a prototyped application. Use the Image Editor to create both icons and cursors (see Chapter 3).
QuickCase:W inserts the icon and cursor resource names in the .WIN file and in the generated files. You use the same procedure to add either type of resource to the prototyped application.
·To add an icon or cursor resource:
1.From the Design menu, choose the Icon command to add an icon or the Cursor command to add a cursor.
2.Type the name of the resource file to add, or choose a name from the list box.
3.Choose OK.