Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: std::string format Pin
Cedric Moonen22-Apr-10 2:18
Cedric Moonen22-Apr-10 2:18 
AnswerRe: std::string format Pin
Stuart Dootson22-Apr-10 5:09
professionalStuart Dootson22-Apr-10 5:09 
QuestionFind the windows Pin
Cvaji22-Apr-10 0:13
Cvaji22-Apr-10 0:13 
AnswerRe: Find the windows Pin
Code-o-mat22-Apr-10 0:21
Code-o-mat22-Apr-10 0:21 
GeneralRe: Find the windows Pin
Cvaji22-Apr-10 0:31
Cvaji22-Apr-10 0:31 
GeneralRe: Find the windows Pin
Code-o-mat22-Apr-10 0:38
Code-o-mat22-Apr-10 0:38 
GeneralRe: Find the windows Pin
Cvaji22-Apr-10 0:48
Cvaji22-Apr-10 0:48 
GeneralRe: Find the windows Pin
Code-o-mat22-Apr-10 1:00
Code-o-mat22-Apr-10 1:00 
You could also try using FindWindow as you did, and once you find a window, do whatever you want with it and then add a space at the end of its name (title) and then use FindWindow again until it does not find any such windows anymore, you might want to remove the extra added space when you are done, of course this would be quite an unelegant and ugly solution...
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Sometimes you just have to hate coding to do it well. <

GeneralRe: Find the windows Pin
Cvaji22-Apr-10 5:27
Cvaji22-Apr-10 5:27 
GeneralRe: Find the windows Pin
Code-o-mat22-Apr-10 6:16
Code-o-mat22-Apr-10 6:16 
GeneralRe: Find the windows Pin
Cvaji22-Apr-10 6:40
Cvaji22-Apr-10 6:40 
GeneralRe: Find the windows Pin
Code-o-mat22-Apr-10 6:44
Code-o-mat22-Apr-10 6:44 
GeneralRe: Find the windows Pin
Cvaji22-Apr-10 6:54
Cvaji22-Apr-10 6:54 
QuestionChild windows and OOP Pin
zoopp22-Apr-10 0:04
zoopp22-Apr-10 0:04 
AnswerRe: Child windows and OOP Pin
Eugen Podsypalnikov22-Apr-10 2:16
Eugen Podsypalnikov22-Apr-10 2:16 
GeneralRe: Child windows and OOP Pin
zoopp22-Apr-10 4:21
zoopp22-Apr-10 4:21 
Questionidle percentage Pin
Russell'21-Apr-10 23:50
Russell'21-Apr-10 23:50 
AnswerRe: idle percentage Pin
Michel Godfroid22-Apr-10 1:03
Michel Godfroid22-Apr-10 1:03 
Questionnew operator in DllMain of MFC Extension Dll Pin
Member 334509521-Apr-10 23:24
Member 334509521-Apr-10 23:24 
AnswerRe: new operator in DllMain of MFC Extension Dll Pin
Eugen Podsypalnikov21-Apr-10 23:59
Eugen Podsypalnikov21-Apr-10 23:59 
QuestionGenerate series Pin
MsmVc21-Apr-10 21:45
MsmVc21-Apr-10 21:45 
AnswerRe: Generate series Pin
Richard MacCutchan21-Apr-10 21:50
mveRichard MacCutchan21-Apr-10 21:50 
GeneralRe: Generate series Pin
MsmVc21-Apr-10 21:54
MsmVc21-Apr-10 21:54 
GeneralRe: Generate series Pin
Richard MacCutchan21-Apr-10 22:49
mveRichard MacCutchan21-Apr-10 22:49 
AnswerRe: Generate series PinPopular
Stephen Hewitt21-Apr-10 21:54
Stephen Hewitt21-Apr-10 21:54 

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.