home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / DBMS9101.ZIP / DESQ3.JAN < prev    next >
Encoding:
Text File  |  1990-11-01  |  480 b   |  22 lines

  1.  
  2. Listing 3
  3.  
  4.      WinHan = WIN_New()  && get a window handle (32-bit long integer)
  5.  
  6. *WIN_AtSay() replaces @ 5, 3 SAY
  7. *WIN_AtGet() replaces @ 5, 13 SAY
  8.      WIN_AtSay(WinHan, 5, 3, "Password?")
  9.      WIN_AtGet(WinHan, 5, 13, memvar)
  10.  
  11.  
  12. *WIN_Mark() replaces ? "Message"
  13. *WIN_Mark2() replaces ?? " number two"
  14.      WIN_Mark(WinHan, "This is the first line of a TTY screen    write")
  15.      WIN_Mark2(WinHan, " and this appears immediately after      w/o
  16. CRLF")
  17.  
  18.  
  19.  
  20.  
  21.  
  22.