Can I get the information about IE's status in IE is running?
Hi,there
Can I get the information about IE's status in IE is running?
(ex. Where IEs visit for?)
Process [] localByName = Process.GetProcessesByName("IEXPLORE");
I can get how many IEs be created,
but don't know how to get where IEs visit for?
Please help me.
Thanks...