Click to See Complete Forum and Search --> : Read/Write data in memory


Ed K.
December 23rd, 1998, 12:03 PM
I'm in the process of writing a program (in VB6)that must be able to read and write to a propriatary board that has a base address of C8000.


In the 'old days of DOS' you could use peek and poke to read and write to memory locations but how does one accomplish the same task in visual basic?


Any help would be greatly appreciated.


Ed K.