Click here to Skip to main content
15,881,757 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProblem With my.Computer.FileSystem.WriteAllText Pin
Ramana Nori26-Aug-08 23:27
Ramana Nori26-Aug-08 23:27 
AnswerRe: Problem With my.Computer.FileSystem.WriteAllText Pin
Manas Bhardwaj27-Aug-08 1:39
professionalManas Bhardwaj27-Aug-08 1:39 
GeneralRe: Problem With my.Computer.FileSystem.WriteAllText Pin
Ramana Nori27-Aug-08 1:40
Ramana Nori27-Aug-08 1:40 
AnswerRe: Problem With my.Computer.FileSystem.WriteAllText Pin
Dave Kreskowiak27-Aug-08 2:16
mveDave Kreskowiak27-Aug-08 2:16 
QuestionAuto Hide Task Bar Pin
rajesh_ncc26-Aug-08 22:35
rajesh_ncc26-Aug-08 22:35 
AnswerRe: Auto Hide Task Bar Pin
Zaegra27-Aug-08 1:37
Zaegra27-Aug-08 1:37 
GeneralRe: Auto Hide Task Bar Pin
rajesh_ncc27-Aug-08 4:06
rajesh_ncc27-Aug-08 4:06 
QuestionCPU Usage History from Task Manager using vb.net Pin
pavanip26-Aug-08 20:19
pavanip26-Aug-08 20:19 
Hi,

I am developing one application in that I have to display CPU usage history graph and Pagefile usage history graph.
When we open task manager it will display window, in that performance tab it will display CPU usage history graph and Pagefile usage history graph.
How to get those graphs from Task manager using vb.Net.
If anybody know about this please provide me some source code to complete this task.
To get the CPU Usage speed from taskmanager I used the following code

Private m_PerformanceCounter As New System.Diagnostics.PerformanceCounter("Processor", "% Processor Time", "_Total")
Dim cupcount As String = CInt(m_PerformanceCounter.NextValue()) & "%"
Here m_PerformanceCounter.NextValue() will gives the cpu usage percentage.

If anybody know about how to display those graphs, please provide me some source code to complete this task.

Thanks
pavani
AnswerRe: CPU Usage History from Task Manager using vb.net Pin
jzonthemtn27-Aug-08 5:10
jzonthemtn27-Aug-08 5:10 
QuestionWrite all URL in to a file used in the browser Pin
yesu prakash26-Aug-08 18:16
yesu prakash26-Aug-08 18:16 
AnswerRe: Write all URL in to a file used in the browser Pin
Jon_Boy27-Aug-08 4:01
Jon_Boy27-Aug-08 4:01 
QuestionComputer Name and IP Addresses Pin
programmervb.netc++26-Aug-08 8:20
programmervb.netc++26-Aug-08 8:20 
AnswerSolve it with scripting Pin
David Mujica26-Aug-08 9:32
David Mujica26-Aug-08 9:32 
GeneralRe: Solve it with scripting Pin
jzonthemtn26-Aug-08 15:06
jzonthemtn26-Aug-08 15:06 
QuestionVB.NET to respond to change of sheet in excel? Pin
craigmg7826-Aug-08 8:04
craigmg7826-Aug-08 8:04 
AnswerRe: VB.NET to respond to change of sheet in excel? Pin
John_Adams26-Aug-08 11:30
John_Adams26-Aug-08 11:30 
JokeRe: VB.NET to respond to change of sheet in excel? Pin
Bassam Saoud26-Aug-08 11:52
Bassam Saoud26-Aug-08 11:52 
GeneralRe: VB.NET to respond to change of sheet in excel? Pin
craigmg7827-Aug-08 9:27
craigmg7827-Aug-08 9:27 
QuestionNeed to create a container window like MDI but can't use MDI Pin
rcrafton726-Aug-08 7:50
rcrafton726-Aug-08 7:50 
AnswerRe: Need to create a container window like MDI but can't use MDI Pin
jzonthemtn26-Aug-08 8:02
jzonthemtn26-Aug-08 8:02 
QuestionRe: Need to create a container window like MDI but can't use MDI [modified] Pin
rcrafton727-Aug-08 6:25
rcrafton727-Aug-08 6:25 
AnswerRe: Need to create a container window like MDI but can't use MDI Pin
jzonthemtn27-Aug-08 6:47
jzonthemtn27-Aug-08 6:47 
AnswerRe: Need to create a container window like MDI but can't use MDI Pin
Chris Quinn27-Aug-08 3:23
Chris Quinn27-Aug-08 3:23 
QuestionStarting index Pin
indian14326-Aug-08 5:42
indian14326-Aug-08 5:42 
AnswerRe: Starting index Pin
jzonthemtn26-Aug-08 5:54
jzonthemtn26-Aug-08 5:54 

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.