I had a link to msdn (lost it)...for navigating with shdocvw that included flags:
guessing...
OpeninNewTab
ForceSameTab....ect.
object
p = null;Could add Flag...for tabs...
Explorer.Navigate(.URL, ref p, ref p, ref p, ref p);
I need to open in the same tab.
TIA