Window Background

Window Background

Postby TimStone » Tue Apr 18, 2006 11:59 pm

I have a .bmp that I created for a window background. The problem is that it will tile, and I only want it to be shown once.

Can we set a background any other way than with a brush ?

Tim
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2944
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Postby James Bott » Wed Apr 19, 2006 12:42 am

Tim,

Try this:

define bitmap oBmp file "logo.bmp"

define window oWnd...;
on paint PalBmpDraw( oWnd:oWndClient:hDC, (oWnd:nHeight/2-oBmp:nHeight/2)-50,(oWnd:nWidth/2-oBmp:nWidth/2), oBmp:hBitmap, oBmp:hPalette )

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: cmsoft, nageswaragunupudi and 89 guests