User Profile

Collapse

Profile Sidebar

Collapse
JRSofty
JRSofty
Last Activity: Sep 24 '07, 01:44 PM
Joined: Aug 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • JRSofty
    started a topic Trouble with Treeview vb.net 2005 express
    in .NET

    Trouble with Treeview vb.net 2005 express

    Hi everyone,

    I've gotten myself is bit of a mess where I'm loading a treeview. Basically I initialize the treeview control with a single root node we'll call it root. I do this by using the following syntax:
    Code:
    Dim tNode as TreeNode = New TreeNode("root")
    tNode.name = "root"
    TreeView1.Nodes.Add(tNode)
    Now that I've gotten my root node set, I proceed to pass this node to another...
    See more | Go to post

  • Getting Memory of a Process The real memory that is.

    I'm trying to build an app that allows me to track the memory usage of a process over time and save the data to a file.

    The problem is that when using any of the memory size members of the Process class I get only one set of numbers. There is no change in the numbers as I notice on the Task Manager.

    Am I using the wrong functions to get this to work? I had understood that I needed to use the WorkingSet64 but even the...
    See more | Go to post
No activity results to display
Show More
Working...