drcacho
Feb 6th, 2001, 09:39 AM
Hi, I have a App that uses WebBrowser. First generate The HTML code an put them on a var. Then i do this:
WebBrowser1.Document.Body.InnerHTML = MyHTMLVar
An then the Form that contains the WebBrowser1 hides...
if y do
Form1.SHow the form is visible again....
I try to do the same on Delphi With the same HTML code and not nothing wrong, the form never hides. Anybody know why do it on VB?
Thanks!
:o:(
WebBrowser1.Document.Body.InnerHTML = MyHTMLVar
An then the Form that contains the WebBrowser1 hides...
if y do
Form1.SHow the form is visible again....
I try to do the same on Delphi With the same HTML code and not nothing wrong, the form never hides. Anybody know why do it on VB?
Thanks!
:o:(