Click here to Skip to main content
15,900,907 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: flash file in vb.net Pin
bhawna_k5-Mar-07 22:38
bhawna_k5-Mar-07 22:38 
QuestionHandling embedded quotes in csv files Pin
Sarah Jane Snow5-Mar-07 6:15
Sarah Jane Snow5-Mar-07 6:15 
AnswerRe: Handling embedded quotes in csv files Pin
nlarson115-Mar-07 7:04
nlarson115-Mar-07 7:04 
GeneralRe: Handling embedded quotes in csv files Pin
Sarah Jane Snow5-Mar-07 21:07
Sarah Jane Snow5-Mar-07 21:07 
GeneralRe: Handling embedded quotes in csv files Pin
ChandraRam5-Mar-07 23:40
ChandraRam5-Mar-07 23:40 
QuestionHow to display CPU usage for a specific process? Pin
JUNEYT5-Mar-07 5:56
JUNEYT5-Mar-07 5:56 
AnswerRe: How to display CPU usage for a specific process? Pin
Duncan Edwards Jones5-Mar-07 6:16
professionalDuncan Edwards Jones5-Mar-07 6:16 
AnswerRe: How to display CPU usage for a specific process? Pin
Dave Kreskowiak5-Mar-07 8:54
mveDave Kreskowiak5-Mar-07 8:54 
All of that information is in the Process class for each process you get from GetProcesses. The problem is you're using generic names for things that are a bit more complicated than what you think. For example, CPU usage is TotalProcessorTime, which is a combination of PrivilegedProcessorTime and UserProcessorTime.

Memory usage gets quite a bit more complicated. The values that have to do with memory are NonpagedSystemMemorySize, PagedMemorySize, PagedSystemMemorySize, PrivateMemorySize, VirtualMemorySize, WorkingSet, ..., among others.


Dave Kreskowiak
Microsoft MVP - Visual Basic


Questionixporting the data from ms-access to excel in vb.net Pin
amaneet5-Mar-07 3:18
amaneet5-Mar-07 3:18 
QuestionHow to pass a textbox value to Crystal report in VB.Net Pin
Sagar Pattnayak5-Mar-07 3:11
Sagar Pattnayak5-Mar-07 3:11 
QuestionHow to access values of control created dynamically Pin
Deepak Tuteja5-Mar-07 3:01
Deepak Tuteja5-Mar-07 3:01 
AnswerRe: How to access values of control created dynamically Pin
nlarson115-Mar-07 9:41
nlarson115-Mar-07 9:41 
GeneralRe: How to access values of control created dynamically Pin
Deepak Tuteja5-Mar-07 20:08
Deepak Tuteja5-Mar-07 20:08 
QuestionCalling an Oracle stored procedure from VB Pin
nsurendran5-Mar-07 1:12
nsurendran5-Mar-07 1:12 
QuestionSalary Slip Pin
priya_p2335-Mar-07 1:04
priya_p2335-Mar-07 1:04 
AnswerRe: Salary Slip Pin
nsurendran5-Mar-07 1:29
nsurendran5-Mar-07 1:29 
Questionplz give me the answer Pin
HarishKumar20104-Mar-07 23:58
HarishKumar20104-Mar-07 23:58 
Answeranswer for ur Question Pin
prakash J9-Mar-07 2:19
prakash J9-Mar-07 2:19 
QuestionThis is the Third SOS. Pin
NANCO4-Mar-07 22:16
NANCO4-Mar-07 22:16 
AnswerRe: This is the Third SOS. Pin
JUNEYT5-Mar-07 0:10
JUNEYT5-Mar-07 0:10 
GeneralCan anyone help me?... Pin
NANCO5-Mar-07 0:28
NANCO5-Mar-07 0:28 
GeneralRe: Can anyone help me?... Pin
Johan Hakkesteegt5-Mar-07 2:01
Johan Hakkesteegt5-Mar-07 2:01 
GeneralRe: Can anyone help me?... Pin
ChandraRam5-Mar-07 23:49
ChandraRam5-Mar-07 23:49 
GeneralRe: Can anyone help me?... Pin
Johan Hakkesteegt6-Mar-07 0:11
Johan Hakkesteegt6-Mar-07 0:11 
GeneralRe: Can anyone help me?... Pin
ChandraRam6-Mar-07 0:14
ChandraRam6-Mar-07 0:14 

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.