方法一:
http://www.foxtable.com/webhelp/scr/2713.htm
方法二:
直接检测进程名
Dim ps As System.Diagnostics.Process() = System.Diagnostics.Process.GetProcessesByName("foxtable")msgbox(ps.length)