News

I love the String object's Format method. It's an unusual application where I'm not using it to build messages. (Long ago and far away, I used to use it to assemble SQL statements.) Typical code looks ...
When engaging in cross-language development, it's important to worry about nothing – the Visual Basic Nothing keyword, that is, and how it varies from the C# null counterpart. When initializing ...
I'm just learning Visual Basic in college right now, and I've searched the web everywhere, but I can't seem to find an answer for this. Just using code (no .exe compressors), how can I keep string ...
With the release of Visual Studio 2010 and the .NET Framework 4, it's time for Visual Basic developers to start leveraging the new capabilities of Visual Basic 2010. My very first learning experience ...
Unicode lets you display extended characters in your Visual Basic 6 forms. This means that you can display characters, for instance Chinese or Russian letter, in a form that is used by an English user ...
Launch and terminate applications in Visual Basic 6.0 Your email has been sent Visual Basic 6.0 gives you the convenient ability to programmatically check on the status of an application before you ...