home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / vol_ser / readme.txt next >
Text File  |  1993-07-05  |  1KB  |  33 lines

  1. 7/4/93
  2.  
  3. (Use Notepad Word Wrap)
  4.  
  5. Example of How to Retrieve the Disk Volume Serial Number
  6.  
  7. Files Included: VOLSERNO.BAS, VOLSERNO.FRM, VOLSERNO.MAK
  8. VB Version:    VB3
  9. Requires:    MicroHelp Muscle for VB/Windows
  10.  
  11. This sample program shows how to retrieve the disk volume serial number implemented in disk formats from MS-DOS version 4.x to date.
  12.  
  13. The serial number information resides in the boot sector of the disk at offset 27H to 2AH and is retrieved using DOS Int 25H: Absolute Disk Read.  Because VB cannot call DOS Interrupts, MicroHelp MUSCLE is required.  The MUSCLE routine "MhDiskReadAbsolute" provides the required functionality.
  14.  
  15. For more information regarding the serial number reference the MS Knowledgebase Articles Q69223 and Q39893.
  16.  
  17.  
  18. Uploaded by:
  19.  
  20. David S. Mohler
  21. Stillwater Software Co.
  22. Dayton, Ohio
  23. CIS 76450,1642
  24. Internet stilwater@delphi.com
  25.  
  26.  
  27. MUSCLE is available from:
  28.  
  29. MicroHelp, Inc.
  30. 4359 Shallowford Industrial Parkway
  31. Marietta, GA  30066
  32. (404) 516-0899
  33.