Click here to Skip to main content
16,007,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: More environment var madness Pin
Jim Crafton12-Nov-03 7:41
Jim Crafton12-Nov-03 7:41 
GeneralRe: More environment var madness Pin
David Crow12-Nov-03 8:38
David Crow12-Nov-03 8:38 
GeneralRe: More environment var madness Pin
Jim Crafton12-Nov-03 16:55
Jim Crafton12-Nov-03 16:55 
Generalprompt edit box Pin
niklo12-Nov-03 5:20
niklo12-Nov-03 5:20 
GeneralRe: prompt edit box Pin
valikac12-Nov-03 5:54
valikac12-Nov-03 5:54 
GeneralRe: prompt edit box Pin
niklo12-Nov-03 5:57
niklo12-Nov-03 5:57 
GeneralIDE Problem? VS 2002 .Net Pin
sweep12312-Nov-03 5:09
sweep12312-Nov-03 5:09 
GeneralRe: IDE Problem? VS 2002 .Net Pin
Antti Keskinen12-Nov-03 5:18
Antti Keskinen12-Nov-03 5:18 
Humm...

As you didn't post any code, consider doing some cross-reference checking. See what variables and functions you have in one of the dialogs (Not #4) and then compare the way you create this dialog to that of #4's.

Basically, see the logic behind all your dialogs: how do they work, how are they called. Then see how the ones which work differ from #4.

Last resort is to attach the debugger and step through the code to see what ASSERT command causes the assertion. This assumes that you have MFC Source Code installed. If you don't, then guessing and testing is the best way to go.

Perhaps you would post some code here ? I assume the Tabbed dialog is a self-standing class and the control forms (tab views) are members of this class ?

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: IDE Problem? VS 2002 .Net Pin
sweep12312-Nov-03 5:34
sweep12312-Nov-03 5:34 
GeneralTear-off menus Pin
owhite12-Nov-03 5:06
owhite12-Nov-03 5:06 
GeneralRe: Tear-off menus Pin
Maximilien12-Nov-03 5:54
Maximilien12-Nov-03 5:54 
GeneralSorting out duplicate drives... Pin
dandy7212-Nov-03 4:41
dandy7212-Nov-03 4:41 
GeneralRe: Sorting out duplicate drives... Pin
David Crow12-Nov-03 4:48
David Crow12-Nov-03 4:48 
GeneralRe: Sorting out duplicate drives... Pin
dandy7213-Nov-03 2:38
dandy7213-Nov-03 2:38 
GeneralRe: Sorting out duplicate drives... Pin
Terry O'Nolley12-Nov-03 10:22
Terry O'Nolley12-Nov-03 10:22 
GeneralUDP Client Pin
NewHSKid12-Nov-03 4:19
NewHSKid12-Nov-03 4:19 
GeneralRe: UDP Client Pin
Peter Molnar12-Nov-03 12:58
Peter Molnar12-Nov-03 12:58 
GeneralDeveloping, building, and testing. How do it the best? Learning from the world leader - Microsoft Pin
gicio12-Nov-03 3:36
gicio12-Nov-03 3:36 
GeneralRe: Developing, building, and testing. How do it the best? Learning from the world leader - Microsoft Pin
David Crow12-Nov-03 4:44
David Crow12-Nov-03 4:44 
GeneralWinsock ? Again Pin
Stan the man12-Nov-03 3:30
Stan the man12-Nov-03 3:30 
GeneralRe: Winsock ? Again Pin
Antti Keskinen12-Nov-03 3:47
Antti Keskinen12-Nov-03 3:47 
GeneralRe: Winsock ? Again Pin
Pir8ofTampa12-Nov-03 3:55
Pir8ofTampa12-Nov-03 3:55 
GeneralRe: Winsock ? Again Pin
Peter Molnar12-Nov-03 13:03
Peter Molnar12-Nov-03 13:03 
GeneralCheckBoxes in setup Pin
BoudewijnEctor12-Nov-03 3:17
BoudewijnEctor12-Nov-03 3:17 
GeneralRe: CheckBoxes in setup Pin
David Crow12-Nov-03 3:29
David Crow12-Nov-03 3:29 

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.