`Drew wrote:
well that's 2.0 also Is that bad?
No, but my first answer was the Ping class, which got commented as being 2.0
`Drew wrote:
I'm glad I'm stuck with VB.NET. What is the C# equal to My.settings?
Most of the things VB collected under My are available in all CLR languages, but not through an equivalent for My. Total Physical Memory is one of those things only VB's My offers. If you need to know how to do settings in C# I suggest you read MSDN about that. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google