VB可否用WMI获取子进程的启动信息?这里有个例子是可以获取 进程的启动信息的http://www.vbgood.com/vbt.good/t88537.html但是子进程的启动信息如何获取?[解决办法]children=wmi.ExecQuery('Select * from win32_process where ParentProcessId=%s' %p.Properties_('ProcessId'))[解决办法]WMI几乎无所不能,比API好[解决办法]