Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Validating user credentials on a Stand alone system Pin
David Crow17-May-07 5:26
David Crow17-May-07 5:26 
AnswerRe: Validating user credentials on a Stand alone system Pin
chitrag_raju17-May-07 5:35
chitrag_raju17-May-07 5:35 
GeneralRe: Validating user credentials on a Stand alone system Pin
David Crow17-May-07 5:41
David Crow17-May-07 5:41 
GeneralRe: Validating user credentials on a Stand alone system Pin
Mark Salsbery17-May-07 6:33
Mark Salsbery17-May-07 6:33 
QuestionCreateProcess Pin
Try17-May-07 2:01
Try17-May-07 2:01 
AnswerRe: CreateProcess Pin
Arman S.17-May-07 2:18
Arman S.17-May-07 2:18 
GeneralRe: CreateProcess Pin
Try17-May-07 2:47
Try17-May-07 2:47 
GeneralRe: CreateProcess Pin
Mark Salsbery17-May-07 5:28
Mark Salsbery17-May-07 5:28 
Shell32.dll wrote:
CreateProcess returns BOOL value.


CreateProcess() also fills a PROCESS_INFORMATION struct which contains handles to the created
process and main thread (did you know you need to close those when you don't need them?).
You can use the hProcess member of that struct in a wait function.

Shell32.dll wrote:
Please tell me how to disable current window. That is what i want..


EnableWindow(hwnd, FALSE)

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

AnswerRe: CreateProcess Pin
Nibu babu thomas17-May-07 2:20
Nibu babu thomas17-May-07 2:20 
QuestionDLL Problem Pin
Syamlal S Nair17-May-07 1:50
Syamlal S Nair17-May-07 1:50 
QuestionRe: DLL Problem Pin
CPallini17-May-07 1:59
mveCPallini17-May-07 1:59 
AnswerRe: DLL Problem Pin
Syamlal S Nair17-May-07 2:04
Syamlal S Nair17-May-07 2:04 
GeneralRe: DLL Problem Pin
Moak17-May-07 2:28
Moak17-May-07 2:28 
AnswerRe: DLL Problem Pin
prasad_som17-May-07 2:00
prasad_som17-May-07 2:00 
AnswerRe: DLL Problem Pin
Hamid_RT17-May-07 2:01
Hamid_RT17-May-07 2:01 
Questionfile path Pin
deeps_cute17-May-07 1:43
deeps_cute17-May-07 1:43 
AnswerRe: file path Pin
Hamid_RT17-May-07 1:48
Hamid_RT17-May-07 1:48 
AnswerRe: file path Pin
CPallini17-May-07 1:48
mveCPallini17-May-07 1:48 
AnswerRe: file path Pin
_AnsHUMAN_ 17-May-07 1:49
_AnsHUMAN_ 17-May-07 1:49 
GeneralRe: file path Pin
deeps_cute17-May-07 2:04
deeps_cute17-May-07 2:04 
JokeRe: file path Pin
Hamid_RT17-May-07 2:07
Hamid_RT17-May-07 2:07 
GeneralRe: file path Pin
deeps_cute17-May-07 2:12
deeps_cute17-May-07 2:12 
GeneralRe: file path Pin
_AnsHUMAN_ 17-May-07 2:22
_AnsHUMAN_ 17-May-07 2:22 
GeneralRe: file path Pin
_AnsHUMAN_ 17-May-07 2:24
_AnsHUMAN_ 17-May-07 2:24 
GeneralRe: file path Pin
Hamid_RT17-May-07 2:33
Hamid_RT17-May-07 2:33 

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.