Tagged Questions
1
vote
1answer
57 views
How do you do RAM Purging in VB.NET?
I've never messed with memory before besides using Memory Streams. But I recently downloaded a RAM Cleaner that "purges" memory. I'm very curious on how it works and what it does. I tried googling ...
2
votes
2answers
176 views
Allocating specific amount of physical memory in Visual Basic .NET?
I know this is kind of a weird question, but how do you...allocate physical memory? I know using New will make a new object but it's not allocating what I'm looking for. Here's kind of what I'm ...
0
votes
1answer
158 views
ListView of Hardware Resources Memory Info (msinfo32)
Is there any way to do this in vb.net?
Are there any functions for retrieving that info?Any way to display theme in a ListView?
Thank you very much.
2
votes
2answers
1k views
Visual Basic Physical Memory
I'm trying to get the amount of physical memory (Total RAM) installed on my PC through Visual Basic.The problem is that I get as a return "0 bytes".Further I'll also try yo get the percentage of ...
0
votes
0answers
278 views
High Speed Real Time Data Acquisition and Memory Usage
This is somewhat of a broad question but I am reaching out to see if any other data acquistion programmers have tips/tricks.
I am currently working on a data acquistion system that monitors and ...
-2
votes
1answer
1k views
How to find out how much ram a computer has in VB.net
How would you work out the amount of ram that is in the computer
1
vote
3answers
1k views
Can a System.AccessViolationException happen because of faulty RAM?
I have a website that i've been working on for about a year now.
Recently, it's started throwing System.AccessViolationException every now and then, in my dev machine, mostly, when I was away from the ...