On 4 Jan 2004 22:56:55 -0800,
(Branndon) wrote in
comp.lang.c:
> i dont know if theres any software you there that can in essince take
> a snap shot of your screen and detect certian words and from there
> perform an action. kinda like a nanny program, what i'm using it for
> would be work. I have to sit here for hours clicking yes or no when
> certian city's come up, i'd like to automate it if at all possible.
> Any suggestions?
> and if this is the wrong news group can someone please point me in the
> right dirrection.
Are you looking for a program or trying to write one in C? If you're
looking for a program that you can buy or download, try google.com.
If you want to write a program in C, you will need to ask in a group
that supports your particular compiler/operating system combination.
Standard C, discussed here, does not define or support screens at all,
only input and output using hardware independent FILE * streams.
--
Jack Klein
Home:
http://JK-Technology.Com
FAQs for
comp.lang.c
http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++
http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html