Click here to Skip to main content
15,910,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Removing the scrollbars from a CFormView derived class Pin
Nelek4-Nov-07 21:36
protectorNelek4-Nov-07 21:36 
GeneralRe: Removing the scrollbars from a CFormView derived class Pin
Sternocera4-Nov-07 22:05
Sternocera4-Nov-07 22:05 
GeneralRe: Removing the scrollbars from a CFormView derived class Pin
Nelek4-Nov-07 23:48
protectorNelek4-Nov-07 23:48 
Questionflexgrid or any grid VC++ 2003 Pin
Rhymhoont3-Nov-07 6:30
Rhymhoont3-Nov-07 6:30 
QuestionTimer Triggers Pin
thes3cr3t13-Nov-07 4:56
thes3cr3t13-Nov-07 4:56 
AnswerRe: Timer Triggers Pin
Nelek7-Nov-07 4:01
protectorNelek7-Nov-07 4:01 
QuestionCreateProcess returns Error 1450 - No sufficient resources to complete requested service Pin
vipin_nvk3-Nov-07 4:52
vipin_nvk3-Nov-07 4:52 
AnswerRe: CreateProcess returns Error 1450 - No sufficient resources to complete requested service Pin
bob169723-Nov-07 6:40
bob169723-Nov-07 6:40 
vipin_nvk wrote:
no system resources


Are you closing the processes after each one is used. Windows has a resource limit of 10,000 resource handles 10,000 limit[^](or something like that) per process and if your spawning outside processes, they may count against your main process. I'm not sure how the rules work with spawned processes.

However, be informed that a resource handle can include pens, brushes, windows, etc... and depending on the type of windows or controls being created, you can hit the resource limit pretty quick.

Try closing things that might maintain handles to resources once you are finished with them as it sounds like their being maintained somehow.

Here are some links about resource handle limits...

Concerns about resource handles and Raymonds words on the matter[^]

Window Manager limits[^]
Questioncan I Read multi keys from keyboard using Visual C++ 2005? Pin
allooba3-Nov-07 3:11
allooba3-Nov-07 3:11 
QuestionRe: can I Read multi keys from keyboard using Visual C++ 2005? Pin
David Crow3-Nov-07 3:42
David Crow3-Nov-07 3:42 
AnswerRe: can I Read multi keys from keyboard using Visual C++ 2005? Pin
allooba3-Nov-07 7:02
allooba3-Nov-07 7:02 
GeneralRe: can I Read multi keys from keyboard using Visual C++ 2005? Pin
David Crow3-Nov-07 11:53
David Crow3-Nov-07 11:53 
GeneralRe: can I Read multi keys from keyboard using Visual C++ 2005? Pin
allooba3-Nov-07 19:09
allooba3-Nov-07 19:09 
QuestionAsk for permission when modifying Registry Pin
ashishbhatt3-Nov-07 0:42
ashishbhatt3-Nov-07 0:42 
AnswerRe: Ask for permission when modifying Registry Pin
bob169723-Nov-07 6:24
bob169723-Nov-07 6:24 
GeneralRe: Ask for permission when modifying Registry Pin
ashishbhatt4-Nov-07 17:19
ashishbhatt4-Nov-07 17:19 
GeneralRe: Ask for permission when modifying Registry Pin
bob169724-Nov-07 17:54
bob169724-Nov-07 17:54 
Questionlict control print Pin
samira forooghi3-Nov-07 0:01
samira forooghi3-Nov-07 0:01 
AnswerRe: lict control print Pin
Hamid_RT3-Nov-07 0:32
Hamid_RT3-Nov-07 0:32 
AnswerRe: lict control print Pin
Nelek4-Nov-07 21:27
protectorNelek4-Nov-07 21:27 
Questionwhat is the basc class? Pin
panthal2-Nov-07 23:36
panthal2-Nov-07 23:36 
AnswerRe: what is the basc class? Pin
toxcct3-Nov-07 1:35
toxcct3-Nov-07 1:35 
QuestionVirtualAlloc v.s. malloc Pin
George_George2-Nov-07 21:17
George_George2-Nov-07 21:17 
AnswerRe: VirtualAlloc v.s. malloc Pin
followait2-Nov-07 23:27
followait2-Nov-07 23:27 
GeneralRe: VirtualAlloc v.s. malloc Pin
George_George3-Nov-07 1:35
George_George3-Nov-07 1:35 

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.