Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Does some pointer provides memory-check for operation correctness control ? Pin
John R. Shaw21-Oct-03 18:27
John R. Shaw21-Oct-03 18:27 
GeneralRe: Does some pointer provides memory-check for operation correctness control ? Pin
vgrigor21-Oct-03 20:51
vgrigor21-Oct-03 20:51 
QuestionMSXML Parser?? createNode() ??? Pin
xxhimanshu20-Oct-03 23:37
xxhimanshu20-Oct-03 23:37 
GeneralProblem With Accelerators Pin
spiritualfields20-Oct-03 21:01
spiritualfields20-Oct-03 21:01 
GeneralRe: Problem With Accelerators Pin
vcplusplus20-Oct-03 23:15
vcplusplus20-Oct-03 23:15 
GeneralGDI+ Double Buffer and Flood Fill Pin
Grape-Man20-Oct-03 17:23
Grape-Man20-Oct-03 17:23 
GeneralRe: GDI+ Double Buffer and Flood Fill Pin
PJ Arends21-Oct-03 6:52
professionalPJ Arends21-Oct-03 6:52 
Generalsdi + CFormView help Pin
zhangmi-boymaxzm20-Oct-03 16:28
zhangmi-boymaxzm20-Oct-03 16:28 
I want to code a sdi program without document-view support(changed slightly form program appwizard generates).There are two CFormView in it,a and b;I try hard to switch between them,not to destroy one and create another,just hide one and show the another.but it doesn't function as expected.
i use two create functions in CMainFrame:onCreate()
as if (!a.Create(NULL, NULL, AFX_WS_DEFAULT_VIEW,
CRect(0, 0, 0, 0), this, AFX_IDW_PANE_FIRST, NULL))
{
TRACE0("Failed to create view window\n");
return -1;
}
if (!b.Create(NULL, NULL, AFX_WS_DEFAULT_VIEW,
CRect(0, 0, 0, 0), this, AFX_IDW_PANE_FIRST, NULL))
{
TRACE0("Failed to create view window\n");
return -1;
}
in a menu command item;Confused | :confused: Mad | :mad: Confused | :confused: Confused | :confused: Confused | :confused:
i use a.ShowWindow(SW_HIDE) and b.ShowWindow(SW_SHOW|SW_MAXIMIZE) ,but it doesn't work
can anyone help me ?


GeneralAutomating the Insertion of C++ Code Pin
Jeff Miles20-Oct-03 16:03
Jeff Miles20-Oct-03 16:03 
GeneralRe: Automating the Insertion of C++ Code Pin
Christian Graus20-Oct-03 16:37
protectorChristian Graus20-Oct-03 16:37 
QuestionMaking text go to Ms Word file? Pin
DanYELL20-Oct-03 14:51
DanYELL20-Oct-03 14:51 
AnswerRe: Making text go to Ms Word file? Pin
Michael Dunn20-Oct-03 19:46
sitebuilderMichael Dunn20-Oct-03 19:46 
AnswerRe: Making text go to Ms Word file? Pin
Anonymous20-Oct-03 22:16
Anonymous20-Oct-03 22:16 
GeneralMemory allocations slow when launched from the debugger Pin
Wasteland720-Oct-03 14:50
Wasteland720-Oct-03 14:50 
GeneralHelp with Dialog in Doc/View Application Pin
jasonmgeorge20-Oct-03 12:54
jasonmgeorge20-Oct-03 12:54 
GeneralRe: Help with Dialog in Doc/View Application Pin
Anthony_Yio20-Oct-03 15:27
Anthony_Yio20-Oct-03 15:27 
GeneralRe: Help with Dialog in Doc/View Application Pin
Atif Mushtaq21-Oct-03 23:54
Atif Mushtaq21-Oct-03 23:54 
GeneralRegular Dll with dialog box Pin
ahmadnoori20-Oct-03 11:05
ahmadnoori20-Oct-03 11:05 
GeneralRe: Regular Dll with dialog box Pin
igor196020-Oct-03 11:38
igor196020-Oct-03 11:38 
GeneralRe: Regular Dll with dialog box Pin
ahmadnoori20-Oct-03 13:15
ahmadnoori20-Oct-03 13:15 
QuestionCreateFile and LockFile in atomic operation? Pin
Joe Woodbury20-Oct-03 10:44
professionalJoe Woodbury20-Oct-03 10:44 
AnswerRe: CreateFile and LockFile in atomic operation? Pin
John M. Drescher20-Oct-03 11:05
John M. Drescher20-Oct-03 11:05 
AnswerRe: CreateFile and LockFile in atomic operation? Pin
Neville Franks21-Oct-03 10:12
Neville Franks21-Oct-03 10:12 
GeneralRe: CreateFile and LockFile in atomic operation? Pin
Joe Woodbury21-Oct-03 10:57
professionalJoe Woodbury21-Oct-03 10:57 
GeneralRe: CreateFile and LockFile in atomic operation? Pin
Neville Franks21-Oct-03 11:08
Neville Franks21-Oct-03 11:08 

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.