Search found 32 matches: cnewfile

Return to advanced search

Re: New FTDN June/Junio (FWH 21.06)

... no es necesario si el valor es texto (ansi/utf8) o un manejador de imagen GDI+. * Nueva función (source\function\filename.prg) SetLogFile( [cNewFileName/Path] ) --> cPrevious Por defecto, FWH guarda los mensajes de log en "Nombre del ejecutable".log. Este valor por defecto se ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Junio (FWH 21.06)

... Second parameter is not necessary of the value is text (ansi/utf8) or hBitmap of GDI+ image. * New function (function\filename.prg) SetLogFile( [cNewFileName/Path] ) --> cPrevious By default FWH saves log messages to exename.log. This default can now be changed by setting a new filename using ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Jnio (FWH 21.06)

... Second parameter is not necessary of the value is text (ansi/utf8) or hBitmap of GDI+ image. * New function (function\filename.prg) SetLogFile( [cNewFileName/Path] ) --> cPrevious By default FWH saves log messages to exename.log. This default can now be changed by setting a new filename using ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 470

Problem with conversion Image on W7

... Know why ... to create jpg from Png I made hBmp := FW_ReadImage( nil, cFile )[ 1 ] hNew := FW_TransformBitmap( hBmp, NIL, 40) ext:= aExt[ntipo] cNewfile:= cFolderTemp+cNewName+ext FW_SaveImage( hBmp,cNewfile ,90) then to converte jpg to BMP I made cFileBmp:= savetobmp(cfileJpg) Function Savetobmp(cfile) ...
by Silvio.Falconi
Sat May 16, 2020 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with conversion Image on W7
Replies: 7
Views: 773

Re: FTP with Harbour / MSVC / FWH issues

... @nContext AS PTR ) AS LONG; PASCAL FROM "InternetConnectA" LIB hLib DLL32 FUNCTION FTPGETFILE( hConnect AS LONG, cRemoteFile AS LPSTR, cNewFile AS LPSTR, nFailIfExists AS LONG, nFlagsAndAttribs AS DWORD, nFlags AS DWORD, @nContext AS PTR ) AS BOOL; PASCAL FROM "FtpGetFileA" ...
by ShumingWang
Wed Jun 27, 2018 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP with Harbour / MSVC / FWH issues
Replies: 8
Views: 2232

Re: funciones de FWH y Harbour en un archivo .txt

... RemLeft(<cString>,[<xChar>])->cResult RemRight(<cString>,[<xChar>])->cResult RenameFile(<cOldFile>,<cNewFile>)->nErrorCode ReplAll(<cString>,<xReplace>,[<xSearch>])->cResult Replicate(<cString>,<nCount>)->cRepeatedString ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... RemLeft(<cString>,[<xChar>])->cResult RemRight(<cString>,[<xChar>])->cResult RenameFile(<cOldFile>,<cNewFile>)->nErrorCode ReplAll(<cString>,<xReplace>,[<xSearch>])->cResult Replicate(<cString>,<nCount>)->cRepeatedString ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... FReadStr(<nHandle>,<nBytes>)->cString FreeLibrary(<nDllHandle>)->lSuccess FRename(<cOldFile>,<cNewFile>)->nSuccess FSeek(<nHandle>,<nOffset>,[<nOrigin>])->nPosition FtoC(<nFloat>)->cFloat Fv(<nInvestment>,<nInterestRate>,<nPeriods>)->nFutureValue ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: bmpfromico

Sorry Antonio, I have on Listview many items when I add a item I made nImage := Icon_Read(cNewfile) ILADDICON( oImageListSmall:hImageList, nImage ) nImage := max(0,ILADDICON( oImageListBig:hImageList, nImage ) ) DestroyIcon(nImage) oItem = TListViewItem():New( oList ...
by Silvio.Falconi
Fri Jul 03, 2015 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bmpfromico
Replies: 32
Views: 8985

How to keep a alpha-channel, save and resize a bitmap

... ) without the painted / merged second one or any other paintings. The alphachannel is saved as well with this solution. cScript := '-quiet -o ' + cNewFile + ' -ratio -rtype lanczos -resize ' + ; ALLTRIM(STR(nExpWidth)) + ' ' + ; ALLTRIM(STR(nExpHeight)) + ' -overwrite ' + ALLTRIM(cImagepath) + ...
by ukoenig
Sat Jun 21, 2014 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a alpha-channel, save and resize a bitmap
Replies: 5
Views: 1880

Re: Image-convert, crop and resize ( full source included )

... more Filters. http://www.pflegeplus.com/pictures/filters.jpg Flip and Rotate ------------------- cScript1 := '-quiet -o ' + cNewfile + ' -rotate_flag smooth -rotate 90 -overwrite ' + cOrgfile cScript1 := '-quiet -o ' + cNewfile + ' -rotate_flag smooth -rotate 180 -overwrite ...
by ukoenig
Sat Aug 27, 2011 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image-convert, crop and resize ( full source included )
Replies: 10
Views: 4946

Visual Image-Converter / Script-Edit => Rel. 1.0 (Download)

... cScreen := c_path + "\Screen1.BMP" oDlg:SaveToBmp( cScreen ) // change Screencapture-format // --------------------------- cNewfile := c_path + "\Screen1.JPG" IF FILE( cNewfile ) // delete a old File DELETEFILE( cNewfile ) ENDIF // The Convert-script // ------------------- ...
by ukoenig
Thu Aug 04, 2011 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Image-Converter / Script-Edit => Rel. 1.0 (Download)
Replies: 4
Views: 2373

Re: path of an image

... Image-selection ) : cFile := c_path + "\Bitmaps\Olga.jpg" Msgalert ( c_path + "\Bitmaps\Olga.jpg" ) 3. create the String : cNewfile := "." + "\" + Substr(cFile, Len(c_path) + 2 , Len(cFile) ) Msgalert( cNewFile ) 4. Test if File exists : IF FILE ( cNewfile ...
by ukoenig
Wed Jul 27, 2011 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: path of an image
Replies: 17
Views: 3775

Re: FTP ???

Hola; Estoy interesado en usar estas funciones, y mas presisamente en esta: DLL32 FUNCTION FTPGETFILE( hConnect AS LONG, cRemoteFile AS LPSTR, cNewFile AS LPSTR, nFailIfExists AS LONG, nFlagsAndAttribs AS DWORD, nFlags AS DWORD, @nContext AS PTR ) AS BOOL; PASCAL FROM "FtpGetFileA" ...
by MarioG
Wed Jun 15, 2011 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FTP ???
Replies: 8
Views: 2363

FTP ???

... pasa cuando los necesito bajar y eliminar??? Si alguien tiene una idea... Uso DLL32 FUNCTION FTPGETFILE( hConnect AS LONG, cRemoteFile AS LPSTR, cNewFile AS LPSTR, nFailIfExists AS LONG, nFlagsAndAttribs AS DWORD, nFlags AS DWORD, @nContext AS PTR ) AS BOOL; PASCAL FROM "FtpGetFileA" ...
by Mayor_Valenzuela
Tue Jun 07, 2011 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FTP ???
Replies: 8
Views: 2363
Next

Return to advanced search