Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: view resources of the project Pin
Priya_Sundar25-Nov-07 23:04
Priya_Sundar25-Nov-07 23:04 
GeneralRe: view resources of the project Pin
keyto25-Nov-07 23:23
keyto25-Nov-07 23:23 
GeneralRe: view resources of the project Pin
Priya_Sundar25-Nov-07 23:48
Priya_Sundar25-Nov-07 23:48 
GeneralRe: view resources of the project Pin
keyto26-Nov-07 0:23
keyto26-Nov-07 0:23 
QuestionIE ReBar Window Problem Pin
ayogesh_28@yahoo.co.in25-Nov-07 21:54
ayogesh_28@yahoo.co.in25-Nov-07 21:54 
AnswerRe: IE ReBar Window Problem Pin
Priya_Sundar25-Nov-07 23:56
Priya_Sundar25-Nov-07 23:56 
GeneralRe: IE ReBar Window Problem Pin
ayogesh_28@yahoo.co.in26-Nov-07 1:42
ayogesh_28@yahoo.co.in26-Nov-07 1:42 
QuestionSDI with no doc-view, replace CChildView, there is an error Pin
followait25-Nov-07 21:54
followait25-Nov-07 21:54 
I declare a class CChildView2 derived from CView, and change the constructorr's and destructor's attribute from protect to public,
and declare a member variable in CMainFrame as m_wndView2, then replace the original m_wndView with m_wndView2, every thing is well except that when I close the application, there is an exception. What's the problem?
I tracked it, but found nothing.

the problem ocuurs here:

void CView::PostNcDestroy()
{
// default for views is to allocate them on the heap
// the default post-cleanup is to 'delete this'.
// never explicitly call 'delete' on a view
delete this;
}

AnswerFound the answer Pin
followait26-Nov-07 1:43
followait26-Nov-07 1:43 
QuestionGetting the raw input data without having a window Pin
Mithilesh Katre25-Nov-07 21:42
Mithilesh Katre25-Nov-07 21:42 
Questionproblem in enumerating the registry values. Pin
yudhisthira25-Nov-07 19:19
yudhisthira25-Nov-07 19:19 
AnswerRe: problem in enumerating the registry values. Pin
Mark Salsbery25-Nov-07 19:31
Mark Salsbery25-Nov-07 19:31 
AnswerRe: problem in enumerating the registry values. Pin
Stephen Hewitt25-Nov-07 19:40
Stephen Hewitt25-Nov-07 19:40 
AnswerRe: problem in enumerating the registry values. Pin
ThatsAlok25-Nov-07 20:03
ThatsAlok25-Nov-07 20:03 
QuestionCompile error about MACRO Pin
George_George25-Nov-07 19:06
George_George25-Nov-07 19:06 
AnswerRe: Compile error about MACRO Pin
Stephen Hewitt25-Nov-07 19:13
Stephen Hewitt25-Nov-07 19:13 
GeneralRe: Compile error about MACRO Pin
George_George26-Nov-07 2:02
George_George26-Nov-07 2:02 
GeneralRe: Compile error about MACRO Pin
Stephen Hewitt26-Nov-07 12:48
Stephen Hewitt26-Nov-07 12:48 
GeneralRe: Compile error about MACRO Pin
George_George26-Nov-07 23:27
George_George26-Nov-07 23:27 
AnswerRe: Compile error about MACRO Pin
CPallini25-Nov-07 21:31
mveCPallini25-Nov-07 21:31 
GeneralRe: Compile error about MACRO Pin
George_George26-Nov-07 1:58
George_George26-Nov-07 1:58 
GeneralRe: Compile error about MACRO Pin
CPallini26-Nov-07 2:13
mveCPallini26-Nov-07 2:13 
GeneralRe: Compile error about MACRO Pin
George_George26-Nov-07 4:29
George_George26-Nov-07 4:29 
AnswerRe: Compile error about MACRO Pin
David Crow26-Nov-07 4:04
David Crow26-Nov-07 4:04 
GeneralRe: Compile error about MACRO Pin
George_George26-Nov-07 4:30
George_George26-Nov-07 4:30 

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.