How do i do it?
Printable View
How do i do it?
of what?
if you are reffering to textmode,
then you can change palette, as if it was graphical mode.
itay.
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...
How do you do it after the window has been created?
I was talking MS-DOS.