home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / address / address.txt < prev    next >
Text File  |  1993-07-05  |  1KB  |  28 lines

  1. Address is an example database application for Visual Basic 3.0.
  2. I have about one weeks time involved so far, starting from knowing
  3. nothing. I hope you will find it useful. You will need the
  4. Professional Edition to use some of the code, but I am sure that
  5. it can be adapted to standard addition. You will also need the
  6. following VBX's to run the program.
  7.  
  8. MSCOMM.VBX
  9. THREED.VBX
  10.  
  11. I hope this will encourage other to share their code and ideas.
  12. The code is pretty easy to follow and well commented, and there
  13. are not alot of complex API calls in it. I think that some of
  14. the features you will find unique.
  15.  
  16. Please don't use the code as a direct copy to your own programs,
  17. especially if your selling your product. Try to improve on it.
  18. That should be easy enough.
  19.  
  20. Michael J. Murphy
  21.  
  22. My other info is in the first entry in the DataBase.
  23.  
  24. P.S.
  25. Can anyone tell me how to change the printer height and
  26. width under program control? I want to print nice looking
  27. labels thru the GUI without skipping an entire page between
  28. single labels.