Is Explorer Active

  • Thread starter Thread starter j
  • Start date Start date
J

j

Hi,


Is there a way to know if explorer that i referenced now is active ???

i can't ...Active() method, but i only need to check.



Anyone???



Tnx in advance
 
You could check ActiveExplorer and see if it's the same object that you
referenced previously. That could be done by comparing window captions and
screen location and dimensions and/or getting an hWnd for the Explorer
window and comparing that to the hWnd of the ActiveExplorer object.
 
Back
Top