home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / tk3 / readme < prev   
Encoding:
Text File  |  1989-02-20  |  2.2 KB  |  60 lines

  1. Sample Name    Illustrates...
  2.  
  3. BIO        A biorhythm chart drawing application.  Demonstrates writing
  4.         to the clipboard, and GPI calls.
  5.  
  6. BROWSE        Drawing in an AVIO Presentation Space, with scrollbars.
  7.         It allows you to browse through a specified file.
  8.  
  9. CALC/DCALC    Bitmaps, hit testing, drawing using GpiBox, GpiLine;
  10.         and some manual drawing
  11.  
  12. CLOCK        Window subclassing, frame control processing, Gpi transforms
  13.         This application displays a clock; the title and menu bars
  14.         can be removed by double-clicking; and dragging any part
  15.         of the window results in the entire window being moved
  16.  
  17. COMTALK        A PM Terminal Application.  Uses AVIO, and multiple threads.
  18.  
  19. DLGSAMP        Demonstrates various types of dialog boxes
  20.  
  21. EDPLINE        Demonstrates Gpi calls to draw lines and curves
  22.  
  23. FATPEL        A nice drawing package which shows which pixels get lit up
  24.         when a line (or Fillet, Spline, Point Arc) is drawn
  25.  
  26. INIEDIT        Allows browsing of OS2.INI file (WinProfile calls); also
  27.         loads printer options from OS2.INI properly for printing
  28.  
  29. JIGSAW        A nice visual jigsaw puzzle application; demonstrates Gpi
  30.         calls for segment storage, clipping to regions, Bit Blts, ...
  31.  
  32. LINEFRAC    Drawing with multiple threads, bitmaps as menu items, how
  33.         to read/write bitmaps, and Gpi calls
  34.  
  35. MDI        Demonstrates the standard Multiple Document Interface
  36.  
  37. MSGBOX        Allows the user to experiment with various message box styles
  38.  
  39. OPENDLG        Standardized "File...Open" and "File...Save As" dialog boxes
  40.         Includes a sample program (HELLO) to show how to use the DLL.
  41.  
  42. PMCAP        Allows screen dumps to bitmap files
  43.  
  44. SNAP        Screen snapshotting utility.  Allows regions to be selected.
  45.  
  46. SPY        Message hooking/debugging utility
  47.  
  48. VECTFONT    Shows off OS/2 Vector Font capabilities
  49.  
  50. WMCHAR        Displays the various flags set when WM_CHAR message is sent
  51.  
  52.  
  53. Make sure that the INCLUDE subdirectory here is in your INCLUDE variable,
  54. that LIB is in your LIB variable, and that DLL is in your LIBPATH variable
  55. (of your CONFIG.SYS file).  This should happen as part of the SETUP process.
  56.  
  57. Many samples compile with the library slibce, which is a combined library
  58. which should be built when installing Microsoft C 5.10.  It MUST be a
  59. protect-mode library (so select Default library = OS/2 Protected Mode).
  60.