This is a discussion on Process Table. - basic.visual ; I'm at wits end about this, all the books I've read on all the major languages ignore this, and any "experts" I ask skirt the subject, so I'll ask here: If I wanted to access the Process Table, how would ...
I'm at wits end about this, all the books I've read on all the major
languages ignore this, and any "experts" I ask skirt the subject,
so I'll ask here:
If I wanted to access the Process Table, how would I go about doing
that? Or is this part of the Windows API that Microsoft prefers to
keep to itself?
I'm looking to get information* and (eventually) sending kill commands. And
I don't want to write a wrapper for the Command Line functions in XP-
Professional, because I want this to work on 9x systems as well. (not that
I think I could, the Shell() command is really lame)
If it can't be done in Visual Basic, please tell me where it -can- be done.
Any help is greatly appreciated.
-==Kensu==-
* - the usual stuff, PID, process name, memory usage, et cetera.