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

C / C++ / MFC

 
QuestionRemoving the scrollbars from a CFormView derived class Pin
Sternocera3-Nov-07 7:17
Sternocera3-Nov-07 7:17 
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 
Hello

I have written a small application which reads the registry keys present in a .txt file and tries to export each key using regedit, i.e. I read each line of the file (which is a key) and using the commandline for regedit (regedit /e "target file" "source key") I export it into a folder creating a new .reg file for each key read from the file.

Now in my .txt file there are around 11,500 keys. The keys are successfully exported till 5450, but after that calling CreateProcess on regedit returns error no. 1450 (no system resources) and all the subsequent keys are not exported into the target folder.

What could be the reason for this error to come up? And how should I change the logic so that this error doesnt come up and all the 11500 keys are exported as different .reg files into my target folder?

Thanx.
AnswerRe: CreateProcess returns Error 1450 - No sufficient resources to complete requested service Pin
bob169723-Nov-07 6:40
bob169723-Nov-07 6:40 
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 

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.