Search found 102 matches: readbitmap

Return to advanced search

Re: Marvell, PXA310 Win CE 6.0

... you review tutor01.prg you'll see: // Windows CE temporary fix // function CeSetmenu() ; return nil // function GetMenu() ; return nil // function ReadBitmap() ; return nil // function PalBmpRead() ; return nil Try with those and check again please. Also I take the oportunity to announce that there ...
by Antonio Linares
Mon Oct 20, 2014 5:54 am
 
Forum: FiveWin for Pocket PC
Topic: Marvell, PXA310 Win CE 6.0
Replies: 5
Views: 3629

Re: TGRAPH Repopulate

... with ONE Bmp to show, how to display bars with a BMP-brush http://www.pflegeplus.com/IMAGES/Graph10.jpg IF ::nDegrade = 4 hBmp := ReadBitmap( 0, "Fire.bmp" ) // ::cBitmap is used for the background oBrush := TBrush():New( ,,,, hBmp ) hBru := CreatePatternBrush( oBrush:hBitmap ...
by ukoenig
Fri Jun 27, 2014 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 9946

Re: problem with FWH 2013.09 and xHarbour.com

Antonio, when I use xharbour january 2013 and FWH1309 and compile a simple test (achoice): #include "FiveWin.ch"//----------------------------------------------------------------//function Main()   SET _3DLOOK ON   MsgInfo( MsgSelect( { "one&qu...
by codemaker
Sat Nov 16, 2013 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1795

problem with FWH 2013.09 and xHarbour.com

when I compile simpe progam using FWH 2013.09 and xHarbour.com #include 'fivewin.ch' proc main alert('Test 2013.09') return a got error Type: C >>>xhb.exe -o"t.c" -m -n -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "t.prg"<<...
by kajot
Sat Nov 09, 2013 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1795

Build fails with 13.09 and xHarbour(.com )

I have the latest FWH build, re-downloaded this morning, which is 13.09 ( 2nd Build ). My primary project code builds perfectly usining FWH 13.08 and xHarbour ( .com ) from Summer 2010. Using FWH 13.09, with the EXACT SAME LINK SCRIPT AND CODEBASE ... yields the following errors unresolved externals...
by TimStone
Thu Nov 07, 2013 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build fails with 13.09 and xHarbour(.com )
Replies: 9
Views: 1711

Problem with FWH 13.09

Antonio, I installed FWH 13.09 but after rebuilding my application, I got a whole list of externals which weren't found : _HB_FUN_RESALLFREE _HB_FUN_SYSREFRESH _HB_FUN_LASTKEY _HB_FUN_LWRUNNING _HB_FUN_READBITMAP _HB_FUN_GETWNDAPP _HB_FUN_DIALOGBOX _HB_FUN_WINRUN .... (a lot more) Any idea what is w...
by driessen
Thu Oct 31, 2013 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FWH 13.09
Replies: 13
Views: 2529

How to change the cursor of a defined image-area ?

... lDirect ) DEFINE CURSOR oCrsHand RESOURCE "Hand" // changes the cursor of the main-image // oBitmap:oCursor := oCrsHand hBitmap2 := ReadBitmap( 0, c_path1 + cBitmap2 ) ABPaint( hDC, aRect[4] - 30, nBTop, hBitmap2, 255 ) oBitmap:bLClicked = { | nRow, nCol | IIF( nCol > aRect[4] ...
by ukoenig
Tue Sep 10, 2013 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change the cursor of a defined image-area ?
Replies: 4
Views: 1041

Re: CONTRUIR UN MENU en ventana principal desde una tabla o dbf

... ) oMnuItem:bAction := &( fAction ) ENDIF IF FILE( cFileBmp := oGraph:cmnuimgpath + ALLTRIM((cMnuAlias)->FLDFILEBMP) ) oMnuItem:hBitmap:= ReadBitmap( 0, cFileBmp ) ENDIF IF ! EMPTY( cResName := ALLTRIM((cMnuAlias)->FLDRESBMP) ) oMnuItem:hBitmap:= LoadBitmap( GetResources(), cResName ...
by jcenteno
Tue Aug 13, 2013 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTRUIR UN MENU en ventana principal desde una tabla o dbf
Replies: 11
Views: 3472

Transparent Controls using < FILLRECT > ?

... Called inside the Dialog : oGDialog:bPainted := {|hDC| D_BRUSH2 (oGDialog, hDC, nSplTop, cPBrush) } Defined inside the Function :: hBmp = ReadBitmap( 0, c_path1 + cPBrush[I] ) hBrush = CreatePatternBrush( hBmp ) DeleteObject( hBmp ) FillRect( hDC, { nSplTop[I], 0, nSplBott[I], oGDialog:nWidth ...
by ukoenig
Sun May 12, 2013 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Controls using < FILLRECT > ?
Replies: 2
Views: 702

funcion para comparar dos bitmaps ?

... bSame;}  Alguien tendra una solucion diferente o alguna sugerencia ? PDTA : Estube buscando la funcion en "c" de fivewin "ReadBitmap" para usuarla en codigo "c", el wiki dice que se encuentra en el archivo "..\source\winapi\bmpread.c" pero no lo ...
by albeiroval
Thu May 02, 2013 4:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion para comparar dos bitmaps ?
Replies: 12
Views: 2822

Re: Cover Flow

Rob, 2. FiveWin provides a ReadBitmap( hDC, cBmpFileName ) to load a DIB from a file. We can modify its source code to load the dib from a string in memory, but that will only work for BMP files. For other graphic formats files we can ...
by Antonio Linares
Fri Aug 24, 2012 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cover Flow
Replies: 10
Views: 5607

Re: Rotar BitMap para brujula GPS

... 5, if( nKey == 39, nAngle += 5, nil) ), oWnd:Refresh() } ACTIVATE WINDOW oWnd ON PAINT Pinta(hDC) return 0 function pinta( hDC ) local hBitmap := ReadBitmap(hDC, "compass.bmp" ) local i if hBitmap != 0 // el tamaño del bitmap es 211 x 211 i = Begin_Rotate( hDC, nAngle, 211/2, 211/2 ) ...
by pgfdz
Sun Aug 05, 2012 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rotar BitMap para brujula GPS
Replies: 6
Views: 2102

Re: MsgBar How To make it Gradient

Frances,

Simply implement your own function MsgBar2010() that returns the handle of the bitmap to use as gradient :-)

i.e.:

function MsgBar2010()

return ReadBitmap( 0, "mygradient.bmp" )
by Antonio Linares
Sat Apr 14, 2012 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgBar How To make it Gradient
Replies: 3
Views: 740

Re: Modernizar Outlook2003

Pere,

Las funciones BMPOLARROW() y BMPOLDOTS() las puedes implementar facilmente, solo tienen que devolver el handle de un bitmap, a dibujar.

Por ejemplo:

function BmpOlArrow()

return ReadBitmap( 0, "c:\fwh\bitmaps\olarrow.bmp" )
by Antonio Linares
Thu Mar 29, 2012 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modernizar Outlook2003
Replies: 22
Views: 6190

Re: FolderEx Disable Top color stripe

... and destroy the bitmap brush used to 'mask' the disabled tab? Also, is there an alternate way to load the brush bitmap from resources rather than ReadBitMap() Thanks Rick Lipkin
by Rick Lipkin
Sat Mar 17, 2012 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx Disable Top color stripe
Replies: 5
Views: 1048
PreviousNext

Return to advanced search

cron