Open an instance of IE as a popup
I want to open an instance of Internet Exporer as a popup froma VB program. The following code works well at opening Internet explorer and pointing it at an address, but this is a normal browser.
ShellExecute hwnd, "open", "http://www.justwillsplc.net/epahelp", vbNullString, vbNullString, 1
So how do i do this but using a popup instance of a browser, i.e. no address or toolbar on Internet Explorer.
Its for a webbased help system for a program.
Jas.
p.s. long time no see !! LOL