OLEcontrol for IE browser problem (OpenInsight 32-Bit)
At 29 OCT 2009 01:24:43AM Chee Onn Wu wrote:
OI version 7.2.1
The Olecontrol "InternetExplorer.Application" work perfectly fine in form designer "test run".
But when i start this form in my application. It show nothing but Black.
Any idea how to make it work?
thx in adv
At 03 NOV 2009 09:12PM Chee Onn Wu wrote:
no solution ?
At 04 NOV 2009 07:55AM Bob Carten wrote:
Try using Shell.Explorer instead of internetexplrer.application.
then, in the create event of the form,
call Send_Message(@window:'.OLECONTROL_1', 'Navigate2', 'about:blank')
At 16 NOV 2009 11:45PM Chee Onn Wu wrote:
thx for the reply. I did try this 2 weeks ago.
call Send_Messag(@window:'.OLECONTROL_1', 'Navigate2', 'about:blank')
and it's work.
But then when i apply flash to my html and open with OI OLE. It prompt error "line 53".