Click here to Skip to main content
16,016,500 members

Comments by FernMart (Top 1 by date)

FernMart 5-Oct-16 11:35am View    
In VB

Private Function ProcessExists(id As Integer) As Boolean
Return Process.GetProcesses().Any(Function(x) x.Id = id)
End Function