While the .NET String object offers a lot of functionality, there are still some things that we can add to it. In this article, we'll ...
I wrote an article called 3 Handy VB.NET String Functions You Can Use and it's been one of the more popular ...
The .NET Framework 2.0 BackgroundWorker class makes it easy to code simple threading into your applications. However, a common question that gets asked in VB ...
In my previous article, Impersonation Class, I had provided code that allowed you to impersonate a user for critical parts of your program. Another common ...
Parsing a delimited string can be tricky. Sometimes there may be multiple delimiters, strings enclosed in quotes with the delimiters inside as well as other ...
In VB6, and in MS-BASICs going back for probably 30 years, you would use the Rnd function to get a pseudo random number and you ...