Click here to Skip to main content
16,004,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to destroy Array of Controls Pin
19-Oct-01 21:24
suss19-Oct-01 21:24 
AnswerRe: How to destroy Array of Controls Pin
NormDroid19-Oct-01 23:48
professionalNormDroid19-Oct-01 23:48 
GeneralRe: How to destroy Array of Controls Pin
21-Oct-01 19:10
suss21-Oct-01 19:10 
GeneralRe: How to destroy Array of Controls Pin
21-Oct-01 19:58
suss21-Oct-01 19:58 
GeneralRe: How to destroy Array of Controls Pin
22-Oct-01 8:30
suss22-Oct-01 8:30 
GeneralRe:Thanks Pin
24-Oct-01 20:18
suss24-Oct-01 20:18 
QuestionHOW TO CHANGE THE IP ADDRESS?? Pin
Daniel Visan19-Oct-01 21:17
Daniel Visan19-Oct-01 21:17 
General_DEBUG macro Pin
parag19-Oct-01 20:04
parag19-Oct-01 20:04 
Hi
i see this code in most of the downloaded examples
but what does this code really do ?
Is Dumping of DC really required ?

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

#ifdef _DEBUG
void CviewTwo::AssertValid() const
{
CView::AssertValid();
}
void CviewTwo::Dump(CDumpContext& dc) const
{
CView::Dump(dc);
}
#endif //_DEBUG



parag
GeneralResize a View to match the frame Pin
19-Oct-01 16:13
suss19-Oct-01 16:13 
GeneralCTreeCtrl Question Pin
Vu Nguyen19-Oct-01 14:47
Vu Nguyen19-Oct-01 14:47 
GeneralRe: CTreeCtrl Question Pin
Michael Dunn19-Oct-01 16:02
sitebuilderMichael Dunn19-Oct-01 16:02 
GeneralBidirectional communication between classes Pin
jangel19-Oct-01 13:28
jangel19-Oct-01 13:28 
GeneralRe: Bidirectional communication between classes Pin
Christian Graus19-Oct-01 14:53
protectorChristian Graus19-Oct-01 14:53 
GeneralRe: Bidirectional communication between classes Pin
21-Oct-01 12:54
suss21-Oct-01 12:54 
GeneralRe: Bidirectional communication between classes Pin
Christian Graus21-Oct-01 13:03
protectorChristian Graus21-Oct-01 13:03 
GeneralRe: Bidirectional communication between classes Pin
21-Oct-01 13:21
suss21-Oct-01 13:21 
GeneralRe: Bidirectional communication between classes Pin
Christian Graus21-Oct-01 13:30
protectorChristian Graus21-Oct-01 13:30 
GeneralRe: Bidirectional communication between classes Pin
21-Oct-01 13:52
suss21-Oct-01 13:52 
GeneralRe: Bidirectional communication between classes Pin
Christian Graus21-Oct-01 14:02
protectorChristian Graus21-Oct-01 14:02 
GeneralRe: Bidirectional communication between classes Pin
21-Oct-01 14:19
suss21-Oct-01 14:19 
GeneralRe: Bidirectional communication between classes Pin
Christian Graus21-Oct-01 14:28
protectorChristian Graus21-Oct-01 14:28 
General_variant_t question ... Pin
Hadi Rezaee19-Oct-01 12:58
Hadi Rezaee19-Oct-01 12:58 
GeneralRe: _variant_t question ... Pin
Christian Graus19-Oct-01 14:58
protectorChristian Graus19-Oct-01 14:58 
GeneralRe: _variant_t question ... Pin
Hadi Rezaee20-Oct-01 12:42
Hadi Rezaee20-Oct-01 12:42 
GeneralRe: _variant_t question ... Pin
Christian Graus20-Oct-01 13:04
protectorChristian Graus20-Oct-01 13:04 

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.