1. Re: Please respond to my question somebody. Ive asked three times
On Sat, 30 Sep 2000 23:12:37 -0400, Gene Mannel <mgene2 at GJ.NET> wrote:
>Hi
>
> I need a routine to do a palette type command in windows
>like I use it in DOS.
> Ive tried to do it. incorperating RGB command ETC but I
>cant figure it out.
>
> I could use a flood fill for windows if there is such a criter instead.
>Im not brainy enough to write one. Ive tried it.
All of the win32 functions may not be supported in win32lib so
if you want to do something not supported you will have to
hand code it.
If you want a complete list of functions supported in ms windows
and how to use them go here:
http://msdn.microsoft.com/library/psdk/psdkref/catfunc_26m1.htm
Bernie