Visual C++ and MFC Programming 2nd Edition

(Martin Jones) #1

Visual C++ and MFC Fundamentals Chapter 3: Windows Resources


Practical Learning: Creating Version Information



  1. On the main menu of MSVC, click Project -> Add Resource

  2. In the Add Resource dialog box, click Version and click New. Notice that a
    complete file is generated for you

  3. To change the first key, double-click the top 1, 0, 0, 1 and edit it to display 1, 3, 1, 1

  4. Double-click PRODUCTVERSION and type 1, 2, 2, 3

  5. Double-click Comments and type This program is primarily intended as an
    introduction to Windows resources

  6. To add a new string, right-click in the window and click New Version Info Block


Figure 47: Version Table...............................................................................................................



  1. Save All


3.7 Cursors..............................................................................................................


3.7.1 Overview..................................................................................................


A cursor is a small picture that represents the position of the mouse on a Windows object.
Because Windows is a graphic operating system, when it installs, it creates a set of
standard or regularly used cursors. These can be seen by opening the Control Panel
window and double-clicking the Mouse icon. This opens the Mouse Properties dialog box
where you can click the Pointers tab to see a list of standard cursors installed by
Windows:
Free download pdf