home *** CD-ROM | disk | FTP | other *** search
/ Master 95 #1 / MASTER95_1.iso / microsof / vbasic4 / vb4-6.cab / dde.bas < prev    next >
Encoding:
BASIC Source File  |  1995-07-26  |  143 b   |  8 lines

  1. Attribute VB_Name = "Module1"
  2. Option Explicit
  3.  
  4. ' Run-time errors
  5. Public Const errNoAppResponded = 282
  6. Public Const errDDERefused = 285
  7.  
  8.