Re: [OT] Swap RGB

new topic     » goto parent     » topic index » view thread      » older message » newer message

Ricardo Forno wrote:
> 
> Pete Lomax wrote:
> > 
> > Pete Lomax wrote:
> > > No, it is system side, but see below.
> > I meant to say system wide, but that'll do smile.
> 
> Thanks, Pete, it worked fine.
> However, this was only part of what I wanted to do.
> Colors whitin the window are not modified.
> Do you think it is possible to do that, for any page,
> so that what is usually seen as red shows as yellow, etc.?
Probably not. I do wonder if it is possible to hide an app and monitor, I dunno,
WM_ENTERIDLE perhaps, then read a bitmap of the entire window, and display that
in your own window, obviously forwarding all mouse/keyboard messages to the real
app. Many moons ago I wrote a minesweeper beater which did the basics, examining
bitmap bits and sending mouse messages, but the image had to be on screen, not
hidden away somewhere.

One thing I can do in Opera is apply my own css files which allows for some
pretty funky stuff, compare:
http://palacebuilders.pwp.blueyonder.co.uk/pss.gif
http://palacebuilders.pwp.blueyonder.co.uk/mss.gif

BTW, which one of the above does my page look like to you?
http://palacebuilders.pwp.blueyonder.co.uk/euphoria.html

> By the way, I don't really know how to deal with DLLs.
Do you mean calling them, or creating them? I know very little about the latter.

> Where can I find an explanation? I know how to program in C,
> but only at the applicaton level.
> Moreover, where can I get a description of the other routines in user32.dll?
While it is getting on a bit, I still use the .hlp file:
http://www.rapideuphoria.com/cgi-bin/asearch.exu?win=on&keywords=API+Documentation

(plus of course google anything missing).

> One thing that recently I wondered how is it done is how some programs
> intercept the Ctrl-C call to the clipboard, and then manage to store
> the clipboard contents in a file. Can this be done with some system dll?
JL says he can do, I wouldn't mind seeing this as well.

Regards,
Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu