4 years ago I had created a presentation with powerpoint and I had
been able to create a slide to "simulate" IExplorer (so I didn't need
to escape from powerpoint, open IE, and go back to powerpoint).
I try to remember how I had done this but I really don't find.
The only think I do remember is I used the following ActiveX
controls : a textbox (for the input URL), a commandbutton (for the
"OK" button) and.... a msie control I guess...
But I'm not sure the 'msie control' is the good activeX control to use
here, and *I don't know how to tell this control to load the url
located in the textbox*.
Here is a sample code :
Private Sub CommandButton1_Click()
Msie1.????????????? = TextBox1.Text
End Sub
I usually don't ask for code snippets but this time if someone can
help me with a sample (even an untested one).
I might be far from the solution, but I'm sure It's not more than 3 or
4 lines of vbscript.
Thanks all !