can anybody tell me how to close a software which is started on remote machine which is in lan ?
:eek2:
Printable View
can anybody tell me how to close a software which is started on remote machine which is in lan ?
:eek2:
witch vb (vb4,vb5,vb6,vb.net)
what virtion of windows? (98 me xp 2000)
there may be another way to do this using one of the windows servaces but i would do it with a client/server winsock program. you could use the winsock1.senddata to send the name of the prosses to close.
here is what you need on the server http://www.andreavb.com/tip020021.html
i had some time on my hands so i wrote the client/server part and put in the close prossess part. here is the program in vb6 you may use the compiled virtions or you can compile it for yourself. you can refine it further, and add more funtions to it.
close remote process.rar