Click here to Skip to main content
15,916,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Linked Lists Pin
Nelek25-Dec-09 0:38
protectorNelek25-Dec-09 0:38 
GeneralRe: Linked Lists Pin
Razanust27-Dec-09 6:25
Razanust27-Dec-09 6:25 
GeneralRe: Linked Lists Pin
Nelek27-Dec-09 22:10
protectorNelek27-Dec-09 22:10 
AnswerRe: Linked Lists Pin
Luc Pattyn25-Dec-09 2:37
sitebuilderLuc Pattyn25-Dec-09 2:37 
QuestionCString::MakeUpper() and MakeLower() for Non-English language Pin
includeh1024-Dec-09 18:22
includeh1024-Dec-09 18:22 
AnswerRe: CString::MakeUpper() and MakeLower() for Non-English language Pin
Tim Craig24-Dec-09 20:59
Tim Craig24-Dec-09 20:59 
GeneralRe: CString::MakeUpper() and MakeLower() for Non-English language Pin
includeh1024-Dec-09 21:50
includeh1024-Dec-09 21:50 
GeneralRe: CString::MakeUpper() and MakeLower() for Non-English language Pin
Nelek25-Dec-09 0:32
protectorNelek25-Dec-09 0:32 
GeneralRe: CString::MakeUpper() and MakeLower() for Non-English language Pin
Tim Craig25-Dec-09 8:01
Tim Craig25-Dec-09 8:01 
GeneralRe: CString::MakeUpper() and MakeLower() for Non-English language Pin
LunaticFringe25-Dec-09 8:24
LunaticFringe25-Dec-09 8:24 
GeneralRe: CString::MakeUpper() and MakeLower() for Non-English language Pin
Tim Craig25-Dec-09 14:05
Tim Craig25-Dec-09 14:05 
GeneralRe: CString::MakeUpper() and MakeLower() for Non-English language Pin
LunaticFringe25-Dec-09 15:20
LunaticFringe25-Dec-09 15:20 
GeneralRe: CString::MakeUpper() and MakeLower() for Non-English language Pin
Tim Craig25-Dec-09 16:34
Tim Craig25-Dec-09 16:34 
AnswerRe: CString::MakeUpper() and MakeLower() for Non-English language Pin
David Crow28-Dec-09 16:14
David Crow28-Dec-09 16:14 
AnswerRe: CString::MakeUpper() and MakeLower() for Non-English language Pin
raja jamwal31-Dec-09 8:53
raja jamwal31-Dec-09 8:53 
QuestionHow to assign to array? Pin
milestanley24-Dec-09 15:44
milestanley24-Dec-09 15:44 
AnswerRe: How to assign to array? Pin
includeh1024-Dec-09 18:27
includeh1024-Dec-09 18:27 
GeneralRe: How to assign to array? Pin
Tim Craig24-Dec-09 20:43
Tim Craig24-Dec-09 20:43 
AnswerRe: How to assign to array? Pin
«_Superman_»25-Dec-09 2:43
professional«_Superman_»25-Dec-09 2:43 
QuestionLinked Lists. Pin
Razanust24-Dec-09 7:47
Razanust24-Dec-09 7:47 
AnswerRe: Linked Lists. Pin
Chris Losinger24-Dec-09 8:58
professionalChris Losinger24-Dec-09 8:58 
AnswerRe: Linked Lists. Pin
includeh1024-Dec-09 18:50
includeh1024-Dec-09 18:50 
AnswerRe: Linked Lists. Pin
Bram van Kampen27-Dec-09 12:56
Bram van Kampen27-Dec-09 12:56 
QuestionSize of the Message loop Pin
vc++_fragrance23-Dec-09 23:14
vc++_fragrance23-Dec-09 23:14 
AnswerRe: Size of the Message loop Pin
CPallini23-Dec-09 23:50
mveCPallini23-Dec-09 23:50 
From PostMessage function documentation on MSDN [^]:

There is a limit of 10,000 posted messages per message queue. This limit should be sufficiently large. If your application exceeds the limit, it should be redesigned to avoid consuming so many system resources. To adjust this limit, modify the following registry key.
HKEY_LOCAL_MACHINE
     SOFTWARE
          Microsoft
               Windows NT
                    CurrentVersion
                         Windows
                              USERPostMessageLimit

The minimum acceptable value is 4000.

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

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.