Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# 2010 string Pin
Matt T Heffron25-Jun-12 9:37
professionalMatt T Heffron25-Jun-12 9:37 
AnswerRe: C# 2010 string Pin
Abhinav S21-Jun-12 19:42
Abhinav S21-Jun-12 19:42 
AnswerRe: C# 2010 string PinPopular
Richard MacCutchan21-Jun-12 22:40
mveRichard MacCutchan21-Jun-12 22:40 
AnswerRe: C# 2010 string Pin
BobJanova22-Jun-12 3:34
BobJanova22-Jun-12 3:34 
AnswerRe: C# 2010 string Pin
ernesto fazolo22-Jun-12 7:02
ernesto fazolo22-Jun-12 7:02 
QuestionWindows media Player sound output Pin
DArkiii21-Jun-12 7:49
DArkiii21-Jun-12 7:49 
QuestionCurrent process information Pin
a.fatemeh21-Jun-12 4:44
a.fatemeh21-Jun-12 4:44 
AnswerRe: Current process information Pin
Luc Pattyn21-Jun-12 5:27
sitebuilderLuc Pattyn21-Jun-12 5:27 
whenever your app does something, it IS the current process. Therefore, GetCurrentProcess() isn't going to help you getting information about other processes.

The Process class does hold what you need, however, be aware there are a number of system processes you are not allowed to get information about (You would get some kind of access violation when you try). An alternative route would be using WMI, probably with the exact same limitations.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: Current process information Pin
a.fatemeh21-Jun-12 6:09
a.fatemeh21-Jun-12 6:09 
AnswerRe: Current process information Pin
markovl21-Jun-12 7:14
markovl21-Jun-12 7:14 
GeneralRe: Current process information Pin
a.fatemeh21-Jun-12 7:28
a.fatemeh21-Jun-12 7:28 
AnswerRe: Current process information Pin
markovl21-Jun-12 7:46
markovl21-Jun-12 7:46 
Questionstore SQLite file Pin
nike0721-Jun-12 3:06
nike0721-Jun-12 3:06 
AnswerRe: store SQLite file Pin
Eddy Vluggen21-Jun-12 3:40
professionalEddy Vluggen21-Jun-12 3:40 
QuestionHow to add a player name from one form to another Pin
Member 833684820-Jun-12 17:30
Member 833684820-Jun-12 17:30 
AnswerRe: How to add a player name from one form to another Pin
Mycroft Holmes20-Jun-12 17:36
professionalMycroft Holmes20-Jun-12 17:36 
AnswerRe: How to add a player name from one form to another Pin
OriginalGriff20-Jun-12 20:25
mveOriginalGriff20-Jun-12 20:25 
AnswerRe: How to add a player name from one form to another Pin
OctavioNA22-Jun-12 7:32
OctavioNA22-Jun-12 7:32 
Questionerror code Pin
a.fatemeh20-Jun-12 8:54
a.fatemeh20-Jun-12 8:54 
AnswerRe: error code Pin
markovl20-Jun-12 9:04
markovl20-Jun-12 9:04 
GeneralRe: error code Pin
a.fatemeh20-Jun-12 9:39
a.fatemeh20-Jun-12 9:39 
QuestionButtons on C# sharp app now cause System sounder to beep! Pin
glennPattonWork319-Jun-12 23:49
professionalglennPattonWork319-Jun-12 23:49 
AnswerRe: Buttons on C# sharp app now cause System sounder to beep! Pin
Hum Dum20-Jun-12 1:40
Hum Dum20-Jun-12 1:40 
GeneralRe: Buttons on C# sharp app now cause System sounder to beep! Pin
glennPattonWork320-Jun-12 1:52
professionalglennPattonWork320-Jun-12 1:52 
AnswerRe: Buttons on C# sharp app now cause System sounder to beep! Pin
احمد مقبل الصراري20-Jun-12 9:18
احمد مقبل الصراري20-Jun-12 9:18 

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.