Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: read stl files Pin
saisp26-Jul-07 23:42
saisp26-Jul-07 23:42 
GeneralRe: read stl files Pin
beko27-Jul-07 4:17
beko27-Jul-07 4:17 
GeneralRe: read stl files Pin
CPallini26-Jul-07 23:42
mveCPallini26-Jul-07 23:42 
GeneralRe: read stl files Pin
saisp26-Jul-07 23:49
saisp26-Jul-07 23:49 
QuestionView Style Changes when switching the compiler option _UNICODE to _MBCS [modified] Pin
F.Falk26-Jul-07 22:42
F.Falk26-Jul-07 22:42 
AnswerRe: View Style Changes when switching the compiler option _UNICODE to _MBCS Pin
Mark Salsbery27-Jul-07 6:24
Mark Salsbery27-Jul-07 6:24 
QuestionCreateProcess with write permission Pin
slasktrat26-Jul-07 22:38
slasktrat26-Jul-07 22:38 
AnswerRe: CreateProcess with write permission Pin
Sam_c26-Jul-07 23:08
Sam_c26-Jul-07 23:08 
in a bit of a rush... so sorry if this isnt much help Frown | :(


i believe off the top of my head that it depends on how the process is created and under which user rights it is, to allow writing and general interaction.


you want to use
CreateProcessAsUser()[^]

and either get the user account logon or run under impersonation token.
that should fix your problem Smile | :)


GeneralRe: CreateProcess with write permission Pin
slasktrat26-Jul-07 23:34
slasktrat26-Jul-07 23:34 
GeneralRe: CreateProcess with write permission Pin
Sam_c27-Jul-07 0:28
Sam_c27-Jul-07 0:28 
QuestionMemory Allocation Problem Pin
rjkg26-Jul-07 21:04
rjkg26-Jul-07 21:04 
AnswerRe: Memory Allocation Problem Pin
VonHagNDaz27-Jul-07 1:35
VonHagNDaz27-Jul-07 1:35 
AnswerRe: Memory Allocation Problem Pin
rjkg27-Jul-07 21:34
rjkg27-Jul-07 21:34 
Questionhtml-help: expand all contents tabs Pin
includeh1026-Jul-07 21:00
includeh1026-Jul-07 21:00 
Question.obj file Pin
ShilpiP26-Jul-07 19:08
ShilpiP26-Jul-07 19:08 
AnswerRe: .obj file Pin
CPallini26-Jul-07 20:49
mveCPallini26-Jul-07 20:49 
GeneralRe: .obj file Pin
ShilpiP26-Jul-07 21:22
ShilpiP26-Jul-07 21:22 
GeneralRe: .obj file Pin
CPallini26-Jul-07 21:47
mveCPallini26-Jul-07 21:47 
GeneralRe: .obj file Pin
ShilpiP26-Jul-07 23:01
ShilpiP26-Jul-07 23:01 
GeneralRe: .obj file Pin
CPallini26-Jul-07 23:13
mveCPallini26-Jul-07 23:13 
GeneralRe: .obj file Pin
ShilpiP26-Jul-07 23:22
ShilpiP26-Jul-07 23:22 
GeneralRe: .obj file Pin
Shouvik Das26-Jul-07 23:48
Shouvik Das26-Jul-07 23:48 
GeneralRe: .obj file Pin
CPallini27-Jul-07 0:03
mveCPallini27-Jul-07 0:03 
QuestionCreating xml file Pin
Maynka26-Jul-07 18:57
Maynka26-Jul-07 18:57 
AnswerRe: Creating xml file Pin
Christian Graus26-Jul-07 19:42
protectorChristian Graus26-Jul-07 19:42 

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.