home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / printpro / read.txt < prev   
Text File  |  1991-07-01  |  810b  |  21 lines

  1. This program was written in Microsoft Visual Basic without any outside
  2. tools or non-native language calls.  The standard print call ENDDOC was
  3. not used in favor of opening direct access to the LPT1 port for printing
  4. labels without the forced page feed carried by ENDDOC.  The edit controls
  5. were limited without the call to the WINAPI for EM_LIMITTEXT, instead
  6. the length in characters was monitored using LEN and the keyboard was
  7. disabled using the KeyAscii variable in the KEYPRESS call.  The file
  8. deletion function runs a little more simply than the one in the manuals,
  9. though the basic technique is the same.
  10.  
  11. I'd love to hear your comments and suggestions:
  12.  
  13. Mark S. Burgess
  14. Knowledge Works, Inc.
  15. 4456 Vandever Avenue
  16. Suite 6
  17. San Diego, CA  92120
  18. (619) 528-1026
  19. CIS: 72220,2466
  20. MCI Mail
  21.