Search found 97 matches: progid

Return to advanced search

Re: Duda de cuando usar TActiveX, TOleAuto y CreateObject

Dear Lailton,

We use a FWH new control class:

@ 0, 0 ACTIVEX oActiveX PROGID "Shell.Explorer" OF oWnd

MsgInfo( GetClassName( oActiveX:hWnd ) ) // TACTIVEX
by Antonio Linares
Fri Sep 30, 2022 7:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda de cuando usar TActiveX, TOleAuto y CreateObject
Replies: 4
Views: 542

Re: How to call Events from OLE/COM objects

hi,

thx for Code ... a lot i have to learn about FiveWin

Question : where are those #DEFINE come from :?:

---

Xbase++ have a Tool call TLB2CH.EXE
when use CLSID or PROGID as Parameter it will show all #DEFINE of COM Interface

does FiveWin have a Tool like TLB2CH.EXE :?:
by Jimmy
Thu Apr 28, 2022 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 953

Re: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak

... without ".7" have found out that it work as "VersionIndependentProgID" have not see it before while most CLSID or PROGID are used, sorry
by dutch
Wed Mar 30, 2022 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak
Replies: 11
Views: 815

Re: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak

... without ".7" have found out that it work as "VersionIndependentProgID" have not see it before while most CLSID or PROGID are used, sorry
by Jimmy
Wed Mar 30, 2022 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak
Replies: 11
Views: 815

Re: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak

... nil  hi Dutch, you can use CLSID "{6BF52A52-394A-11d3-B153-00C04F79FAA6}" or PROGID "WMPlayer.OCX.7" i wonder that it is working with "WMPlayer.OCX" without ".7" --- you need to "destroy" ...
by dutch
Wed Mar 30, 2022 1:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak
Replies: 11
Views: 815

Re: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak

hi Dutch, you can use CLSID "{6BF52A52-394A-11d3-B153-00C04F79FAA6}" or PROGID "WMPlayer.OCX.7" i wonder that it is working with "WMPlayer.OCX" without ".7" --- you need to "destroy" ActiveX oActiveX1 := nil but only ...
by Jimmy
Tue Mar 29, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak
Replies: 11
Views: 815

Re: Ajustar contenido página web en control TDockPnel

... cUrl, cTitle ) LOCAL oDlg, oActiveX DEFAULT cTitle := cUrl DEFINE DIALOG oDlg TITLE cTitle SIZE 1000, 600 RESIZABLE @ 0, 0 ACTIVEX oActiveX PROGID "Shell.Explorer.2" OF oDlg oActiveX:nDlgCode = DLGC_WANTALLKEYS oDlg:oClient = oActiveX ACTIVATE DIALOG oDlg CENTERED ; ON INIT ...
by karinha
Sun Sep 19, 2021 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar contenido página web en control TDockPnel
Replies: 22
Views: 1988

Re: Posteingang bei Outlook auslesen

... die Konstanten zu bekommen ( mit > umleiten in eine *.CH ) TLB2CH.EXE Kommandozeilen Parameter Syntax Die allgemeine Syntax lautet: Tlb2Ch.exe ProgID1 | /? [[ProgID2] ...] [/o:Dateiname] [/t:Typenbibliothek] [/l:Lizenz] ProgID Die ProgID aller installierten COM/ActiveX Objekte sind in der Registry ...
by Jimmy
Sat Sep 07, 2019 11:26 am
 
Forum: All products support
Topic: Posteingang bei Outlook auslesen
Replies: 1
Views: 1700

NirSoft utilities for programmers

... registration). For each registered file, you can view the last date/time that it was registered, and the list of all registration entries (CLSID/ProgID). RegDllView also allows you to unregister dll/ocx files that you don't need on your system anymore. If you have dll/ocx files that don't exist ...
by Baxajaun
Tue Jul 03, 2018 10:36 am
 
Forum: Utilities / Utilidades
Topic: NirSoft utilities for programmers
Replies: 1
Views: 1080

Re: Abrir navegador dentro de un dialogo

... días la versión 17. Haciendo lo que me indicaste, efectivamente el problema no esta en el ON INIT, sino en esta linea: @ 4, 10 ACTIVEX oActiveX PROGID "Shell.Explorer.2" SIZE nAXWidth, 360 OF oWnd es alli donde se aborta el programa. No arreja ningún error ni "explota", simplemente ...
by JoseAlvarez
Mon Mar 27, 2017 10:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir navegador dentro de un dialogo
Replies: 9
Views: 2319

Re: Abrir navegador dentro de un dialogo

... !!! Favor Verificar ¡¡¡ ") Return Nil Endif Define Dialog oDlg Resource "Google" OF oWnd REDEFINE ACTIVEX oActiveX ID 100 OF oDlg PROGID "Shell.Explorer" REDEFINE GET aGet[1] Var cStreet ID 200 OF oDlg Picture "@!" REDEFINE GET aGet[2] Var nNum ID 500 OF oDlg ...
by Claudio Leiva
Mon Mar 27, 2017 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir navegador dentro de un dialogo
Replies: 9
Views: 2319

version de IE en oActivex:Do(Navigate)

... oActiveX If IsInternet() DEFINE DIALOG oDlg RESOURCE "CONSULTA_WEB_3" TITLE "Ver URL" REDEFINE ACTIVEX oActiveX ID 10 OF oDlg PROGID "Shell.Explorer" REDEFINE BUTTON ID 110 OF oDlg ACTION oDlg:end() ACTIVATE DIALOG oDlg CENTERED ON INIT oActiveX:Do( "Navigate2", ...
by postinelli
Thu May 05, 2016 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: version de IE en oActivex:Do(Navigate)
Replies: 6
Views: 1579

Disable download of images

I open internet Explorer as ActiveX

@ 0, 0 ACTIVEX oAx PROGID "Shell.Explorer" OF oWnd

and download I need a website

oAx:Navigate( URL )

Is it possible to disable download of images from this site ?
by Natter
Fri Jan 29, 2016 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable download of images
Replies: 0
Views: 329

Re: LEER VARIAS COLUMNAS DE UNA TABLA HTML

... de algo DEFINE DIALOG oDlg RESOURCE "CONSULTA_WEB_3" TITLE "VALIDA DATOS EN ANSES" REDEFINE ACTIVEX oActiveX ID 10 OF oDlg PROGID "Shell.Explorer" REDEFINE BUTTON ID 110 OF oDlg ACTION (VeoAnses(oActiveX:Document:Body:InnerHtml), oDlg:end() ) ACTIVATE DIALOG ...
by postinelli
Tue Aug 18, 2015 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LEER VARIAS COLUMNAS DE UNA TABLA HTML
Replies: 22
Views: 9357

abrir chrome desde activex

... ) o tambien function PRUEBA local oDlg, oActiveX DEFINE DIALOG oDlg RESOURCE "Test" REDEFINE ACTIVEX oActiveX ID 10 OF oDlg PROGID "Shell.explorer.2" ACTIVATE DIALOG oDlg CENTERED ; on init oActiveX : Do( "Navigate2" , "c:\vpuesto\temp.html" )
by silvinamazzaro
Thu Oct 16, 2014 9:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: abrir chrome desde activex
Replies: 11
Views: 1582
Next

Return to advanced search