Click here to Skip to main content
15,915,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: "Open with" Apps list Pin
ShilpiP29-Sep-06 20:44
ShilpiP29-Sep-06 20:44 
QuestionInvalid CWnd* pointer Pin
AnTri29-Sep-06 5:00
AnTri29-Sep-06 5:00 
AnswerRe: Invalid CWnd* pointer Pin
David Crow29-Sep-06 5:20
David Crow29-Sep-06 5:20 
GeneralRe: Invalid CWnd* pointer Pin
AnTri29-Sep-06 8:01
AnTri29-Sep-06 8:01 
GeneralRe: Invalid CWnd* pointer Pin
David Crow29-Sep-06 8:11
David Crow29-Sep-06 8:11 
GeneralRe: Invalid CWnd* pointer [modified] Pin
AnTri29-Sep-06 9:04
AnTri29-Sep-06 9:04 
GeneralRe: Invalid CWnd* pointer Pin
PJ Arends29-Sep-06 10:40
professionalPJ Arends29-Sep-06 10:40 
GeneralRe: Invalid CWnd* pointer Pin
James R. Twine30-Sep-06 18:34
James R. Twine30-Sep-06 18:34 
PJ Arends wrote:
When you have a window that is not created via CWnd::Create (your dialog controls in this instance), those windows are not include in the map.


   Just an FYI, that is not entirely true...  I am fairly certain that if you use CWnd::SubclassWindow(...) or CWnd::Attach(...) to associate a CWnd-based object with an HWND and then call CWnd::GetDlgItem(...) for that particular HWND's control ID, you will get a pointer to that particular CWnd object, and not a temporary CTempWnd pointer.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

QuestionUsing a DLL Pin
Oliver12329-Sep-06 3:15
Oliver12329-Sep-06 3:15 
AnswerRe: Using a DLL Pin
Cedric Moonen29-Sep-06 3:17
Cedric Moonen29-Sep-06 3:17 
GeneralRe: Using a DLL Pin
Oliver12329-Sep-06 11:03
Oliver12329-Sep-06 11:03 
AnswerRe: Using a DLL Pin
Hamid_RT30-Sep-06 4:55
Hamid_RT30-Sep-06 4:55 
QuestionVisio 2003 Professional Pin
Andy20229-Sep-06 1:29
Andy20229-Sep-06 1:29 
QuestionRe: Visio 2003 Professional Pin
David Crow29-Sep-06 2:42
David Crow29-Sep-06 2:42 
QuestionWhitebox testing tools for vc++ application [modified] Pin
ptr_Electron29-Sep-06 0:37
ptr_Electron29-Sep-06 0:37 
AnswerRe: Whitebox testing tools for vc++ application Pin
ShilpiP29-Sep-06 0:49
ShilpiP29-Sep-06 0:49 
GeneralRe: Whitebox testing tools for vc++ application Pin
<color>Aljechin 29-Sep-06 2:22
<color>Aljechin 29-Sep-06 2:22 
GeneralRe: Whitebox testing tools for vc++ application Pin
ptr_Electron29-Sep-06 2:56
ptr_Electron29-Sep-06 2:56 
GeneralRe: Whitebox testing tools for vc++ application Pin
ShilpiP29-Sep-06 21:08
ShilpiP29-Sep-06 21:08 
QuestionColoring Excel rows through Visual C++ Pin
Sangeetha_J29-Sep-06 0:34
Sangeetha_J29-Sep-06 0:34 
AnswerRe: Coloring Excel rows through Visual C++ Pin
Rajesh R Subramanian29-Sep-06 1:02
professionalRajesh R Subramanian29-Sep-06 1:02 
GeneralRe: Coloring Excel rows through Visual C++ Pin
Sangeetha_J29-Sep-06 1:07
Sangeetha_J29-Sep-06 1:07 
GeneralRe: Coloring Excel rows through Visual C++ Pin
Rajesh R Subramanian29-Sep-06 1:23
professionalRajesh R Subramanian29-Sep-06 1:23 
GeneralRe: Coloring Excel rows through Visual C++ Pin
Sangeetha_J29-Sep-06 1:28
Sangeetha_J29-Sep-06 1:28 
GeneralRe: Coloring Excel rows through Visual C++ Pin
Rajesh R Subramanian29-Sep-06 1:35
professionalRajesh R Subramanian29-Sep-06 1:35 

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.