Click here to Skip to main content
15,905,967 members
Home / Discussions / C#
   

C#

 
GeneralRe: How Search Engine Works Pin
Paul Conrad19-Jul-07 9:21
professionalPaul Conrad19-Jul-07 9:21 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:35
BoneSoft19-Jul-07 10:35 
GeneralRe: How Search Engine Works Pin
Paul Conrad19-Jul-07 10:39
professionalPaul Conrad19-Jul-07 10:39 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:51
BoneSoft19-Jul-07 10:51 
JokeRe: How Search Engine Works Pin
Luc Pattyn19-Jul-07 9:22
sitebuilderLuc Pattyn19-Jul-07 9:22 
GeneralRe: How Search Engine Works Pin
monafr8119-Jul-07 9:26
monafr8119-Jul-07 9:26 
GeneralRe: How Search Engine Works Pin
Larantz19-Jul-07 9:32
Larantz19-Jul-07 9:32 
GeneralRe: How Search Engine Works Pin
monafr8119-Jul-07 9:36
monafr8119-Jul-07 9:36 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:37
BoneSoft19-Jul-07 10:37 
GeneralRe: How Search Engine Works Pin
Vasudevan Deepak Kumar19-Jul-07 18:41
Vasudevan Deepak Kumar19-Jul-07 18:41 
GeneralRe: How Search Engine Works Pin
BoneSoft20-Jul-07 6:11
BoneSoft20-Jul-07 6:11 
GeneralRe: How Search Engine Works Pin
Member 1354794410-Dec-17 22:43
Member 1354794410-Dec-17 22:43 
AnswerRe: How Search Engine Works Pin
DavidNohejl19-Jul-07 11:00
DavidNohejl19-Jul-07 11:00 
QuestionHow to get all environment variable of a process Pin
SteveA6919-Jul-07 8:13
SteveA6919-Jul-07 8:13 
AnswerRe: How to get all environment variable of a process Pin
Ian Shlasko19-Jul-07 8:32
Ian Shlasko19-Jul-07 8:32 
GeneralRe: How to get all environment variable of a process Pin
Luc Pattyn19-Jul-07 8:42
sitebuilderLuc Pattyn19-Jul-07 8:42 
AnswerRe: How to get all environment variable of a process Pin
Luc Pattyn19-Jul-07 8:36
sitebuilderLuc Pattyn19-Jul-07 8:36 
GeneralRe: How to get all environment variable of a process Pin
SteveA6920-Jul-07 1:58
SteveA6920-Jul-07 1:58 
GeneralRe: How to get all environment variable of a process Pin
Luc Pattyn20-Jul-07 3:47
sitebuilderLuc Pattyn20-Jul-07 3:47 
GeneralRe: How to get all environment variable of a process Pin
SteveA6920-Jul-07 11:42
SteveA6920-Jul-07 11:42 
GeneralRe: How to get all environment variable of a process Pin
Luc Pattyn20-Jul-07 16:01
sitebuilderLuc Pattyn20-Jul-07 16:01 
GeneralRe: How to get all environment variable of a process Pin
SteveA6920-Jul-07 23:47
SteveA6920-Jul-07 23:47 
Hi Luc,

o.k. if you mean the process explorer shows only the initial environment variables, then you could explain me why the process explorer see more variables than my program.

Try this:
Start CMD
set TEST=ABC
notepad

Now search in process explorer the process "notepad".
Then doubleclick on it and look into the environments.
You can see the Variable TEST.

If I try to get this "TEST"-Variable with my program, I don't get this one with the methode Startinfo.EnvironmentVariables.
But I need this "TEST"-Variable.


Why ?

Confused | :confused:
Stephan
GeneralRe: How to get all environment variable of a process Pin
Luc Pattyn21-Jul-07 0:55
sitebuilderLuc Pattyn21-Jul-07 0:55 
GeneralRe: How to get all environment variable of a process Pin
SteveA6923-Jul-07 2:06
SteveA6923-Jul-07 2:06 
GeneralRe: How to get all environment variable of a process Pin
Luc Pattyn23-Jul-07 3:00
sitebuilderLuc Pattyn23-Jul-07 3:00 

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.