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

C#

 
AnswerRe: button up and down Pin
Not Active28-Jun-06 2:35
mentorNot Active28-Jun-06 2:35 
GeneralRe: button up and down Pin
toink toink28-Jun-06 5:02
toink toink28-Jun-06 5:02 
QuestionC# windows application Pin
Alamzeb khan28-Jun-06 1:04
Alamzeb khan28-Jun-06 1:04 
AnswerRe: C# windows application Pin
User 665828-Jun-06 1:12
User 665828-Jun-06 1:12 
AnswerRe: C# windows application Pin
Nader Elshehabi28-Jun-06 1:15
Nader Elshehabi28-Jun-06 1:15 
AnswerRe: C# windows application Pin
stancrm28-Jun-06 1:30
stancrm28-Jun-06 1:30 
Questiona few question about process management ? Pin
cmpeng3428-Jun-06 0:49
cmpeng3428-Jun-06 0:49 
AnswerRe: a few question about process management ? Pin
Nader Elshehabi28-Jun-06 1:28
Nader Elshehabi28-Jun-06 1:28 
Hello

Mehmet Fatih Akbulut wrote:
1. how can i find a process' owner? (like system or local service or network service or current user)


Check the Process.StartInfo.UserName Property


Mehmet Fatih Akbulut wrote:
2. how can i find the cpu usage of a specific process?


I don't think you can -or maybe I just don't know!!-. CPU usage is variable over time. Yet you can get the memory usage. check the Process class members.

Mehmet Fatih Akbulut wrote:
3. to start a specific process, how can i list 'the installed programs' in a list or combobox to let the user select one to start ?


Check this Registry Key:
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
Each subkey represent an installed application. Check the DisplayName value of each.

Mehmet Fatih Akbulut wrote:
4. how can i check if a process is already started ?


I've posted an article for this, but i deleted it recently -Sorry!!-. You can search CP for "single instance" maybe you will find something.
QuestionC# ActiveX in CAB Pin
gnjunge27-Jun-06 23:42
gnjunge27-Jun-06 23:42 
QuestionCould sombody help clean up awfull code [modified] Pin
johan313127-Jun-06 23:33
johan313127-Jun-06 23:33 
QuestionCompact framework drawing Pin
os0027-Jun-06 23:30
os0027-Jun-06 23:30 
QuestionCreate folder Pin
SysJey27-Jun-06 22:37
SysJey27-Jun-06 22:37 
AnswerRe: Create folder Pin
Robert Rohde27-Jun-06 22:57
Robert Rohde27-Jun-06 22:57 
AnswerRe: Create folder Pin
Reza Raad28-Jun-06 0:16
Reza Raad28-Jun-06 0:16 
GeneralRe: Create folder Pin
SysJey28-Jun-06 22:26
SysJey28-Jun-06 22:26 
GeneralRe: Create folder Pin
Robert Rohde29-Jun-06 4:19
Robert Rohde29-Jun-06 4:19 
QuestionBluetooth Pin
ah_jiang_927-Jun-06 21:43
ah_jiang_927-Jun-06 21:43 
AnswerRe: Bluetooth Pin
Gavin Roberts27-Jun-06 23:16
Gavin Roberts27-Jun-06 23:16 
QuestionDataGrid and DataGridView Pin
Alamzeb khan27-Jun-06 21:32
Alamzeb khan27-Jun-06 21:32 
AnswerRe: DataGrid and DataGridView Pin
Robert Rohde27-Jun-06 23:03
Robert Rohde27-Jun-06 23:03 
GeneralRe: DataGrid and DataGridView Pin
Alamzeb khan28-Jun-06 0:38
Alamzeb khan28-Jun-06 0:38 
GeneralRe: DataGrid and DataGridView Pin
Robert Rohde28-Jun-06 1:29
Robert Rohde28-Jun-06 1:29 
Questionneed to insert name in the database using method Pin
Mamphekgo27-Jun-06 20:30
Mamphekgo27-Jun-06 20:30 
AnswerRe: need to insert name in the database using method Pin
led mike27-Jun-06 20:44
led mike27-Jun-06 20:44 
GeneralRe: need to insert name in the database using method Pin
Mamphekgo27-Jun-06 21:12
Mamphekgo27-Jun-06 21:12 

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.