Click here to Skip to main content
15,894,106 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNeed help with member function pointer Pin
anbluemoon31-Dec-09 19:18
anbluemoon31-Dec-09 19:18 
AnswerRe: Need help with member function pointer Pin
KingsGambit31-Dec-09 19:44
KingsGambit31-Dec-09 19:44 
GeneralRe: Need help with member function pointer Pin
anbluemoon31-Dec-09 21:14
anbluemoon31-Dec-09 21:14 
AnswerRe: Need help with member function pointer Pin
N a v a n e e t h1-Jan-10 3:53
N a v a n e e t h1-Jan-10 3:53 
QuestionHow to use CreateProcess win 32 api function Pin
NIR WINTER31-Dec-09 12:29
NIR WINTER31-Dec-09 12:29 
AnswerRe: How to use CreateProcess win 32 api function Pin
Garth J Lancaster31-Dec-09 13:07
professionalGarth J Lancaster31-Dec-09 13:07 
AnswerRe: How to use CreateProcess win 32 api function Pin
Chuck O'Toole31-Dec-09 15:15
Chuck O'Toole31-Dec-09 15:15 
AnswerRe: How to use CreateProcess win 32 api function Pin
Rozis1-Jan-10 4:58
Rozis1-Jan-10 4:58 
I checked your code against mine and see the following differences:

- Creation flags. I use: normal_priority_class+CREATE_NEW_PROCESS_GROUP
- I use CreateProcess(NULL,"C:\Program files....". Thus turn the first 2 arguments.
- Try parent starting directory "c:\Program Files\Windows Live\Messenger". Or try to run something in the windows folder. Guess that the folder is not accessable. As mentioned try to run
it manually from the commandline.
- Set si.wShowWindow to SW_SHOWNORMAL

Does this help?

Rozis
AnswerRe: How to use CreateProcess win 32 api function Pin
«_Superman_»1-Jan-10 14:43
professional«_Superman_»1-Jan-10 14:43 
QuestionImplementing Windows Pin
MrMcIntyre31-Dec-09 10:19
MrMcIntyre31-Dec-09 10:19 
QuestionRe: Implementing Windows Pin
CPallini31-Dec-09 10:23
mveCPallini31-Dec-09 10:23 
AnswerRe: Implementing Windows Pin
MrMcIntyre31-Dec-09 10:26
MrMcIntyre31-Dec-09 10:26 
GeneralRe: Implementing Windows Pin
Abhi Lahare31-Dec-09 10:29
Abhi Lahare31-Dec-09 10:29 
GeneralRe: Implementing Windows Pin
CPallini31-Dec-09 10:35
mveCPallini31-Dec-09 10:35 
GeneralRe: Implementing Windows Pin
MrMcIntyre31-Dec-09 10:42
MrMcIntyre31-Dec-09 10:42 
GeneralRe: Implementing Windows Pin
CPallini31-Dec-09 10:51
mveCPallini31-Dec-09 10:51 
GeneralRe: Implementing Windows Pin
MrMcIntyre31-Dec-09 10:56
MrMcIntyre31-Dec-09 10:56 
GeneralRe: Implementing Windows Pin
Abhi Lahare31-Dec-09 11:07
Abhi Lahare31-Dec-09 11:07 
GeneralRe: Implementing Windows Pin
MrMcIntyre31-Dec-09 11:20
MrMcIntyre31-Dec-09 11:20 
QuestionRe: Implementing Windows PinPopular
enhzflep31-Dec-09 13:30
enhzflep31-Dec-09 13:30 
GeneralRe: Implementing Windows Pin
Tim Craig31-Dec-09 13:31
Tim Craig31-Dec-09 13:31 
GeneralRe: Implementing Windows Pin
enhzflep31-Dec-09 15:43
enhzflep31-Dec-09 15:43 
GeneralRe: Implementing Windows Pin
Tim Craig31-Dec-09 20:03
Tim Craig31-Dec-09 20:03 
GeneralRe: Implementing Windows Pin
enhzflep1-Jan-10 3:46
enhzflep1-Jan-10 3:46 
GeneralRe: Implementing Windows Pin
Tim Craig1-Jan-10 17:39
Tim Craig1-Jan-10 17:39 

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.