Click here to Skip to main content
15,890,185 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Around 500 controls in a Dialog Pin
toxcct13-Jan-06 3:10
toxcct13-Jan-06 3:10 
AnswerRe: Around 500 controls in a Dialog Pin
Maximilien13-Jan-06 3:13
Maximilien13-Jan-06 3:13 
GeneralRe: Around 500 controls in a Dialog Pin
Rajesh R Subramanian13-Jan-06 18:55
professionalRajesh R Subramanian13-Jan-06 18:55 
AnswerRe: Around 500 controls in a Dialog Pin
khan++13-Jan-06 3:18
khan++13-Jan-06 3:18 
GeneralRe: Around 500 controls in a Dialog Pin
Shraddhan23-Jan-06 0:19
Shraddhan23-Jan-06 0:19 
GeneralRe: Around 500 controls in a Dialog Pin
khan++23-Jan-06 0:45
khan++23-Jan-06 0:45 
GeneralRe: Around 500 controls in a Dialog Pin
Shraddhan23-Jan-06 1:04
Shraddhan23-Jan-06 1:04 
GeneralRe: Around 500 controls in a Dialog Pin
khan++23-Jan-06 1:13
khan++23-Jan-06 1:13 
Statically creating so many controls will take more memory out of the stack space for the thread. If you have a large amount of code with that, then the stack might even get corrupted. I tried once with about 16 objects of CView, with a lot of other code and controls, and the program simply crashed on some machines without showing any error at all.
So, it would be wiser to allocate so many controls on the heap.


this is this.
GeneralRe: Around 500 controls in a Dialog Pin
Shraddhan23-Jan-06 1:22
Shraddhan23-Jan-06 1:22 
GeneralRe: Around 500 controls in a Dialog Pin
khan++23-Jan-06 1:32
khan++23-Jan-06 1:32 
AnswerRe: Around 500 controls in a Dialog Pin
Sheng Jiang 蒋晟13-Jan-06 18:18
Sheng Jiang 蒋晟13-Jan-06 18:18 
AnswerRe: Around 500 controls in a Dialog Pin
ThatsAlok15-Jan-06 18:54
ThatsAlok15-Jan-06 18:54 
QuestionDebug a 6.0.DLL from VS.NET Pin
eddyroth13-Jan-06 2:40
eddyroth13-Jan-06 2:40 
AnswerRe: Debug a 6.0.DLL from VS.NET Pin
Chris Losinger13-Jan-06 4:36
professionalChris Losinger13-Jan-06 4:36 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth13-Jan-06 5:44
eddyroth13-Jan-06 5:44 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
Chris Losinger13-Jan-06 5:46
professionalChris Losinger13-Jan-06 5:46 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth13-Jan-06 6:01
eddyroth13-Jan-06 6:01 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
Nish Nishant13-Jan-06 6:26
sitebuilderNish Nishant13-Jan-06 6:26 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth13-Jan-06 6:51
eddyroth13-Jan-06 6:51 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
Nish Nishant13-Jan-06 10:16
sitebuilderNish Nishant13-Jan-06 10:16 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth15-Jan-06 21:40
eddyroth15-Jan-06 21:40 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
Chris Losinger13-Jan-06 7:32
professionalChris Losinger13-Jan-06 7:32 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth15-Jan-06 21:43
eddyroth15-Jan-06 21:43 
QuestionCListCtrl: Automatic Scroll Down Pin
romuzu13-Jan-06 2:28
romuzu13-Jan-06 2:28 
AnswerRe: CListCtrl: Automatic Scroll Down Pin
kakan13-Jan-06 2:37
professionalkakan13-Jan-06 2:37 

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.