1. Paint on Paint
		
			- Posted by paulk at uniserve.com
			Feb 09, 2001
 
			
					
		
------=_NextPart_000_0005_01C0920D.6A496940
	charset="iso-8859-1"
Hi all,
    Little problem here in win32lib land (it's so much easier than =
dos!!). I've got some text on a window but I want a BMP on the =
background with the text over it. I can only get the text by itself or =
the bmp by itself. I think the problem is when I'm using onPaint(). Can =
you help?
-thanks
-Thomas
------=_NextPart_000_0005_01C0920D.6A496940
	charset="iso-8859-1"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi all,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>    Little problem here =
in win32lib=20
land (it's so much easier than dos!!). I've got some text on a window =
but I want=20
a BMP on the background with the text over it. I can only get the text =
by itself=20
or the bmp by itself. I think the problem is when I'm using =
onPaint(). Can=20
you help?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>-thanks</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>-Thomas</FONT></DIV>
------=_NextPart_000_0005_01C0920D.6A496940--
		
	 
	
		
		2. Re: Paint on Paint
		
		
At 07:44  9/02/01 -0800, you wrote:
>Hi all,
>
>    Little problem here in win32lib land (it's so much easier than dos!!).
I've got some text on a window but I want a BMP on the background with the
text over it. I can only get the text by itself or the bmp by itself. I
think the problem is when I'm using onPaint(). Can you help?
>
>-thanks
>-Thomas
Write the text on the bitmap, not on the window, then
display the bitmap.
Graeme