U
ucasesoftware
Dim myController As ServiceController
myController = New ServiceController("myWrondName")
i try :
if myController is nothing then
messagebox.show("This service doesn't exist"
end if
but IS NOTHING doesn't work with ServiceController
What can i do ?
myController = New ServiceController("myWrondName")
i try :
if myController is nothing then
messagebox.show("This service doesn't exist"
end if
but IS NOTHING doesn't work with ServiceController
What can i do ?