Simple code to check any one connected to your system (network) TRY IT...
Simple code to check any one connected to your system (network) TRY IT...
API Declarations
'1,text box name-text1
'2,text box name-text2
'3,timer name-time
'create a .bat file named san(san.bat) using notpad with following code.
'net session > d:\temp123.txt
Rate Simple code to check any one connected to your system (network) TRY IT...
(1(1 Vote))
Shell ("san:\4.bat")
Text1.Text = Text1.Text + 1
Text2.Text = ""
Open "d:\temp123.txt" For Input As #1
sa = Input$(LOF(1), #1)
Close 1
Text3.Text = sa
End Sub
Simple code to check any one connected to your system (network) TRY IT... Comments
No comments yet — be the first to post one!
Post a Comment