FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ToleAuto / OleWevent
Posts: 603
Joined: Sun May 04, 2008 08:44 PM

Re: ToleAuto / OleWevent

Posted: Sun Aug 16, 2009 11:44 PM


if i use en class TActiveX():new(ownd,"codejock.CommandBars.13.0.0")

the same erro.

in class TactiveX need to be codejock.commandbarsframe.13.0.0
and in class
OleWevent need to be codejock.commandbars.13.0.0

if i no make it give this erro:
Posts: 603
Joined: Sun May 04, 2008 08:44 PM

Re: ToleAuto / OleWevent

Posted: Tue Aug 18, 2009 02:01 PM

Antonio,

Alguna opnion ?

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: ToleAuto / OleWevent

Posted: Tue Aug 18, 2009 05:44 PM

Lailton,

Is FWH\samples\WebExp.prg working fine using your Class OleWevent ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 603
Joined: Sun May 04, 2008 08:44 PM

Re: ToleAuto / OleWevent

Posted: Tue Aug 18, 2009 06:06 PM
Yes. normal

Code (fw): Select all Collapse
#include "Fivewin.ch"

function main()

 public ownd, oOle
 public Rb
 public left:=0, Top:=0, Right:=0, Bottom:=0
 define window ownd color 0,0
 oOle:=OleWEvent():new(ownd,"Shell.Explorer",0,0,400,400)

 oOle:Navigate("http://www.google.com" )


 Activate Window oWnd

Return nil
Posts: 603
Joined: Sun May 04, 2008 08:44 PM

Re: ToleAuto / OleWevent

Posted: Wed Aug 19, 2009 12:47 AM

I´m fight yet with it :)

I think that is impossible solve it without know C/C++


:cry::cry::cry::cry::cry::cry::cry::cry::cry::cry::cry::cry::cry:

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: ToleAuto / OleWevent

Posted: Wed Aug 19, 2009 10:28 AM

Lailton,

We are actually doing tests with OleAuto and ActiveX in Harbour 2.0 beta.

So just wait some days and lets see

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion