home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / spc_time / spctime.txt < prev   
Text File  |  1992-03-25  |  841b  |  22 lines

  1. Here is a very useful utility that shows you how much disk space you have left.
  2. It also will copy the date and time or both to the clipboard.
  3.  
  4. This works better if you are running several vb apps at once because of the
  5. large vbrun100.dll involved in overhead.
  6.  
  7. I have included the source to the  QuickC for windows code because it gave
  8.  me much agrivation. The problem was caused by demotions and promotions in the 
  9. type casting of the variables. The union is probly not necisary but I was trying every
  10. thing to make it work. 
  11.  
  12.  
  13. Please note that this program was written using Visual Basic which means that you must
  14. have the vbrun100.dll.
  15.  
  16. If you have any questions leave me some mail I'll try to answer them; or If you need help
  17. writting dll's for VB or some other windows program.
  18.  
  19.  
  20. Paul James Barrett
  21. CIS# 71020,2624
  22.