PC memory reading and writing data

R

Thread Starter

Ricardo Juarez

Hello everyone, I want to read and write data in PC memory using VB program, but I don´t know how I can do. Recently I used instruction INput and OUTPUT but this doesn´t work in memory area. Can somebody help me???
Thanks very much
 
N

Neil Kingston

If you use the CopyMemory API call then you don't need to pay for ActiveX components. Be careful though, you can also do damage with this function.
 
Top