Click here to Skip to main content
15,902,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dialog ID comparision Pin
toxcct2-Nov-07 0:15
toxcct2-Nov-07 0:15 
AnswerRe: Dialog ID comparision Pin
David Crow2-Nov-07 3:00
David Crow2-Nov-07 3:00 
GeneralRe: Dialog ID comparision Pin
Michael Schubert2-Nov-07 6:56
Michael Schubert2-Nov-07 6:56 
QuestionAbout Date Pin
manish.patel1-Nov-07 23:57
manish.patel1-Nov-07 23:57 
GeneralRe: About Date Pin
Matthew Faithfull2-Nov-07 1:47
Matthew Faithfull2-Nov-07 1:47 
AnswerRe: About Date Pin
David Crow2-Nov-07 3:01
David Crow2-Nov-07 3:01 
QuestionCatching the launch of an applicatin Pin
jpgossieaux01-Nov-07 23:57
jpgossieaux01-Nov-07 23:57 
GeneralRe: Catching the launch of an applicatin Pin
Matthew Faithfull2-Nov-07 0:25
Matthew Faithfull2-Nov-07 0:25 
You can only know reliably if the launched application chooses to tell you. The best and most common way to do this, for example to prevent more than one copy of an app running, is to use a named Kernel object like a Mutex or Semaphore which can be accessed by name from more than one process and locked to prevent multiple usage. A shared named Kernel Event Object could be used if you simply want to watch for an app launch. If it's a 3rd party, black box app that you can't change then you'll either need to use some form of Dll injection to add the Event code to it or fall back to older unreliable methods like enumerating top level windows to look for an application specific name.

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: Catching the launch of an applicatin Pin
jpgossieaux02-Nov-07 0:39
jpgossieaux02-Nov-07 0:39 
GeneralRe: Catching the launch of an applicatin Pin
Matthew Faithfull2-Nov-07 0:57
Matthew Faithfull2-Nov-07 0:57 
QuestionRe: Catching the launch of an applicatin Pin
David Crow2-Nov-07 3:06
David Crow2-Nov-07 3:06 
AnswerRe: Catching the launch of an applicatin Pin
TClarke2-Nov-07 4:00
TClarke2-Nov-07 4:00 
AnswerRe: Catching the launch of an applicatin Pin
jpgossieaux05-Nov-07 6:46
jpgossieaux05-Nov-07 6:46 
AnswerRe: Catching the launch of an applicatin Pin
Garth J Lancaster2-Nov-07 13:08
professionalGarth J Lancaster2-Nov-07 13:08 
Questionpointer on reference ? Pin
Rage1-Nov-07 23:55
professionalRage1-Nov-07 23:55 
AnswerRe: pointer on reference ? Pin
manish.patel2-Nov-07 0:02
manish.patel2-Nov-07 0:02 
AnswerRe: pointer on reference ? Pin
Matthew Faithfull2-Nov-07 0:19
Matthew Faithfull2-Nov-07 0:19 
GeneralRe: pointer on reference ? Pin
Rage2-Nov-07 3:12
professionalRage2-Nov-07 3:12 
AnswerRe: pointer on reference ? Pin
led mike2-Nov-07 4:45
led mike2-Nov-07 4:45 
QuestionHow to learn Debugging Tools Pin
sheshidar1-Nov-07 23:40
sheshidar1-Nov-07 23:40 
AnswerRe: How to learn Debugging Tools Pin
Nelek1-Nov-07 23:52
protectorNelek1-Nov-07 23:52 
AnswerRe: How to learn Debugging Tools Pin
ThatsAlok2-Nov-07 3:14
ThatsAlok2-Nov-07 3:14 
JokeRe: How to learn Debugging Tools Pin
Hamid_RT2-Nov-07 6:45
Hamid_RT2-Nov-07 6:45 
GeneralRe: How to learn Debugging Tools Pin
ThatsAlok2-Nov-07 6:53
ThatsAlok2-Nov-07 6:53 
GeneralRe: How to learn Debugging Tools Pin
Hamid_RT2-Nov-07 19:13
Hamid_RT2-Nov-07 19:13 

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.