home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / clipdemo / cliptest.bas < prev    next >
BASIC Source File  |  1992-10-08  |  189b  |  8 lines

  1. ' This program illustrates how to Copy, Cut, and
  2. ' Paste text from one form to another via a menu
  3. ' located on a third form.
  4.  
  5. Global FocusFlag As Integer
  6. Global Const CF_TEXT = &H1
  7.  
  8.