Joined: 03 Jul 2008 Posts: 65 Location: middle of nowhere.
Posted: Wed Sep 03, 2008 10:20 am Post subject:
eh, if you mean attaching to the process so you can do things like reading/writing then use openprocess pinvoke.
Public Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Integer, ByVal bInheritHandle As Boolean, ByVal dwProcessId As IntPtr) As IntPtr
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum