home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / articles / vbbultn / source / englhelp.bas < prev    next >
Encoding:
BASIC Source File  |  1994-12-20  |  921 b   |  15 lines

  1. Option Explicit
  2. Global Const TOOLTIP_FILENEW = "Creates a new file/New File//"
  3. Global Const TOOLTIP_OPEN = "Opens an existing file/Open File//"
  4. Global Const TOOLTIP_SAVE = "Saves the active file/Save File//"
  5. Global Const TOOLTIP_LINE = "Inserts a line drawing object/Draw Line//"
  6. Global Const TOOLTIP_ARC = "Inserts an arc drawing object/Draw Arc//"
  7. Global Const TOOLTIP_BOLD = "Makes the current selection bold (toggle)/Toggle Bold//"
  8. Global Const TOOLTIP_ITALIC = "Makes the current selection italic (toggle)/Toggle Italic//"
  9. Global Const TOOLTIP_UNDERLINE = "Underlines the current selection (toggle)/Toggle Underline//"
  10. Global Const TOOLTIP_MACRO = "Runs a custom macro/Run Macro/WARNING/"
  11. Global Const TOOLTIP_CAPTURE = "Captures the current screen/Clip Screen//"
  12. Global Const TOOLTIP_REPORT = "Calculate report/Report//"
  13. Global Const TOOLTIP_CUT = "Cuts the current selection to the clipboard/Cut//"
  14.  
  15.