10-18-2011، 09:03 PM
کد:
If Process.GetProcessesByName(("vpcmap")).Length >= 4 And Process.GetProcessesByName(("vmsrvc")).Length >= 4 Then
MsgBox("Virtual PC found!")
Else
MsgBox("No Virtual PC found!")
End If