Click here to Skip to main content
15,903,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: Add five zéros on the left of int Pin
alantu16-Feb-09 15:49
alantu16-Feb-09 15:49 
QuestionRead string with é, è, à Pin
abbd16-Feb-09 8:30
abbd16-Feb-09 8:30 
AnswerRe: Read string with é, è, à Pin
Tony Pottier16-Feb-09 9:24
Tony Pottier16-Feb-09 9:24 
GeneralRe: Read string with é, è, à Pin
abbd16-Feb-09 21:15
abbd16-Feb-09 21:15 
Questionproblem whit Combo-Box Pin
E_Gold16-Feb-09 7:32
E_Gold16-Feb-09 7:32 
AnswerRe: problem whit Combo-Box Pin
Eddy Vluggen16-Feb-09 7:40
professionalEddy Vluggen16-Feb-09 7:40 
GeneralRe: problem whit Combo-Box Pin
Xmen Real 16-Feb-09 7:56
professional Xmen Real 16-Feb-09 7:56 
GeneralRe: problem whit Combo-Box Pin
Eddy Vluggen16-Feb-09 8:12
professionalEddy Vluggen16-Feb-09 8:12 
GeneralRe: problem whit Combo-Box Pin
E_Gold16-Feb-09 8:24
E_Gold16-Feb-09 8:24 
GeneralRe: problem whit Combo-Box Pin
Eddy Vluggen16-Feb-09 9:08
professionalEddy Vluggen16-Feb-09 9:08 
GeneralRe: problem whit Combo-Box Pin
E_Gold16-Feb-09 10:25
E_Gold16-Feb-09 10:25 
GeneralRe: problem whit Combo-Box Pin
Eddy Vluggen16-Feb-09 10:56
professionalEddy Vluggen16-Feb-09 10:56 
QuestionInherit Process Pin
Xmen Real 16-Feb-09 7:31
professional Xmen Real 16-Feb-09 7:31 
AnswerRe: Inherit Process Pin
Eddy Vluggen16-Feb-09 7:43
professionalEddy Vluggen16-Feb-09 7:43 
GeneralRe: Inherit Process Pin
Xmen Real 16-Feb-09 7:49
professional Xmen Real 16-Feb-09 7:49 
GeneralRe: Inherit Process Pin
Eddy Vluggen16-Feb-09 8:10
professionalEddy Vluggen16-Feb-09 8:10 
AnswerRe: Inherit Process Pin
Luc Pattyn16-Feb-09 8:42
sitebuilderLuc Pattyn16-Feb-09 8:42 
Hi,

by creating an instance of class Process, you do not create a Windows process, you create an object that represents a new or an existing Windows process.
GetProcessesByName, GetProcessByID and the like create zero or more Process instances and zero processes;
the Process instances contain information about the Windows processes.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


modified on Sunday, June 12, 2011 8:11 AM

GeneralRe: Inherit Process Pin
Xmen Real 16-Feb-09 13:47
professional Xmen Real 16-Feb-09 13:47 
AnswerRe: Inherit Process Pin
Luc Pattyn16-Feb-09 13:55
sitebuilderLuc Pattyn16-Feb-09 13:55 
GeneralRe: Inherit Process [modified] Pin
Xmen Real 16-Feb-09 18:55
professional Xmen Real 16-Feb-09 18:55 
AnswerRe: Inherit Process Pin
Luc Pattyn16-Feb-09 19:08
sitebuilderLuc Pattyn16-Feb-09 19:08 
GeneralRe: Inherit Process Pin
Xmen Real 16-Feb-09 19:10
professional Xmen Real 16-Feb-09 19:10 
AnswerInvalidCastException Pin
Luc Pattyn17-Feb-09 2:57
sitebuilderLuc Pattyn17-Feb-09 2:57 
GeneralRe: InvalidCastException Pin
Xmen Real 17-Feb-09 3:03
professional Xmen Real 17-Feb-09 3:03 
QuestionA problem with wmp.dll Pin
Sokka9316-Feb-09 5:47
Sokka9316-Feb-09 5:47 

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.