Search found 435 matches: shell

Return to advanced search

Re: La IA contesta y se queda tan ancha

... impresion personal del que responde En mi caso hoy he estado bastante tiempo con la IA y he podido hacer un algoritmo de envio de emails en powershell que creo que me va a dar mucho juego, tanto dentro de programas como fuero, a nivel de prompt del shell. Espero que no lo capen Concuerdo que ...
by paquitohm
Fri Dec 29, 2023 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: La IA contesta y se queda tan ancha
Replies: 12
Views: 941

Back after 10 years due to illness [ Javier Lloris ]

... since I have to review and document it, I will add watching TV over the internet. All programs created as a hobby will have the penguin with the shell on its head as its logo. https://i.postimg.cc/bvDHHVhx/pMedia1.jpg https://i.postimg.cc/yNMhfh1w/pMedia2.jpg Programa ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 318

Re: ID of the new process

... Next ``` This may not directly give you the ID of the process, but it provides additional information that might be useful. 2. **Using Shell.Application:** Another approach is to use the `Shell.Application` object to open the document. This way, you can get a reference to the process ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 291

Re: Error raro al compilar

Estimado Alvaro,

Accedes a algún fichero en google drive desde tu aplicación ?

> GoogleDriveFSPipe_Alvaro_shell
by Antonio Linares
Wed Oct 25, 2023 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error raro al compilar
Replies: 6
Views: 292

Re: enviar mensajes a whatsapp, ¿posible solucion?

... hacerlo directamente desde FWH sin necesidad de crear una hoja de cálculo ni tener que usar VBA, etc Simplemente usa esto desde FWH en un bucle: ShellExecute( 0, "open", StrTran( "whatsapp://send?phone=" + cTelefono + "&text=" + cMensaje ), " ", "%20" ...
by Antonio Linares
Thu Oct 12, 2023 11:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 3682

Re: xHarbour.org updated!

... + Senha(cChave) DEFINE WINDOW oChildWnd FROM 0,0 TO 600,800 PIXEL TITLE "PORTO SEGUROS" oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" ) oActivex:Silent := .T. oChildWnd:oClient = oActiveX oActiveX:Do( "Navigate2", cSite ) ACTIVATE WINDOW oChildWnd ...
by karinha
Wed Sep 20, 2023 1:11 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30921

Re: xHarbour.org updated!

... Enrico! My hbmake file: #BCC VERSION=BCB.01 !ifndef CC_DIR CC_DIR = $(MAKE_DIR) !endif !ifndef HB_DIR HB_DIR = $(HARBOUR_DIR) !endif RECURSE= NO SHELL = COMPRESS = NO EXTERNALLIB = YES XFWH = YES FILESTOADD = 5 WARNINGLEVEL = 0 USERDEFINE = USERINCLUDE = USERLIBS = D:\lang\fwh1811\bcc760\lib\psdk\msimg32.lib ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30921

Re: Shell.Explorer.2 problem

Dear Randal,

You may try it using WebView

Please review FWH\samples\webview.prg and webviewuni.prg
by Antonio Linares
Thu Jun 29, 2023 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 669

Re: Shell.Explorer.2 problem

... you can implement a way to block that from happening." Does anybody know of a way to do this using oActiveX = TActiveX():New( oWndHP, "Shell.Explorer.2" ) ? Thanks, Randal
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 669

Webview question

All, I'm trying to replace an ActiveX shell.explorer.2 with Webview. With the activex, when the user closed the activex window dialog I could retrieve the document in the oWnd:Valid function. oDoc := oActiveX:document I have looked at the ...
by Randal
Thu Jun 29, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Re: Shell.Explorer.2 problem

Thank you for all your help and suggestions. Over the years, Element Payment Systems was bought out by Vantiv which was bought out by Worldpay. I was contacted by developers at Worldpay telling me they are receiving reports from other developers/partners that are having the same problem and are tryi...
by Randal
Tue Jun 27, 2023 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 669

Re: Shell.Explorer.2 problem

https://certtransaction.elementexpress.com/express.asmx?op=CreditCardAVSOnly <Response xmlns="https://transaction.elementexpress.com"><Response><ExpressResponseCode>103</ExpressResponseCode><ExpressResponseMessage>Invalid Request</ExpressRe...
by karinha
Tue Jun 27, 2023 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 669

Re: Shell.Explorer.2 problem

Hello. everything indicates that this provider: https://certtransaction.hostedpayments.com/ https://stripe.com/br/resources/more/hosted-payment-pages#:~:text=hosted%20payment%20pages-,What%20is%20a%20hosted%20payment%20page%3F,payment%20gateways%20on%20their%20websites...
by karinha
Tue Jun 27, 2023 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 669

Re: Shell.Explorer.2 problem

Hello, What exactly needs to be installed for WebView2? As far as I know, since Windows 10 version 2004 (May 2020 Update), WebView2 is part of the operating system and is included by default. In such cases, you don't need to install WebView2 separately as it is already present. What needs to be inst...
by Otto
Tue Jun 27, 2023 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 669
Next

Return to advanced search