Good morning everybody
Someone would have contact with Herman or Cesotech. I have a problem with Twbrowse that I can't solve.
Search found 104 matches
- Tue Apr 13, 2021 1:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: problem with Twbrowse
- Replies: 0
- Views: 58032
- Sat Mar 21, 2020 11:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: BUFFER CONVERSION TO BITMAP
- Replies: 3
- Views: 1100
Re: BUFFER CONVERSION TO BITMAP
Antonio Linares wrote:Marcelo,
Please check function CreateMemBitmap() here:
http://forums.fivetechsupport.com/viewt ... 18#p230018
Antônio
thanks
- Tue Mar 10, 2020 7:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: BUFFER CONVERSION TO BITMAP
- Replies: 3
- Views: 1100
Re: convert file to bmp
This is the equivalent that exists in Delphi. BUFFER CONVERSION TO BITMAP FREECALL/DELPHI Function RetornaBitMap(biometria : TDigital) : TBitMap; var srcBmp: TBitmap; Color : TColor; X,Y : Integer; baite : Byte; begin try srcBmp := TBitmap.Create; srcBmp.Width := biometria.X; srcBmp.Height := biomet...
- Tue Mar 10, 2020 1:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: BUFFER CONVERSION TO BITMAP
- Replies: 3
- Views: 1100
BUFFER CONVERSION TO BITMAP
Is there any function to read a bmp byte by byte return file and convert to pixel and create the bitmap
This is a return of the biometrics image
This is a return of the biometrics image
- Wed Jan 24, 2018 2:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Alternative Gif Control
- Replies: 22
- Views: 4761
Re: Alternative Gif Control
Com a minha versão 14.04 do Five não funciona da o erro que mencionei.
- Wed Jan 24, 2018 1:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Alternative Gif Control
- Replies: 22
- Views: 4761
Re: Alternative Gif Control
Please put hb_storvni() in your sample as the following extract : using namespace Gdiplus; void hb_storvni( int iValue, int iParam, int iIndex ) { hb_storni( iValue, iParam, iIndex ); } HB_FUNC( GDIPLUSIMAGEFROMFILE ) EMG Já com a mudança da este outro erro Com o fonte novo ┌────────────────────...
- Wed Jan 24, 2018 11:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Alternative Gif Control
- Replies: 22
- Views: 4761
Re: Alternative Gif Control
hb_storni() is inside harbour.prg that should be included in fiveh.lib. Anyway, this is a stand alone version that you can add to your PRG: #pragma BEGINDUMP #include <hbapi.h> void hb_storvni( int iValue, int iParam, int iIndex ) { hb_storni( iValue, iParam, iIndex ); } #pragma ENDDUMP EMG Com ...
- Wed Jan 24, 2018 11:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Alternative Gif Control
- Replies: 22
- Views: 4761
Re: Alternative Gif Control
There is no -P switch in that batch file. Please add -P switch here: %bcdir%\bin\bcc32 -M -c -v -P @b32.bc EMG Bom dia Enrico. Inclui o -P e agora da outro erro ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour 14.04 - Apr. 2014 xHarbour developme...
- Tue Jan 23, 2018 2:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Alternative Gif Control
- Replies: 22
- Views: 4761
Re: Alternative Gif Control
Enrico.Enrico Maria Giordano wrote:You have to compile it in C++ mode.marca wrote:I use xHarbour and am not able to compile. It gives a lot of mistakes.
EMG
Sorry, but I did not understand what I have to do. Could you post an example?
- Thu Jan 18, 2018 8:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Alternative Gif Control
- Replies: 22
- Views: 4761
Re: Alternative Gif Control
I use xHarbour and am not able to compile. It gives a lot of mistakes.
- Thu Nov 16, 2017 5:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Number of selected printer columns
- Replies: 0
- Views: 1581
Number of selected printer columns
How do I know how many columns of the printer are selected for printing?
I have reports that can be printed on both 40-column and 80-note printers and wanted to select .fr3 according to the chosen printer.
I have reports that can be printed on both 40-column and 80-note printers and wanted to select .fr3 according to the chosen printer.
- Tue Nov 14, 2017 2:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Group with image inside
- Replies: 2
- Views: 809
Re: Group with image inside
thank you ukoenig
- Tue Nov 14, 2017 1:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Group with image inside
- Replies: 2
- Views: 809
Group with image inside
Good morning everyone How do I make the image appear inside the group? In the example below if you comment the group line the image appears and I need it to be exactly inside the group and I can not make it appear. #include "FiveWin.ch" STATIC oWnd, oBmp FUNCTION Main() local oGrp DEFINE W...
- Thu Dec 15, 2016 6:50 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mejoras para scintilla
- Replies: 1005
- Views: 174529
Re: Mejoras para scintilla
From which version of five does it work?
- Mon Oct 03, 2016 1:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ClassGriaule.zip
- Replies: 14
- Views: 3258
Re: ClassGriaule.zip
Hi Marca, I told you, The solution is not so simple and ActiveX is not a good way to take. Few years ago I did a procedure in C/C++ to work with it. I sent you a demo my procedures, and How you see it works. Hello Lailton. The example that u sent me only activates the player and that I can do. My p...