Hi all,
I'm using Msie ActiveX in a vb application and my task is to load a
formatted string into the ActiveX.
But I found that the only way of doing this is to save the string into a
file (*.html, *.xml...etc..) and then load the file into the Msie ActiveX
using MSInfoLoadFile method.
So, what if I want to load the string without saving it first onto the disk?
Is it possible? And there is no documentation in the MSDN (I've tried).
Thanx in advance...