home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / beeper / beeper.txt < prev    next >
Text File  |  1998-03-26  |  562b  |  15 lines

  1.  
  2. BEEPER
  3.  
  4. This basic sample illustrates the implementation of a tearoff interface - a
  5. collection/enumeration of BSTRs. It can be built as a DLL and as an EXE.
  6. The target "Win32 Release MINCRT" shows how to build a DLL that does not
  7. link in the CRTs (how to use the #define _ATL_MIN_CRT)
  8.  
  9. HOW TO RUN IT:
  10.  
  11. Build BEEPER (.EXE or .DLL) and make sure it is registered. Load the .VBP file
  12. into VB and run. Press the button to activate it. With the DLL version, you
  13. can also use BEEPER.HTM (HTML file that uses VBScript) from Internet Explorer 3.0
  14. or 4.0.
  15.