Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Detection No of Applications running...

Reply
Thread Tools

Detection No of Applications running...

 
 
philhowell
Guest
Posts: n/a
 
      07-16-2003

i'm very new to C++, but feel it may hold the answer to what i'm after,
i want to send an email if more than four applications are being run on
a PC.... can this be done, if so how..........???

cheers
Phil

--
Posted via http://dbforums.com
 
Reply With Quote
 
 
 
 
John Harrison
Guest
Posts: n/a
 
      07-16-2003

"philhowell" <> wrote in message
news:...
>
> i'm very new to C++, but feel it may hold the answer to what i'm after,
> i want to send an email if more than four applications are being run on
> a PC.... can this be done, if so how..........???
>
> cheers
> Phil
>


Standard C++ has no answer to this question. Standard C++ has no method of
detecting how many applications are running or sending emails. You are
confusing the facilities that your operating system provides with the
facilities that a language provides. Providing your language of choice gives
you good access to the underlying operating system you can do whatever the
operating system can do.

In short you need to ask this on a Windows programming group, not a C++
language group. Try news:comp.os.ms-windows.programmer.win32 for instance.

john


 
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
Multiple applications/multiple web.configs: how to structure a big collection of (seemingly) nested web applications? ASP .Net 3 06-14-2007 09:25 AM
Ajax Applications (75 links) : Sites/applications featuring/using Ajax. www.web20developers.com HTML 0 10-06-2006 03:28 AM
Difference between Python CGI applications and Php applications praba kar Python 2 05-04-2005 06:49 PM
Mystery of Java applications blocking Windows XP applications Wolfgang Java 5 02-19-2004 02:45 PM
web applications versus. web portal applications John Davis ASP .Net 0 08-21-2003 12:11 AM



Advertisments