home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / tools / 1873 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.7 KB

  1. Path: sparky!uunet!psinntp!dg-rtp!salzo!charvel
  2. From: charvel@salzo.Cary.NC.US (Jeff Cogswell)
  3. Newsgroups: comp.os.ms-windows.programmer.tools
  4. Subject: Re: Peek and Poke in Visual Basic 1.0 ???
  5. Message-ID: <aXcXwB1w165w@salzo.Cary.NC.US>
  6. Date: Tue, 05 Jan 93 17:13:33 EST
  7. References: <54540003@hpgrla.gr.hp.com>
  8. Organization: SalzoBoard BBS
  9. Lines: 33
  10.  
  11. galenr@hpgrla.gr.hp.com (Galen Raben) writes:
  12.  
  13. > In comp.windows.ms.programmer, harti@mikro.ee.tu-berlin.de (Stefan Hartmann (
  14. > >I have just bought Visual Basic 1.0 standard edition and wanted
  15. > >to program a special hardware board inside the PC with it....
  16. > >  **stuff deleted **
  17. > Stefan,
  18. > It is possible, but not for the faint-of-heart.  On CompuServe (and probably
  19. > a good number of ftp sites as well) in the MSBASIC forum VB library the file 
  20. > is called "inout.zip".  The reason MS doesn't include this functionality in
  21. > VB 1.0 or 2.0 is that it is EXCEPTIONALLY EASY to corrupt the Windows 
  22. > environment by directly writing to hardware - definitely not for the average
  23. > software hacker (therefore MS limited their liability).
  24. > Some other sources I can think of that may sell toolkits for this:
  25. >      MicroHelp (1-800-922-3383 or 404/594-1185)
  26. >      Crescent software (1-800-352-2742 or 203/438-5300)
  27. > I seem to recall MicroHelp has a package called VB-Muscle that has this...
  28. > Hope this helps,
  29. > - Galen -
  30.  
  31. Hi,
  32. Microhelp as a freeware file which has the peek&poke commands for VB.
  33. You can call them; or, it's somewhere in the MSBASIC forum of Compuserve.
  34. (I can't remember the file name, though...)
  35.  
  36. Always be careful when using peek & poke;  when running under protected
  37. mode, very,very,very,very bad things can happen, since essentially
  38. in a nutshell the addresses can change...
  39. Jeff
  40. charvel@salzo.Cary.NC.US
  41.