Click here to Skip to main content
15,914,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Add menu in ChilFrame. Pin
Nelek20-Jul-08 21:29
protectorNelek20-Jul-08 21:29 
QuestionMullti line in combobox Pin
sheshidar18-Jul-08 18:42
sheshidar18-Jul-08 18:42 
AnswerRe: Mullti line in combobox Pin
Ștefan-Mihai MOGA18-Jul-08 21:50
professionalȘtefan-Mihai MOGA18-Jul-08 21:50 
QuestionRe: Mullti line in combobox Pin
David Crow19-Jul-08 11:20
David Crow19-Jul-08 11:20 
QuestionHow to install dao database application? Pin
includeh1018-Jul-08 13:22
includeh1018-Jul-08 13:22 
AnswerRe: How to install dao database application? Pin
Garth J Lancaster18-Jul-08 13:48
professionalGarth J Lancaster18-Jul-08 13:48 
AnswerRe: How to install dao database application? Pin
bob1697219-Jul-08 16:50
bob1697219-Jul-08 16:50 
QuestionCross-session detection of running programs Pin
luweewu18-Jul-08 10:20
luweewu18-Jul-08 10:20 
One of our applications and a couple of our installers need to be able to
determine whether or not certain programs are running. They do that using
FindWindow(), as in this article: http://support.microsoft.com/kb/88167.
The problem is, Vista came along and bit us in the butt, because one of the
programs that we need to detect is actually a service, and our detection
routine no longer detects whether or not that is running.

Is there a more reliable way to detect whether or not a program or service
is running that works across session boundaries and doesn't involve a whole
lot of pain. It should not involve .NET or anything else that has to be
installed onto an XP or Win2k system in order for it to work. (This is a
requirement for the installer; we don't want the installer to have any
prerequisites that are not present out of the box on our earliest supported
OS, which is Win2k in the version of our programs that we're currently in the
process of getting into beta. Also, as we are using Visual Studio 6 for the
development of that version, the solution must be compatible with that (i.e.,
using only Win32 API and/or MFC calls).)

Rob Holstein (BSc)
Software Developer
Delta Controls, Inc.

AnswerRe: Cross-session detection of running programs [modified] Pin
Mark Salsbery18-Jul-08 11:33
Mark Salsbery18-Jul-08 11:33 
GeneralRe: Cross-session detection of running programs Pin
Randor 18-Jul-08 13:56
professional Randor 18-Jul-08 13:56 
GeneralRe: Cross-session detection of running programs Pin
Mark Salsbery19-Jul-08 7:19
Mark Salsbery19-Jul-08 7:19 
AnswerRe: Cross-session detection of running programs Pin
kinar18-Jul-08 12:09
kinar18-Jul-08 12:09 
GeneralRe: Cross-session detection of running programs Pin
Stephen Hewitt20-Jul-08 13:38
Stephen Hewitt20-Jul-08 13:38 
GeneralRe: Cross-session detection of running programs Pin
kinar20-Jul-08 18:19
kinar20-Jul-08 18:19 
GeneralRe: Cross-session detection of running programs Pin
luweewu22-Jul-08 11:14
luweewu22-Jul-08 11:14 
AnswerRe: Cross-session detection of running programs Pin
luweewu24-Jul-08 7:31
luweewu24-Jul-08 7:31 
AnswerRe: Cross-session detection of running programs Pin
Big Daddy Farang18-Jul-08 12:23
Big Daddy Farang18-Jul-08 12:23 
QuestionHelp update window display Pin
Kwanalouie18-Jul-08 10:19
Kwanalouie18-Jul-08 10:19 
AnswerRe: Help update window display Pin
CPallini18-Jul-08 11:54
mveCPallini18-Jul-08 11:54 
QuestionCListCtrl and mods to bkgrnd colour Pin
john john mackey18-Jul-08 9:53
john john mackey18-Jul-08 9:53 
QuestionAdding ODBC RecordSet class to Mainfrm class Pin
Cozmo2318-Jul-08 8:38
Cozmo2318-Jul-08 8:38 
AnswerRe: Adding ODBC RecordSet class to Mainfrm class Pin
Mark Salsbery18-Jul-08 8:55
Mark Salsbery18-Jul-08 8:55 
AnswerRe: Adding ODBC RecordSet class to Mainfrm class Pin
David Crow18-Jul-08 10:04
David Crow18-Jul-08 10:04 
GeneralRe: Adding ODBC RecordSet class to Mainfrm class Pin
Cozmo2319-Jul-08 8:01
Cozmo2319-Jul-08 8:01 
QuestionSerial Com controlling DTR & RTS Pin
aei_totten18-Jul-08 8:05
aei_totten18-Jul-08 8:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.