Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: convert vc++6 program to dll or ocx to use in .net(c#) Pin
Matthew Faithfull31-Oct-07 4:13
Matthew Faithfull31-Oct-07 4:13 
GeneralRe: convert vc++6 program to dll or ocx to use in .net(c#) Pin
small_programmer2-Nov-07 23:20
small_programmer2-Nov-07 23:20 
QuestionProblem with combo Box-values get repeating Pin
SnaKeBeD31-Oct-07 2:46
SnaKeBeD31-Oct-07 2:46 
AnswerRe: Problem with combo Box-values get repeating Pin
David Crow31-Oct-07 2:52
David Crow31-Oct-07 2:52 
GeneralRe: Problem with combo Box-values get repeating Pin
SnaKeBeD31-Oct-07 3:28
SnaKeBeD31-Oct-07 3:28 
GeneralRe: Problem with combo Box-values get repeating Pin
David Crow31-Oct-07 3:36
David Crow31-Oct-07 3:36 
GeneralRe: Problem with combo Box-values get repeating Pin
SnaKeBeD31-Oct-07 3:48
SnaKeBeD31-Oct-07 3:48 
QuestionTrying to create a guid in C++ from my code Pin
LCI31-Oct-07 2:22
LCI31-Oct-07 2:22 
QuestionRe: Trying to create a guid in C++ from my code Pin
David Crow31-Oct-07 2:26
David Crow31-Oct-07 2:26 
AnswerRe: Trying to create a guid in C++ from my code Pin
George L. Jackson31-Oct-07 2:41
George L. Jackson31-Oct-07 2:41 
AnswerRe: Trying to create a guid in C++ from my code Pin
jhwurmbach31-Oct-07 2:30
jhwurmbach31-Oct-07 2:30 
AnswerRe: Trying to create a guid in C++ from my code [modified] Pin
KenThompson31-Oct-07 2:43
KenThompson31-Oct-07 2:43 
GeneralRe: Trying to create a guid in C++ from my code Pin
jhwurmbach31-Oct-07 3:17
jhwurmbach31-Oct-07 3:17 
GeneralRe: Trying to create a guid in C++ from my code Pin
KenThompson1-Nov-07 2:47
KenThompson1-Nov-07 2:47 
QuestionLoad AVI streams with MCIWnd.OpenInterface Pin
sdancer7531-Oct-07 2:04
sdancer7531-Oct-07 2:04 
Questionmaximal number of dialogs Pin
baerten31-Oct-07 1:56
baerten31-Oct-07 1:56 
AnswerRe: maximal number of dialogs Pin
Paresh Chitte31-Oct-07 2:08
Paresh Chitte31-Oct-07 2:08 
GeneralRe: maximal number of dialogs Pin
baerten31-Oct-07 2:16
baerten31-Oct-07 2:16 
AnswerRe: maximal number of dialogs Pin
Shivarudrayya H31-Oct-07 2:17
Shivarudrayya H31-Oct-07 2:17 
AnswerRe: maximal number of dialogs Pin
David Crow31-Oct-07 2:28
David Crow31-Oct-07 2:28 
JokeThanks to you all Pin
baerten31-Oct-07 4:19
baerten31-Oct-07 4:19 
AnswerRe: maximal number of dialogs Pin
Randor 31-Oct-07 4:34
professional Randor 31-Oct-07 4:34 
The number of dialogs in your project resource file does not affect anything except maybe compilation time. Your application may use slightly additional memory with the definitions of those dialogs in the PE image. But nothing to be worried about.

Maximum number of window objects you can have open within Windows XP is 32767. There is a hard limit per process of 10,000 window handles. Yes, there is a point where too many open windows will degrade application performance. The threshold at which this will occur depends on processor speed and physical RAM.

I am increasingly becoming a fossil so my comments apply to my knowledge of the XP kernel, I have not delved into the Vista abyss yet. I am still waiting for the flames to die down.

Best Wishes,
-Randor (David Delaune)
Questionhow to change the color of message box Pin
rajneshmalik31-Oct-07 1:21
rajneshmalik31-Oct-07 1:21 
AnswerRe: how to change the color of message box Pin
David Crow31-Oct-07 2:29
David Crow31-Oct-07 2:29 
QuestionCursor help: [modified] Pin
Hakan Bulut31-Oct-07 0:41
Hakan Bulut31-Oct-07 0:41 

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.