PDA

Click to See Complete Forum and Search --> : Changing the background and forground color.


Nov 26th, 2000, 12:17 PM
How do i do it?

itay222
Jan 1st, 2001, 11:21 AM
of what?
if you are reffering to textmode,
then you can change palette, as if it was graphical mode.

itay.

Sophtware
Jan 10th, 2001, 02:54 AM
Well i dont know exactly what you mean..but i did this

mov wc.hbrBackground,COLOR_WINDOW+2

in the WinMain proc

of a SimpleWindow project and it changed the background color from to black.

but that is using masm32...

Bjwbell
Jan 10th, 2001, 05:40 PM
How do you do it after the window has been created?

ChimpFace9000
Jun 28th, 2001, 04:19 AM
I was talking MS-DOS.