Hey, I have this piece of code but I can't figure out why I cannot see this embedded image from my HTML file. I have a function that will create a sample HTML file. If I open this file with Mozilla, the image will be display without any problem but if I try to use a Shell.Explorer object to display this file my image will not appear. Know anyone why?
$OBJ = ObjCreate("Shell.Explorer.2")
$MAIN = GUICreate("Test")
$CTRL = GUICtrlCreateObj($OBJ,5,5,390,390)
GUISetState(@SW_SHOW,$MAIN)
CreateHTML(