Hi all!
How could i catch all internet explorer windows with
the help of shdocvw library? There are tinternetexplorer, twebbrower
and other classes. ShellWindows holds all ie windows.
I think it has to look so:
var ie: tinternetexplorer;
sw: shellwindows;
...
ie:=tinternetexplorer(shellwindows.Item(0));
but it doesn't work, like all other my tryings.
my purpose is to find all urls currently opened by MS InternetExplorer.
Help plz
Thanx.
How could i catch all internet explorer windows with
the help of shdocvw library? There are tinternetexplorer, twebbrower
and other classes. ShellWindows holds all ie windows.
I think it has to look so:
var ie: tinternetexplorer;
sw: shellwindows;
...
ie:=tinternetexplorer(shellwindows.Item(0));
but it doesn't work, like all other my tryings.
my purpose is to find all urls currently opened by MS InternetExplorer.
Help plz
Thanx.