hi all,
i have connected 4 ip camera s with my pc.. i need to raise msg when the camera cable unplugged (abnormally) using winsock..
i tried using loop like
for 0 to 3
winsock(i).close
if winsock1(i).connect <> sckConnected then
msgbox("no connection")
end if
i know as a beginner this may be a wrong..
give me some guide lines to resolve...
thankx in advance