Search found 13 matches: chan

Return to advanced search

Re: Cambiar icono carpeta desde codigo

"Change Icon of EXE file through code extracting it from other EXE file | Go4Expert" https://www.go4expert.com/articles/chan ... ting-t643/

La clave es usar UpdateResource()
by Antonio Linares
Wed Nov 03, 2021 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar icono carpeta desde codigo
Replies: 12
Views: 1457

Error BASE/1004 No exported method: CHANGE in XBROWSE

Hi, This error occurs randomly. I could not track it. it shows xBrowse class. any idea?   Error description: Error BASE/1004  No exported method: CHANGE   Args:     [   1] = U   Stack Calls===========   Called from:  => CHANGE( 0 )   Called from: .\source\classes\XBROWSE.PRG =>...
by Horizon
Mon Oct 09, 2017 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error BASE/1004 No exported method: CHANGE in XBROWSE
Replies: 4
Views: 826

Re: Imprimir imagen en Tword

... http://www.compartir-tecnologias.es/ayuda/imprimir+documento+word/?sort=rank&page=8 http://fivetech67.rssing.com/chan-61704083/latest.php Saludos.
by karinha
Thu Jun 02, 2016 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir imagen en Tword
Replies: 2
Views: 374

Re: Documents ARCHIVE program

Carlos,
That module is maked in fivewin ?
Chan you share it and put example here ?

Regards,
by avista
Tue Feb 10, 2015 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documents ARCHIVE program
Replies: 6
Views: 1350

Re: Algunas ideas para proyecto

... y muestra de los números aleatorios, creo que con la función RND() los puedes crear, al final del timer quedará en la ventana el número ganador, chan chan chan chaaaan. :-) Espero que por ahí vayan los tiros, seguramente alguien aportará algo más. Saludos
by Armando
Wed May 27, 2009 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algunas ideas para proyecto
Replies: 6
Views: 915

ActiveX window runs minimized

... 0, 0 TO 40, 85 MENU oMenu oActiveX = TActiveX():New( oWnd2, "Shell.Explorer" ) oWnd2:oClient = oActiveX oActiveX:Do( "Navigate2", cAesdd + cHan ) ACTIVATE WINDOW oWnd2 NORMAL Thank you,
by cdmmaui
Wed Sep 26, 2007 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX window runs minimized
Replies: 6
Views: 1212

... function _AesSend() local hHan , ; oWnd2 , ; oIcon , ; cAesdd := "c:\" , ; cHan := "TEST.HTM" , ; cAesem := 'darrell.ortiz@cdmsoft.com' , ; cText := "" , ; cSRN := 'TEST' , ; cTmp := "" , ; lTmp := .F. , ; cChar := "" , ; cFirst ...
by cdmmaui
Tue Jul 17, 2007 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE ActiveX problem
Replies: 23
Views: 6449

... SP2. Also I am using FWH 7.05 with xHarbour. James -------------------------- #include "fivewin.ch" function main() cAesdd := "www.microsoft.com" cHan := "" DEFINE WINDOW oWnd2 oActiveX = TActiveX():New( oWnd2, "Shell.Explorer" ) oWnd2:oClient = oActiveX oActiveX:Do( "Navigate2", cAesdd + ...
by James Bott
Tue Jul 17, 2007 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE ActiveX problem
Replies: 23
Views: 6449

Darrell, Here is a simple example. All we need is the vars defined. #include "fivewin.ch" function main() cAesdd := ... cHan := ... DEFINE WINDOW oWnd2 oActiveX = TActiveX():New( oWnd2, "Shell.Explorer" ) oWnd2:oClient = oActiveX oActiveX:Do( "Navigate2", cAesdd + cHan ) ACTIVATE ...
by James Bott
Tue Jul 17, 2007 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE ActiveX problem
Replies: 23
Views: 6449

... function _AesSend( cDb, cMode, cFile ) local hHan , ; oWnd2 , ; oIcon , ; cAesdd := ALLTRIM( frsys( "aesout" ) ) , ; cHan := ALLTRIM( _Strip( cFile, .F., .F., .T. ) ) + ".HTM" , ; cAesem := ALLTRIM( frsys( "aesemail" ) ) , ; cText := "" , ; cSRN := ALLTRIM( cFile ) ...
by cdmmaui
Tue Jul 17, 2007 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE ActiveX problem
Replies: 23
Views: 6449

This does not seem to be a complete example. Just from looking at it, there is no function main() and the vars cAesdd and cHan are not defined. Please provide a complete, compilable example.

James
by James Bott
Tue Jul 17, 2007 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE ActiveX problem
Replies: 23
Views: 6449

... #ffffff; border-style: solid; border-width: 4px; border-color: #B8092C;">' cText += '</FORM>' // Create file hHan = FCREATE( cAesdd + cHan, 0) IF (hHan == -1) MsgAlert( "CDM WinFrt cannot create "+ cAesdd + cHan, "Process Aborted" ) RETURN nil ENDIF FWRITE( hHan, cText ) FCLOSE( hHan ...
by cdmmaui
Tue Jul 17, 2007 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE ActiveX problem
Replies: 23
Views: 6449

... 0, 0 TO 40, 85 MENU oMenu oActiveX = TActiveX():New( oWnd2, "Shell.Explorer" ) oWnd2:oClient = oActiveX oActiveX:Do( "Navigate2", cAesdd + cHan ) ACTIVATE WINDOW oWnd2 VALID ( oActiveX:End(), .T. ) Thank You,
by cdmmaui
Tue Jul 17, 2007 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE ActiveX problem
Replies: 23
Views: 6449

Return to advanced search