Click here to Skip to main content
15,891,513 members
Home / Discussions / C#
   

C#

 
GeneralRe: AssemblyInfo Version Number Pin
Shyam K Pananghat26-Feb-09 0:50
Shyam K Pananghat26-Feb-09 0:50 
GeneralRe: AssemblyInfo Version Number Pin
Giorgi Dalakishvili26-Feb-09 0:52
mentorGiorgi Dalakishvili26-Feb-09 0:52 
QuestionC# can't recognize a codeline "using Microsoft.DirectX" Pin
pavelnaru26-Feb-09 0:14
pavelnaru26-Feb-09 0:14 
AnswerRe: C# can't recognize a codeline "using Microsoft.DirectX" Pin
Giorgi Dalakishvili26-Feb-09 0:42
mentorGiorgi Dalakishvili26-Feb-09 0:42 
GeneralRe: C# can't recognize a codeline "using Microsoft.DirectX" Pin
Shyam K Pananghat26-Feb-09 0:56
Shyam K Pananghat26-Feb-09 0:56 
GeneralRe: C# can't recognize a codeline "using Microsoft.DirectX" Pin
pavelnaru26-Feb-09 7:49
pavelnaru26-Feb-09 7:49 
Questionpocess username Pin
shefa' isied25-Feb-09 23:49
shefa' isied25-Feb-09 23:49 
AnswerRe: pocess username Pin
Shyam K Pananghat26-Feb-09 0:48
Shyam K Pananghat26-Feb-09 0:48 
Hope you did't see the answer to your first question.
Which was

"You can use System.Diagnostics.Process.GetCurrentProcess to get the list of process which are running, assign it to the "Process" class one by one and then you can find a whole lot of info about each process"

"Process p=new Process();" create a new... i mean fresh instance of .Net process class which helps you to manage an external process.
and almost all of it's initializers will be empty unless you provide one

System.Diagnostics.Process.GetCurrentProcess get an array of processes which you can use
Process[] p = System.Diagnostics.Process.GetCurrentProcess [];

Smile | :)


QuestionWhat is your Opinion about Generics ? Pin
Shyam K Pananghat25-Feb-09 23:30
Shyam K Pananghat25-Feb-09 23:30 
AnswerRe: What is your Opinion about Generics ? PinPopular
J4amieC25-Feb-09 23:37
J4amieC25-Feb-09 23:37 
GeneralRe: What is your Opinion about Generics ? Pin
Shyam K Pananghat26-Feb-09 0:14
Shyam K Pananghat26-Feb-09 0:14 
GeneralRe: What is your Opinion about Generics ? Pin
J4amieC26-Feb-09 0:45
J4amieC26-Feb-09 0:45 
GeneralRe: What is your Opinion about Generics ? Pin
Shyam K Pananghat26-Feb-09 1:11
Shyam K Pananghat26-Feb-09 1:11 
GeneralRe: What is your Opinion about Generics ? Pin
Eddy Vluggen26-Feb-09 1:34
professionalEddy Vluggen26-Feb-09 1:34 
GeneralRe: What is your Opinion about Generics ? Pin
Megidolaon26-Feb-09 2:05
Megidolaon26-Feb-09 2:05 
GeneralRe: What is your Opinion about Generics ? Pin
Eddy Vluggen26-Feb-09 3:17
professionalEddy Vluggen26-Feb-09 3:17 
AnswerRe: What is your Opinion about Generics ? Pin
PIEBALDconsult26-Feb-09 4:07
mvePIEBALDconsult26-Feb-09 4:07 
GeneralI need your reviews. [modified] Pin
massu_vago25-Feb-09 23:24
massu_vago25-Feb-09 23:24 
GeneralRe: I need your reviews. Pin
Cracked-Down25-Feb-09 23:30
Cracked-Down25-Feb-09 23:30 
GeneralRe: I need your reviews. Pin
Eddy Vluggen26-Feb-09 3:36
professionalEddy Vluggen26-Feb-09 3:36 
QuestionResizing window changes User control's top left position Pin
AksharRoop25-Feb-09 23:14
AksharRoop25-Feb-09 23:14 
AnswerRe: Resizing window changes User control's top left position Pin
Shyam K Pananghat25-Feb-09 23:19
Shyam K Pananghat25-Feb-09 23:19 
GeneralRe: Resizing window changes User control's top left position Pin
AksharRoop26-Feb-09 0:05
AksharRoop26-Feb-09 0:05 
AnswerRe: Resizing window changes User control's top left position Pin
#realJSOP25-Feb-09 23:54
mve#realJSOP25-Feb-09 23:54 
QuestionProblem with downloading file from FTP through HTTP-proxy [modified] Pin
STeAlth-S25-Feb-09 23:11
STeAlth-S25-Feb-09 23:11 

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.