Click here to Skip to main content
15,884,353 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Cursor help: Pin
Karismatic31-Oct-07 0:55
Karismatic31-Oct-07 0:55 
GeneralRe: Cursor help: Pin
Hakan Bulut31-Oct-07 1:04
Hakan Bulut31-Oct-07 1:04 
GeneralRe: Cursor help: Pin
Roger Broomfield31-Oct-07 1:39
Roger Broomfield31-Oct-07 1:39 
GeneralRe: Cursor help: Pin
Mark Salsbery31-Oct-07 5:30
Mark Salsbery31-Oct-07 5:30 
GeneralRe: Cursor help: Pin
Hakan Bulut31-Oct-07 6:39
Hakan Bulut31-Oct-07 6:39 
QuestionISAPI filter authentication Pin
imazing10331-Oct-07 0:40
imazing10331-Oct-07 0:40 
QuestionToltip for Combo Box Pin
sheshidar31-Oct-07 0:01
sheshidar31-Oct-07 0:01 
AnswerRe: Toltip for Combo Box Pin
Paresh Chitte31-Oct-07 1:56
Paresh Chitte31-Oct-07 1:56 
GeneralRe: Toltip for Combo Box Pin
sheshidar31-Oct-07 2:22
sheshidar31-Oct-07 2:22 
GeneralRe: Toltip for Combo Box Pin
David Crow31-Oct-07 2:31
David Crow31-Oct-07 2:31 
GeneralRe: Toltip for Combo Box Pin
sheshidar31-Oct-07 4:37
sheshidar31-Oct-07 4:37 
QuestionReg Dll Pin
john563231-Oct-07 0:00
john563231-Oct-07 0:00 
AnswerRe: Reg Dll Pin
CPallini31-Oct-07 1:01
mveCPallini31-Oct-07 1:01 
AnswerRe: Reg Dll Pin
Karismatic31-Oct-07 1:02
Karismatic31-Oct-07 1:02 

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.