1. Windows background colour
- Posted by JesusC - Jesus Consuegra <jconsuegra at REDESTB.ES> Mar 30, 1998
- 882 views
------=_NextPart_000_0006_01BD5BBE.B0C709F0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi! Although the discussion about natural languages is very interesting, I'm = coming with a trivial technical problem... Does anybody know how to flood the background of a window with a fixed = colour?. (I mean under Windoze, obviously). Thanks. Jesus-progressing-slowly-but-advancing-pacely. ------=_NextPart_000_0006_01BD5BBE.B0C709F0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"> <HTML> <HEAD> <META content=3Dtext/html;charset=3Diso-8859-1 = http-equiv=3DContent-Type> <META content=3D'"MSHTML 4.72.2106.6"' name=3DGENERATOR> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT color=3D#000000 size=3D2>Hi!</FONT></DIV> <DIV><FONT color=3D#000000 size=3D2>Although the discussion about = natural languages=20 is very interesting, I'm coming with a trivial technical = problem...</FONT></DIV> <DIV><FONT color=3D#000000 size=3D2>Does anybody know how to flood the = background of=20 a window with a fixed colour?.</FONT></DIV> <DIV><FONT color=3D#000000 size=3D2>(I mean under Windoze, = obviously).</FONT></DIV> <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV> <DIV><FONT color=3D#000000 size=3D2>Thanks.</FONT></DIV> <DIV><FONT color=3D#000000=20 Y></HTML> ------=_NextPart_000_0006_01BD5BBE.B0C709F0--
2. Re: Windows background colour
- Posted by Monty King <boot_me at GEOCITIES.COM> Mar 30, 1998
- 822 views
I think there is something in the Win32lib reguarding setting windows background color, also, you could do like I did, and put a static background bmp in that fills the whole window. Monty in Oregon
3. Re: Windows background colour
- Posted by JesusC - Jesus Consuegra <jconsuegra at REDESTB.ES> Mar 30, 1998
- 819 views
- Last edited Mar 31, 1998
>put a static >background bmp in that fills the whole window. Thanks, Monty. Nice trick...
4. Re: Windows background colour
- Posted by JesusC - Jesus Consuegra <jconsuegra at REDESTB.ES> Apr 01, 1998
- 834 views
Monty: I need a little more help. I succeeded in painting a bitmap masking all the background of the window, but... =2E..when I write text, it goes always UNDER the bitmap... (I see it flashing when I resize the window). Don=B4t you have another trick for this?... Thanks again. Jesus. >I think there is something in the Win32lib reguarding setting windows >background color, also, you could do like I did, and put a static >background bmp in that fills the whole window. >Monty in Oregon
5. Re: Windows background colour
- Posted by Monty King <boot_me at GEOCITIES.COM> Apr 01, 1998
- 793 views
- Last edited Apr 02, 1998
Sorry...I don't It was just an idea. I think it will be fixed soon in the library though...I think that all writing will soon be going to a bitmap. Wish I could help. Monty >=2E..when I write text, it goes always UNDER the bitmap... >(I see it flashing when I resize the window). >Don=B4t you have another trick for this?... >Thanks again. >Jesus.
6. Re: Windows background colour
- Posted by David Cuny <dcuny at DSS.CA.GOV> Apr 02, 1998
- 841 views
------ =_NextPart_000_01BD5E1B.2BA678A0 Content-Transfer-Encoding: quoted-printable Monty wrote about Win32Lib: > I think it will be fixed soon in the library though... Yes, setting the background color for the window in Win32Lib is a high = priority for this weekend. > I think that all writing will soon be going to a bitmap. Mostly correct. I'm going to pull the persistant graphics and text out, = and add an onPaint event. You will still be able to use the wPuts and = wPrintf, but text (and graphics) will be erased when the window is = refreshed, unless you have written them to a static bitmap. -- David Cuny ------ =_NextPart_000_01BD5E1B.2BA678A0