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

C / C++ / MFC

 
GeneralRe: FindWindow Pin
Tracy Software23-Aug-11 3:38
Tracy Software23-Aug-11 3:38 
GeneralRe: FindWindow Pin
Richard MacCutchan22-Aug-11 22:56
mveRichard MacCutchan22-Aug-11 22:56 
GeneralRe: FindWindow Pin
CPallini22-Aug-11 23:42
mveCPallini22-Aug-11 23:42 
GeneralRe: FindWindow Pin
Richard MacCutchan23-Aug-11 0:07
mveRichard MacCutchan23-Aug-11 0:07 
GeneralRe: FindWindow Pin
CPallini23-Aug-11 0:18
mveCPallini23-Aug-11 0:18 
GeneralRe: FindWindow Pin
msr_codeproject23-Aug-11 0:56
msr_codeproject23-Aug-11 0:56 
GeneralRe: FindWindow Pin
Richard MacCutchan23-Aug-11 1:18
mveRichard MacCutchan23-Aug-11 1:18 
GeneralRe: FindWindow Pin
enhzflep23-Aug-11 3:06
enhzflep23-Aug-11 3:06 
Just to be clear, a C++ class should not be confused with a windows class.

Use Spy++, it will tell you the (windows) class name of any window you care to query. Do this to a dialog, and you'll see the name that cPallini provided - the same class-name that you should use with FindWindow.

To that end, which C++ class you inherit from is somewhat irrelevant. You just need the windows class name for a dialog box.
SuggestionRe: FindWindow Reply Pin
My Bones22-Aug-11 23:24
My Bones22-Aug-11 23:24 
GeneralRe: FindWindow Reply Pin
Code-o-mat22-Aug-11 23:50
Code-o-mat22-Aug-11 23:50 
QuestionCHtmlView Windows 7 issue Pin
Member 810956022-Aug-11 20:44
Member 810956022-Aug-11 20:44 
AnswerRe: CHtmlView Windows 7 issue Pin
Richard MacCutchan22-Aug-11 22:53
mveRichard MacCutchan22-Aug-11 22:53 
GeneralRe: CHtmlView Windows 7 issue Pin
Member 810956022-Aug-11 23:18
Member 810956022-Aug-11 23:18 
GeneralRe: CHtmlView Windows 7 issue Pin
Richard MacCutchan23-Aug-11 0:00
mveRichard MacCutchan23-Aug-11 0:00 
GeneralRe: CHtmlView Windows 7 issue Pin
Rage24-Aug-11 4:21
professionalRage24-Aug-11 4:21 
GeneralRe: CHtmlView Windows 7 issue Pin
Member 810956024-Aug-11 21:21
Member 810956024-Aug-11 21:21 
GeneralRe: CHtmlView Windows 7 issue Pin
Rage24-Aug-11 21:57
professionalRage24-Aug-11 21:57 
GeneralRe: CHtmlView Windows 7 issue Pin
Member 810956024-Aug-11 23:27
Member 810956024-Aug-11 23:27 
AnswerRe: CHtmlView Windows 7 issue Pin
xrg_soft@163.com23-Aug-11 5:25
xrg_soft@163.com23-Aug-11 5:25 
GeneralRe: CHtmlView Windows 7 issue Pin
Member 810956023-Aug-11 21:31
Member 810956023-Aug-11 21:31 
GeneralRe: CHtmlView Windows 7 issue Pin
xrg_soft@163.com23-Aug-11 21:56
xrg_soft@163.com23-Aug-11 21:56 
GeneralRe: CHtmlView Windows 7 issue Pin
Member 810956023-Aug-11 22:22
Member 810956023-Aug-11 22:22 
GeneralRe: CHtmlView Windows 7 issue Pin
xrg_soft@163.com24-Aug-11 19:08
xrg_soft@163.com24-Aug-11 19:08 
GeneralRe: CHtmlView Windows 7 issue [modified] Pin
Member 810956024-Aug-11 20:22
Member 810956024-Aug-11 20:22 
GeneralRe: CHtmlView Windows 7 issue Pin
Rage24-Aug-11 4:21
professionalRage24-Aug-11 4:21 

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.