Alert box

I

ice_nin

Is there anything that i can check via code to see if an application
is blocked by an alert. For example not filling in a filename and
clicking ok, thus generating an alert. I was considering checking the
style of the forground window, I just wanted to know if there was a
better method.
 
V

Victor Bazarov

ice_nin said:
Is there anything that i can check via code to see if an application
is blocked by an alert. For example not filling in a filename and
clicking ok, thus generating an alert. I was considering checking the
style of the forground window, I just wanted to know if there was a
better method.

There is no "alert" or "window" defined in C++ language. Perhaps
you should ask in a newsgroup where those things would be on topic,
like a platform-specific forum...

Victor
 
S

Stewart Gordon

While it was 8/9/03 1:55 pm throughout the UK, ice_nin sprinkled little
black dots on a white screen, and they fell thus:
Is there anything that i can check via code to see if an application
is blocked by an alert. For example not filling in a filename and
clicking ok, thus generating an alert. I was considering checking the
style of the forground window, I just wanted to know if there was a
better method.

Not in standard C++.

How about asking in a 'group that's to do with programming your OS,
which you haven't specified?

Stewart.
 
T

Thomas Matthews

ice_nin said:
Is there anything that i can check via code to see if an application
is blocked by an alert. For example not filling in a filename and
clicking ok, thus generating an alert. I was considering checking the
style of the forground window, I just wanted to know if there was a
better method.

On my platform, I check for alerts by examining the Interrupt Control
register of the various components. Other platforms will differ.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,365
Latest member
BurtonMeec

Latest Threads

Top