Quote Originally Posted by bitterbanana View Post
In VB, you have access to the necessary winapi functions: OpenProcess, WriteProcessMemory, ReadProcessMemory.
Oh, true. I guess the API functions could do that. I've only used the API functions for saving and opening data files. So my experience is still somewhat beginner. But hopefully my college course this year will expand that.