home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / c / WMLOOKUP.ZIP / ABSTRACT next >
Encoding:
Text File  |  1993-03-03  |  1.4 KB  |  38 lines

  1.  
  2.  WMLOOKUP: Looks Up Messages
  3.  
  4.  THIS TOOL IS NOT SUPPORTED BY MICROSOFT CORPORATION. IT IS
  5.  PROVIDED "AS IS" BECAUSE WE BELIEVE IT MAY BE USEFUL TO
  6.  YOU. WE REGRET THAT MICROSOFT IS UNABLE TO SUPPORT OR
  7.  ASSIST YOU, SHOULD YOU HAVE PROBLEMS USING THIS TOOL.
  8.  
  9.  WMLOOKUP is a tool that helps find a Microsoft(R)
  10.  Windows(TM) message for a given message number. The
  11.  program lets you enter a number (either in hex or in
  12.  decimal) into an edit control. WmLookUp then displays the
  13.  WM_ message that corresponds to this number.
  14.  
  15.  WMLOOKUP is a C++ application that uses the Microsoft
  16.  Foundation Classes (MFC). To map a message number to
  17.  message text, the program reads the WINDOWS.H file.
  18.  WMLOOKUP also demonstrates several interesting features of
  19.  MFC, including serialization, file I/O, using dialog boxes
  20.  as main windows, and collection classes.
  21.  
  22.  The first time you run WMLOOKUP, it will say that it
  23.  cannot find the WMLOOKUP.JNK file and ask you if it should
  24.  create it. WMLOOKUP does not need this file to run, but
  25.  loads faster. If you decide that WMLOOKUP is a useful tool
  26.  and plan to use it, you may want to create this file.
  27.  WMLOOKUP looks for WMLOOKUP.JNK only in the current
  28.  directory. If it creates the file, it places it in the
  29.  current directory.
  30.  
  31.  WMLOOKUP was built and tested under Microsoft Windows
  32.  version 3.1.
  33.  
  34.  KEYWORDS: PR-CD2
  35.  
  36.  Click to run WMLOOKUP.EXE.
  37.  \untools\wmlookup\wmlookup.exe
  38.