Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > A program that searches screen for words?

Reply
Thread Tools

A program that searches screen for words?

 
 
Branndon
Guest
Posts: n/a
 
      01-05-2004
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.
 
Reply With Quote
 
 
 
 
Jack Klein
Guest
Posts: n/a
 
      01-05-2004
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
 
Reply With Quote
 
 
 
 
osmium
Guest
Posts: n/a
 
      01-05-2004
Branndon writes:

> 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.


Try the 24hoursupport.helpdesk newsgroup. It's an active group and they
often have some pretty savvy people. Now that I think of it, that might be
a good newsgroup to monitor by guys casting around for ideas on "What shall
I write now"?


 
Reply With Quote
 
Thomas Matthews
Guest
Posts: n/a
 
      01-05-2004
Branndon wrote:

> 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.

Upon thinking about this for a while, you want a program that will
take the output of your application and supply the necessary input
according to the output.

But this will not pause for every prompt.
Perhaps you need one of those applications that allows you to
assign multiple keystrokes to a certain key combination, like Ctrl-F3.
That way you would only have to press one key combination.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book

 
Reply With Quote
 
Bruno Desthuilliers
Guest
Posts: n/a
 
      01-05-2004
Thomas Matthews wrote:
> Branndon wrote:
>
>> 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.

>
> Upon thinking about this for a while, you want a program that will
> take the output of your application and supply the necessary input
> according to the output.
>
> But this will not pause for every prompt.
> Perhaps you need one of those applications that allows you to
> assign multiple keystrokes to a certain key combination, like Ctrl-F3.
> That way you would only have to press one key combination.
>

Err...
That's all very fine, but how does this relate to the C language ?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
How to program efficient pattern searches in a list of float numbers? malv Python 6 09-20-2005 12:22 AM
Firefox google search bar searches google.de Abso Firefox 3 01-06-2005 10:55 PM
M$N filters web searches Kneewax Firefox 1 11-04-2004 07:52 PM
Creating Smart Keywords for Mozilla Firebird (using Quick Searches) Who Firefox 1 12-06-2003 01:37 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57