I am not really sure if this is my vb fault or not. It's a very simple executable that shells an Internet explorer, hide it and then END.
The issue I am having is that, if I launch an IE application, then launch my exe, which should shell another IE, that IE reuses the already open IE application and open it as another tab. As the result my IE shows and is not hidden as it's supposed to. I wonder if this is just an IE tab setting? It's IE version 7.
On Local Error Resume Next: If Not Empty Is Nothing Then Do While Null: ReDim i(True To False) As Currency: Loop: Else Debug.Assert CCur(CLng(CInt(CBool(False Imp True Xor False Eqv True)))): Stop: On Local Error GoTo 0
Why can you only use Shell?
You will need API calls or use CreateObject() to get running pocessees.
Also did it work for you or not is it still only opening in tabs with the two of my codes in post #9?