Click here to Skip to main content
15,917,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC++ DLL Pin
cberam15-Aug-03 18:39
cberam15-Aug-03 18:39 
GeneralRe: VC++ DLL Pin
David Crow18-Aug-03 2:21
David Crow18-Aug-03 2:21 
GeneralI need help with a dialog box Pin
hari seldon13-Aug-03 23:44
hari seldon13-Aug-03 23:44 
GeneralRe: I need help with a dialog box Pin
David Crow14-Aug-03 3:18
David Crow14-Aug-03 3:18 
GeneralRe: I need help with a dialog box Pin
vcplusplus14-Aug-03 3:23
vcplusplus14-Aug-03 3:23 
GeneralNeed help with a dialog box Pin
Anonymous13-Aug-03 23:27
Anonymous13-Aug-03 23:27 
Generalporblem with Createprocess within dialog box Pin
Deepak Samuel13-Aug-03 22:38
Deepak Samuel13-Aug-03 22:38 
GeneralRe: porblem with Createprocess within dialog box Pin
Magnus Westin13-Aug-03 23:15
Magnus Westin13-Aug-03 23:15 
Hi
This is from the MSDN doc for CreateProcess

"The created process remains in the system until all threads within the process have terminated and all handles to the process and any of its threads have been closed through calls to CloseHandle. The handles for both the process and the main thread must be closed through calls to CloseHandle. If these handles are not needed, it is best to close them immediately after the process is created."

Which means you have to call CloseHandle on
PROCESS_INFORMATION::hProcess
PROCESS_INFORMATION::hThread


Magnus
Generalrestarting PC Pin
boon kian13-Aug-03 21:57
boon kian13-Aug-03 21:57 
GeneralRe: restarting PC Pin
Serge Krynine13-Aug-03 22:56
Serge Krynine13-Aug-03 22:56 
GeneralRe: restarting PC Pin
rohit.dhamija14-Aug-03 0:12
rohit.dhamija14-Aug-03 0:12 
QuestionWhere is color in palette of 256 colored bitmap -tranparent ? Pin
vgrigor13-Aug-03 21:19
vgrigor13-Aug-03 21:19 
AnswerRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
Steve S13-Aug-03 23:43
Steve S13-Aug-03 23:43 
GeneralRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
vgrigor14-Aug-03 0:12
vgrigor14-Aug-03 0:12 
GeneralRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
jhwurmbach14-Aug-03 4:05
jhwurmbach14-Aug-03 4:05 
GeneralRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
vgrigor14-Aug-03 4:17
vgrigor14-Aug-03 4:17 
GeneralRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
smee14-Aug-03 8:15
smee14-Aug-03 8:15 
GeneralDeleteFile API .....plz help Pin
rohit.dhamija13-Aug-03 21:17
rohit.dhamija13-Aug-03 21:17 
GeneralRe: DeleteFile API .....plz help Pin
rohit.dhamija13-Aug-03 23:24
rohit.dhamija13-Aug-03 23:24 
GeneralRe: DeleteFile API .....plz help Pin
Magnus Westin13-Aug-03 23:33
Magnus Westin13-Aug-03 23:33 
GeneralRe: DeleteFile API .....plz help Pin
Abin15-Aug-03 20:16
Abin15-Aug-03 20:16 
GeneralManaging Multiple Docs/Views in a MDI MFC App Pin
bneacetp13-Aug-03 20:26
bneacetp13-Aug-03 20:26 
GeneralRe: Managing Multiple Docs/Views in a MDI MFC App Pin
G. Steudtel14-Aug-03 3:41
G. Steudtel14-Aug-03 3:41 
GeneralRe: Managing Multiple Docs/Views in a MDI MFC App Pin
Steve S14-Aug-03 5:42
Steve S14-Aug-03 5:42 
QuestionHow to add text below the Icon dynamically? Pin
forfuture113-Aug-03 20:13
forfuture113-Aug-03 20:13 

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.