skip to main content
4 posts tagged with programming by matthewr.
Displaying 1 through 4 of 4.
What's the best way of adding a "live" graph to my .NET WinForms application, similar in behaviour to the scrolling CPU usage and pagefile graphs found in Task Manager? Must be free, not too ugly, and not too processor-intensive.
posted by matthewr
on Nov 8, 2008 -
5 answers
I'm writing a program that uses lots of memory. I'd like a utility that can show me what it's using the memory for.
For example, one part of the program processes an XML file, creates an object and loads a WebBrowser .NET control. I'd like to see how much memory was required to parse the XML file, how much memory my object is using, and how much memory the WebBrowser control uses.
[more inside]
posted by matthewr
on Sep 14, 2006 -
3 answers
In C#, how can I
at runtime create an instance of an ActiveX control and then use its methods, properties and events?
[more inside]
posted by matthewr
on Aug 24, 2006 -
22 answers
I have to write a Visual Basic 6 program that checks that an ActiveX control's properties and methods are correctly documented in a Word document. How do I get a list of a control's properties and methods, given its filename?
[more inside]
posted by matthewr
on Jul 20, 2006 -
2 answers
Page:
1