R
Rasmus
I'm using some functions that automatically loads pages in an embedded
Explorer browser (activeX webbrowser) in my form (using some VBA code).
Problem is, that I'd like to keep working with the form, but whenever the
page in Explorer has finished loading it automatically sets itself as
active.
So if I'm editing a textcell while Explorer is loading all of a sudden I
will start typing in Explorer instead, because it 'takes over' the form.
Anyway, is there a way to make the embedded Explorer 'silent' and not set
itself as active after loading ? I've tried setting it as SILENT = Yes in
the properties window, but this does not seem to work.
)
Rasmus
Explorer browser (activeX webbrowser) in my form (using some VBA code).
Problem is, that I'd like to keep working with the form, but whenever the
page in Explorer has finished loading it automatically sets itself as
active.
So if I'm editing a textcell while Explorer is loading all of a sudden I
will start typing in Explorer instead, because it 'takes over' the form.
Anyway, is there a way to make the embedded Explorer 'silent' and not set
itself as active after loading ? I've tried setting it as SILENT = Yes in
the properties window, but this does not seem to work.
Rasmus