Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInternetFindNextFile Pin
messages19-Apr-06 7:15
messages19-Apr-06 7:15 
QuestionRe: InternetFindNextFile Pin
David Crow19-Apr-06 7:34
David Crow19-Apr-06 7:34 
AnswerRe: InternetFindNextFile Pin
messages19-Apr-06 7:38
messages19-Apr-06 7:38 
QuestionRe: InternetFindNextFile Pin
David Crow19-Apr-06 7:43
David Crow19-Apr-06 7:43 
AnswerRe: InternetFindNextFile Pin
messages19-Apr-06 7:58
messages19-Apr-06 7:58 
GeneralRe: InternetFindNextFile Pin
Gavin Taylor19-Apr-06 8:43
professionalGavin Taylor19-Apr-06 8:43 
QuestionHow to use two resource file in mfc project ? Pin
ldaoust19-Apr-06 7:12
ldaoust19-Apr-06 7:12 
QuestionEnvironment variables Pin
QuaKx19-Apr-06 6:36
QuaKx19-Apr-06 6:36 
If I have a service running set up with Local System account.
Then if I get the System variable 'TEMP' with:
char* tempPath = ::getenv("TEMP");

I will get the variable that is set under "System variables" under "Environment variables" in System properties.

When I later run my client, I will get the current users TEMP path with the same call.
Since that user as it's own defenition of TEMP. ("User variable for XXX" under "Environment variables" in System properties.)

How can I get the "System variable" value for the TEMP variable when running as a the XXX user?
Or in other words: How can I get whatever the service is returned from the client?

//T
AnswerRe: Environment variables Pin
David Crow19-Apr-06 7:02
David Crow19-Apr-06 7:02 
GeneralRe: Environment variables Pin
QuaKx19-Apr-06 21:01
QuaKx19-Apr-06 21:01 
AnswerRe: Environment variables Pin
ldaoust19-Apr-06 7:22
ldaoust19-Apr-06 7:22 
GeneralRe: Environment variables Pin
QuaKx19-Apr-06 21:03
QuaKx19-Apr-06 21:03 
AnswerRe: Environment variables Pin
toxcct19-Apr-06 7:57
toxcct19-Apr-06 7:57 
GeneralRe: Environment variables Pin
QuaKx19-Apr-06 21:05
QuaKx19-Apr-06 21:05 
QuestionProblem in CFontDialog Customisation Pin
Sarvan AL19-Apr-06 5:46
Sarvan AL19-Apr-06 5:46 
QuestionForce a CHtmlView to recalc its layout Pin
Taka Muraoka19-Apr-06 5:16
Taka Muraoka19-Apr-06 5:16 
AnswerRe: Force a CHtmlView to recalc its layout Pin
Sheng Jiang 蒋晟19-Apr-06 9:06
Sheng Jiang 蒋晟19-Apr-06 9:06 
QuestionMFC Converter Pin
DodgyG19-Apr-06 4:45
DodgyG19-Apr-06 4:45 
AnswerRe: MFC Converter Pin
Mila02519-Apr-06 4:51
Mila02519-Apr-06 4:51 
GeneralRe: MFC Converter Pin
DodgyG19-Apr-06 4:58
DodgyG19-Apr-06 4:58 
QuestionRe: MFC Converter Pin
David Crow19-Apr-06 5:22
David Crow19-Apr-06 5:22 
AnswerRe: MFC Converter Pin
DodgyG19-Apr-06 5:27
DodgyG19-Apr-06 5:27 
QuestionRe: MFC Converter Pin
David Crow19-Apr-06 5:33
David Crow19-Apr-06 5:33 
AnswerRe: MFC Converter Pin
DodgyG19-Apr-06 5:58
DodgyG19-Apr-06 5:58 
GeneralRe: MFC Converter Pin
Mike Dimmick19-Apr-06 5:33
Mike Dimmick19-Apr-06 5: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.