How to get active window and child's title on remote pc using vb.net -
i'm developing winform application can retrieve names of running excel document. can retrieve locally can't figure out how can retrieve remote pc.
the way did on local pc searching excel.exe process there i'll find active window , child of it.
i wondering if there's way can title of active window , child's on remote pc.
i using code below find process local , remote.
w = getobject("winmgmts:{impersonationlevel=impersonate}\\" & pc & "\root\cimv2") processq = "select * win32_process name = 'excel.exe'"
i've search internet , couldn't find method so.
please :(
ps. don't know tags should add question, sorry.
Comments
Post a Comment