Search found 1909 matches: activex

Return to advanced search

Re: Chilkat's ActiveX

...  Local lc_oGlobal   Local lc_lOk                           := .F.   Local cRetClass                        := ""   if !IsActiveX("Chilkat_9_5_0.Global.1")      RegisterServer("ChilkatAx-9.5.0-win32.dll")       IF !IsActiveX("Chilkat_9_5_0.Global.1")  ...
by Giovany Vecchi
Fri May 10, 2024 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chilkat's ActiveX
Replies: 2
Views: 98

Chilkat's ActiveX

Hi Some of you guys have used Chilkat's ActiveX DLL before so I want to ask how to end its object e.g. local oHttp = CreateObject('Chilkat_9_5_0.Http')local oReq = CreateObject('Chilkat_9_5_0.HttpRequest')  Do I have to do a oHttp:end() ...
by hua
Fri May 10, 2024 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chilkat's ActiveX
Replies: 2
Views: 98

Re: error to show pdf on dialog

Unfortunately I couldn't make it work with RESOURCES. I don't know what the FiveTech team did with ACTIVEX. Lamentablemente no pude hacerlo funcionar con RECURSOS. No sé qué hizo el equipo de FiveTech con ACTIVEX. // C:\FWH\SAMPLES\SHOWPDF2.PRG - NO FUNCIONA con RESOURCE.#include ...
by richard-service
Sat Apr 20, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 731

Re: error to show pdf on dialog

Unfortunately I couldn't make it work with RESOURCES. I don't know what the FiveTech team did with ACTIVEX. Lamentablemente no pude hacerlo funcionar con RECURSOS. No sé qué hizo el equipo de FiveTech con ACTIVEX. // C:\FWH\SAMPLES\SHOWPDF2.PRG - NO FUNCIONA con RESOURCE.#include ...
by karinha
Sat Apr 20, 2024 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 731

RMChart

... usaba con gran satisfacción, pero cuando me pasé a Harbour no pude usarla más. Aparte, si mal no recuerdo para usarla habia que utilizar una clase activex modificada. Alguien ha podido utilizar RMChart con Harbour, y de ser posible sin clases activex externas? Aprecio cualquier información al respecto, ...
by jose_murugosa
Wed Apr 17, 2024 7:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 266

Any code snippet for getting token of OAuth2?

Hi guys,
Any code snippet to get OAuth2.0 token without using ActiveX?


TIA
by hua
Wed Apr 03, 2024 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any code snippet for getting token of OAuth2?
Replies: 3
Views: 535

Re: Does anyone have an Envelope Printing module ?

... Joao, We use Word and Outlook extensively with our software. However, we are preparing because we believe that the automation we have done so far (ActiveX) will not be supported by Word and Office in the future. It is already difficult to buy appropriate versions for Remote Desktop, for example. ...
by karinha
Sat Mar 02, 2024 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 644

Re: Does anyone have an Envelope Printing module ?

... Joao, We use Word and Outlook extensively with our software. However, we are preparing because we believe that the automation we have done so far (ActiveX) will not be supported by Word and Office in the future. It is already difficult to buy appropriate versions for Remote Desktop, for example. ...
by Otto
Fri Mar 01, 2024 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 644

Re: Fwh 23.10 TGet another problem (UNSOLVED)

ertan wrote:Mr. Rao,

Your welcome. I'm not use any third party components or activex.

Best regards,


Mr. Ertan
Can we give you some more trouble?
Do you get the same behavior as Mr. Hakkan when you add manifest to my sample? Do you see ANSI GET changing to UTF8 GET?
by nageswaragunupudi
Mon Feb 05, 2024 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55041

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Mr. Rao,

Your welcome. I'm not use any third party components or activex.

Best regards,
by ertan
Sun Feb 04, 2024 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55041

Re: how to get Event from ActiveX ?

Dear Jimmy,

Reviewing Harbour OLE implementation it seems as this is the way:

oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | MsgInfo( x, y ) } )

but here in my tests it is not working as expected.

Maybe another Harbour OLE bug ? I am doing some research to find the right way...
by Antonio Linares
Tue Jan 30, 2024 6:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Event from ActiveX ?
Replies: 1
Views: 361

how to get Event from ActiveX ?

hi,

i like to hightlight Word as show here
https://www.youtube.com/watch?v=Y8-yjsRsyvI

i need to catch "Word event" of SpVoice, how :?:
Image
by Jimmy
Tue Jan 30, 2024 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Event from ActiveX ?
Replies: 1
Views: 361

Re: HTML code in a TPanel class

Silvio, > WebView use Activex ? no > WebView id Supported on Win7,Win10,win11 ? https://learn.microsoft.com/en-us/microsoft-edge/webview2/ WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 ...
by Silvio.Falconi
Mon Jan 22, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1373

Re: HTML code in a TPanel class

Silvio, > WebView use Activex ? no > WebView id Supported on Win7,Win10,win11 ? https://learn.microsoft.com/en-us/microsoft-edge/webview2/ WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 ...
by Antonio Linares
Mon Jan 22, 2024 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1373
Next

Return to advanced search

cron