Search found 25 matches: olewevent

Return to advanced search

Re: How to receive events from objects?

Antonio,

The topic was posted sometime in 2008. :)

Sounds great that it is there, but I'm getting a link error :(.

What is the library file and where to get the MyInclude.ch?

BTW I used it this way: oOle:=OleWEvent():New(cProgId)

Regards, Saludos

Jose
by Jose Dolar
Mon Jun 16, 2014 6:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to receive events from objects?
Replies: 32
Views: 8940

Re: ToleAuto / OleWevent

Lailton,

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

So just wait some days and lets see
by Antonio Linares
Wed Aug 19, 2009 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

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:
by lailton.webmaster
Wed Aug 19, 2009 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

... 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 ...
by lailton.webmaster
Tue Aug 18, 2009 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

Lailton,

Is FWH\samples\WebExp.prg working fine using your Class OleWevent ?
by Antonio Linares
Tue Aug 18, 2009 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

Antonio,

Alguna opnion ?
by lailton.webmaster
Tue Aug 18, 2009 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

... 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: http://img245.imageshack.us/img245/9629/erroy.jpg
by lailton.webmaster
Sun Aug 16, 2009 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

Lailton,

> if i use "Codejock.CommandBarsFrame.13.0.0" in OleWevent give me erro..

What error is it ?
by Antonio Linares
Sun Aug 16, 2009 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

OleWevent -> 16467048:ADD TactiveX -> 16439752 #include "Fivewin.ch"function main() public ownd, oOle public left:=0, Top:=0, Right:=0, Bottom:=0 define window ownd color 0,0// oOle:=OleWEvent():new(ownd,"Codejock.CommandBars.13.0.0",0,0,oWnd:nRight,oWnd:nBottom) oOle:=TactiveX():New(ownd,"Codejock.CommandBarsFrame.13.0.0") cToolA:=oOle:Do("Add","ToolBar",0) cToolB:=oOle:Do("Add","ToolBar",0) cToolB:GetWindowRect(@Left, ...
by lailton.webmaster
Sun Aug 16, 2009 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

Please try this with both FWH TActiveX and your Class:

MsgInfo( cToolB:cClassName )

Lets see if they are the same object class.
by Antonio Linares
Sun Aug 16, 2009 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

... 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,"Codejock.CommandBars.13.0.0",0,0,oWnd:nRight,oWnd:nBottom) cToolA:=oOle:Add("ToolBar", ...
by lailton.webmaster
Sun Aug 16, 2009 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

Lailton,

Use it this way:

OleInvoke( cToolB:hObj, "GetWindowRect",@Left, @Top, @Right, @Bottom)
by Antonio Linares
Sun Aug 16, 2009 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

... 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,"Codejock.CommandBars.13.0.0",0,0,oWnd:nRight,oWnd:nBottom) cToolA:=oOle:Add("ToolBar", ...
by lailton.webmaster
Sun Aug 16, 2009 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

It seems as your xHarbour version does not support "...", more recent builds support it.

Just for a test, please replace "..." with "u1, u2, u3, u4"
by Antonio Linares
Sun Aug 16, 2009 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979

Re: ToleAuto / OleWevent

Antonio, Erro when i try compile... Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandOleWEvents0.c:xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6195)Copyright 1999-2008, http://www.xharbour.org http://www.harbour-project.org/Compiling 'DEMO.PRG'...DEMO.PRG(18&...
by lailton.webmaster
Sun Aug 16, 2009 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4979
Next

Return to advanced search

cron