Trying to write code (VB.NET) that will monitor the CPU and memory usage of processes that are running like you find in task manager. With the process object you can see some of these values but not what you find in task manager. Anyone have any ideas?
All the code is written into one vb form but it is in a project.
OK, this is going to sound crazy but since coping everything to a new project didn't work I tried deleting the solution file (.sln) forcing it to recreate it. The code will now break in the sub without a message box but not step...
No this is just a single thread. The program is just parsing a .CSV file. There are 2 sections of the file that I need the information from and dumping the rest. There is a private sub that is the main loop that reads in each line of the file. When it finds one of the two sections it calls one...
Working with a small VB .NET project that I'm not able to debug anymore. I'm able to set breakpoints in some areas of the code but not others. All the code is in one file for a single form. Some sub routines I'm able to step into, one I get an error message of "There is no source code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.