Click here to Skip to main content
15,923,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing pointer to other process Pin
JMGIC4-Jul-08 5:41
JMGIC4-Jul-08 5:41 
QuestionConverting existing VC++ Applications to be Compatible with Vista Pin
NiceNaidu4-Jul-08 3:30
NiceNaidu4-Jul-08 3:30 
AnswerRe: Converting existing VC++ Applications to be Compatible with Vista Pin
Mark Salsbery4-Jul-08 11:39
Mark Salsbery4-Jul-08 11:39 
GeneralRe: Converting existing VC++ Applications to be Compatible with Vista Pin
NiceNaidu6-Jul-08 4:43
NiceNaidu6-Jul-08 4:43 
QuestionDialogbar shown as modal dialog Pin
ilgale4-Jul-08 3:19
ilgale4-Jul-08 3:19 
QuestionHow can I handle right-click of my application itself ? Pin
SherTeks4-Jul-08 2:10
SherTeks4-Jul-08 2:10 
AnswerRe: How can I handle right-click of my application itself ? Pin
Iain Clarke, Warrior Programmer4-Jul-08 2:25
Iain Clarke, Warrior Programmer4-Jul-08 2:25 
AnswerRe: How can I handle right-click of my application itself ? Pin
Nibu babu thomas4-Jul-08 2:37
Nibu babu thomas4-Jul-08 2:37 
QuestionIncrease number of files that can be opened Pin
Amit4u4-Jul-08 1:41
Amit4u4-Jul-08 1:41 
AnswerRe: Increase number of files that can be opened Pin
vineeshV4-Jul-08 1:57
vineeshV4-Jul-08 1:57 
QuestionRe: Increase number of files that can be opened Pin
CPallini4-Jul-08 2:09
mveCPallini4-Jul-08 2:09 
AnswerRe: Increase number of files that can be opened Pin
vineeshV4-Jul-08 2:46
vineeshV4-Jul-08 2:46 
GeneralRe: Increase number of files that can be opened Pin
CPallini4-Jul-08 2:55
mveCPallini4-Jul-08 2:55 
GeneralRe: Increase number of files that can be opened Pin
vineeshV4-Jul-08 3:21
vineeshV4-Jul-08 3:21 
QuestionRe: Increase number of files that can be opened Pin
CPallini4-Jul-08 2:07
mveCPallini4-Jul-08 2:07 
AnswerRe: Increase number of files that can be opened Pin
Iain Clarke, Warrior Programmer4-Jul-08 2:28
Iain Clarke, Warrior Programmer4-Jul-08 2:28 
AnswerRe: Increase number of files that can be opened Pin
Randor 4-Jul-08 5:54
professional Randor 4-Jul-08 5:54 
QuestionC++ ATL DLL Addin for Windows Mail is blocked by Vista's DEP Pin
dolly4-Jul-08 1:34
dolly4-Jul-08 1:34 
AnswerRe: C++ ATL DLL Addin for Windows Mail is blocked by Vista's DEP Pin
Iain Clarke, Warrior Programmer4-Jul-08 2:38
Iain Clarke, Warrior Programmer4-Jul-08 2:38 
GeneralRe: C++ ATL DLL Addin for Windows Mail is blocked by Vista's DEP Pin
dolly7-Jul-08 18:45
dolly7-Jul-08 18:45 
QuestionProduct ID and vendor ID of the devices Pin
Y K Kishore Kumar4-Jul-08 1:30
Y K Kishore Kumar4-Jul-08 1:30 
AnswerRe: Product ID and vendor ID of the devices Pin
_AnsHUMAN_ 4-Jul-08 1:59
_AnsHUMAN_ 4-Jul-08 1:59 
QuestionCreateProcessAsUser Pin
vineeshV4-Jul-08 1:17
vineeshV4-Jul-08 1:17 
In my code i am using CreateProcessAsUser to create new process.The purpopse of the code to execute any of the process (console applicaions and window applicaions ) .The code is build as a service and after the CreateProcessAsUser ,the process id of the newly created process will be returned .The functionality works fine for window based applications (notepad ,regedit ..etc..) but when console applications such as cmd are passed to the CreateProcessAsUser ,the function returns process id ,but no such process informations are found in the task manager .. I think the newly created processes getting exitied as soon as they are spawned ..
Can any body help me in this ...

vineesh

AnswerRe: CreateProcessAsUser Pin
marcio k6-Jul-08 20:48
marcio k6-Jul-08 20:48 
QuestionCreate really long timers in MFC Pin
cagespear4-Jul-08 0:49
cagespear4-Jul-08 0:49 

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.