Tracy
That looks like a great starting point
Many thanks
Paul
Tracy Pearson wrote: > This code in the command line puts text into the control > > cF = CREATEOBJECT("form") > cF.Show() > cf.AddObject("oIE","olecontrol","shell.explorer.2") > cf.oIE.Width = cf.Width > cf.oIE.Height = cf.Height > cf.oIE.Visible = .t. > cf.oIE.navigate2("about:blank") > cf.oIE.Document.body.innerHTML = "Hello" > > HTH, > Tracy >
©2007 Paul Newton |