Search found 516 matches: tbitmap

Return to advanced search

Re: whatsapp

Saludos y gracias a la ayuda de jose Alberto alvares, voy a validar con METHOD CopyToClipboard() CLASS TBitmap

local oClipboard := TClipboard():New( CF_BITMAP )

oClipboard:SetBitmap( Self )

oClipboard:End()

return nil
by jnavas
Wed Nov 22, 2023 1:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: whatsapp
Replies: 9
Views: 1289

Re: 1st FWH + [x]Harbour 2017 international conference

... 15: U Param 16: U Param 17: U Param 18: U Param 19: U Param 20: L .F. Local 1: O Class: TMDIFRAME Local 2: U Local 3: U MAIN Local 1: O Class: TBITMAP Local 2: O Class: TICON Local 3: U Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ 1: => EMP RddName: ...
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265751

Re: Xbrowse : oBrw:ToArray (How to do it)

... 15: U Param 16: U Param 17: U Param 18: U Param 19: U Param 20: L .F. Local 1: O Class: TMDIFRAME Local 2: U Local 3: U MAIN Local 1: O Class: TBITMAP Local 2: O Class: TICON Local 3: U Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ 1: => EMP RddName: ...
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 957

Re: Problem with xBrowse

... 10 TOLEAUTO 11 TICON 12 TBRUSH 13 TMDIFRAME 14 TMENU 15 TREG32 16 TMENUITEM 17 TMDICLIENT 18 TFONT 19 TMSGBAR 20 TRECT 21 TMSGITEM 22 TTIMER 23 TBITMAP 24 TIMAGE 25 TCURSOR 26 TBAR 27 TBTNBMP 28 TMDICHILD 29 TDIALOG 30 TXBROWSE 31 TXBRWCOLUMN 32 TSCROLLBAR 33 TCLIPBOARD 34 TSTRUCT Memory Analysis ...
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2167

Re: printer class printimage

... We can straight away use the image source, viz, filename, resource or any source of image. Note-2: TImage requires 'freeimage.dll'. Better to use TBitmap or TXImage instead so that our application runs without freeimage.dll. This is a simple sample to print images. #include "fivewin.ch"function ...
by Silvio.Falconi
Thu Apr 20, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 619

Re: printer class printimage

... We can straight away use the image source, viz, filename, resource or any source of image. Note-2: TImage requires 'freeimage.dll'. Better to use TBitmap or TXImage instead so that our application runs without freeimage.dll. This is a simple sample to print images. #include "fivewin.ch"function ...
by nageswaragunupudi
Wed Apr 19, 2023 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 619

Re: GDIP Application crash tBitmap

I had problems using Bitmaps with GDIPLUS for the following cause. The tgdiplus.prg file has INIT PROCEDURE and my program also has it. I solved it by calling GdiPlusStartup() at the beginning of my program in INIT PROCEDURE located in the first prg of my program. An application can have any number...
by Giovany Vecchi
Wed Apr 12, 2023 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802

Re: GDIP Application crash tBitmap

Silvio
There is a bug.
We will provide a fix.
by nageswaragunupudi
Wed Apr 12, 2023 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802

Re: GDIP Application crash tBitmap

I had problems using Bitmaps with GDIPLUS for the following cause.


You do not need to use special GDIPLUS functions to use GDI+ for bitmaps, etc.
Most of the GDI+ functionality is built into normal looking functions and methods depending on the need and choice.
by nageswaragunupudi
Wed Apr 12, 2023 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802

Re: GDIP Application crash tBitmap

I had problems using Bitmaps with GDIPLUS for the following cause. The tgdiplus.prg file has INIT PROCEDURE and my program also has it. I solved it by calling GdiPlusStartup() at the beginning of my program in INIT PROCEDURE located in the first prg of my program. An application can have any number...
by nageswaragunupudi
Wed Apr 12, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802

Re: GDIP Application crash tBitmap

I had problems using Bitmaps with GDIPLUS for the following cause.
The tgdiplus.prg file has INIT PROCEDURE and my program also has it.
I solved it by calling GdiPlusStartup() at the beginning of my program in INIT PROCEDURE located in the first prg of my program.
by Giovany Vecchi
Tue Apr 11, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802

Re: GDIP Application crash tBitmap

hi Silvio, Error E2451 ut_fonts.prg 10: Undefined symbol 'Bitmap' in function HB_FUN_GDIP_DELETEIMAGE Error E2451 ut_fonts.prg 10: Undefined symbol 'pImage' in function HB_FUN_GDIP_DELETEIMAGE Error E2188 ut_fonts.prg 14: Expression syntax in function HB_FUN_GDIP_DELETEIMAGE Error E2451 ut_fonts.prg...
by Jimmy
Tue Apr 11, 2023 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802

Re: GDIP Application crash tBitmap

nageswaragunupudi wrote:Which version of FWH are you using?


December 2021 to March 2022
by Silvio.Falconi
Tue Apr 11, 2023 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802

Re: GDIP Application crash tBitmap

Dear Silvio,

It uses C++ code so you have to place it in a yours.cpp file
by Antonio Linares
Tue Apr 11, 2023 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802

Re: GDIP Application crash tBitmap

Which version of FWH are you using?
by nageswaragunupudi
Tue Apr 11, 2023 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802
Next

Return to advanced search