Click here to Skip to main content
15,891,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Troublesome Handling of Files in C++ Pin
Stuart Dootson3-Feb-10 2:28
professionalStuart Dootson3-Feb-10 2:28 
AnswerRe: Troublesome Handling of Files in C++ Pin
Raj Indian3-Feb-10 22:00
Raj Indian3-Feb-10 22:00 
QuestionSetUpAndDeployment Project Pin
jannathali2-Feb-10 22:31
jannathali2-Feb-10 22:31 
AnswerRe: SetUpAndDeployment Project [modified] Pin
KingsGambit2-Feb-10 23:47
KingsGambit2-Feb-10 23:47 
GeneralRe: SetUpAndDeployment Project Pin
jannathali3-Feb-10 1:03
jannathali3-Feb-10 1:03 
GeneralRe: SetUpAndDeployment Project Pin
KingsGambit3-Feb-10 1:14
KingsGambit3-Feb-10 1:14 
QuestionCaption Change Pin
john56322-Feb-10 20:32
john56322-Feb-10 20:32 
AnswerRe: Caption Change Pin
Richard MacCutchan2-Feb-10 22:34
mveRichard MacCutchan2-Feb-10 22:34 
If the program changes its own caption internally using SetWindowText() then there is nothing you can do directly. However, I believe there is a function that allows you to set a hook process which can monitor all messages, so you could intercept the WM_SETTEXT and act appropriately. But it sounds like a lot of hard work for no discernible benefit.

MVP 2010 - are they mad?

AnswerRe: Caption Change Pin
CPallini2-Feb-10 22:42
mveCPallini2-Feb-10 22:42 
AnswerRe: Caption Change Pin
Moak3-Feb-10 1:12
Moak3-Feb-10 1:12 
QuestionHow to disable LNK4099 warning in debug build Pin
Chesnokov Yuriy2-Feb-10 20:19
professionalChesnokov Yuriy2-Feb-10 20:19 
AnswerRe: How to disable LNK4099 warning in debug build Pin
«_Superman_»2-Feb-10 20:46
professional«_Superman_»2-Feb-10 20:46 
QuestionRe: How to disable LNK4099 warning in debug build Pin
Chesnokov Yuriy2-Feb-10 21:20
professionalChesnokov Yuriy2-Feb-10 21:20 
AnswerRe: How to disable LNK4099 warning in debug build Pin
Dr. Frank Heimes7-Feb-11 22:00
Dr. Frank Heimes7-Feb-11 22:00 
QuestionHow can identified Any Process run by admin or by any other user? Pin
Le@rner2-Feb-10 18:27
Le@rner2-Feb-10 18:27 
AnswerRe: How can identified Any Process run by admin or by any other user? Pin
«_Superman_»2-Feb-10 18:45
professional«_Superman_»2-Feb-10 18:45 
AnswerRe: How can identified Any Process run by admin or by any other user? Pin
KingsGambit2-Feb-10 18:48
KingsGambit2-Feb-10 18:48 
AnswerRe: How can identified Any Process run by admin or by any other user? Pin
Kushagra Tiwari3-Feb-10 0:37
Kushagra Tiwari3-Feb-10 0:37 
QuestionRequest Pin
Hans Dietrich2-Feb-10 17:55
mentorHans Dietrich2-Feb-10 17:55 
AnswerRe: Request Pin
KingsGambit2-Feb-10 18:38
KingsGambit2-Feb-10 18:38 
QuestionChange caption of an application Pin
john56322-Feb-10 17:38
john56322-Feb-10 17:38 
AnswerRe: Change caption of an application Pin
«_Superman_»2-Feb-10 17:43
professional«_Superman_»2-Feb-10 17:43 
GeneralRe: Change caption of an application Pin
john56322-Feb-10 17:53
john56322-Feb-10 17:53 
GeneralRe: Change caption of an application Pin
«_Superman_»2-Feb-10 18:03
professional«_Superman_»2-Feb-10 18:03 
GeneralRe: Change caption of an application Pin
john56322-Feb-10 18:24
john56322-Feb-10 18:24 

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.