When I try to use AxtiveX with Internet Explorer I get a GPF. Please try following code:
- Code: Select all Expand view
#include "FiveWin.ch"
PROCEDURE Main()
LOCAL oWnd, oActiveX
DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support"
oActiveX = TActiveX():New( oWnd, "InternetExplorer.Application" )
oWnd:oClient = oActiveX
oActiveX:SetProp( "Navigate", "http://www.fivetechsoft.com" )
ACTIVATE WINDOW oWnd CENTER
RETURN
I compiled it with latest xHarbour from CVS with BCC and/or XCC. I tried on Vista and Windows XP, but on both it GPF's
Can someone please confirm?
Thanks!
Patrick