In my January article "Visual Basic Improvements in Visual Studio 11," I presented the major enhancements to Visual Basic 11 that appear in the Visual Studio 11 Beta. Key improvements include the ...
How the Microsoft co-evolution strategy has shaped the two flagship languages of the .NET Framework, and what it means for developers going forward. When Microsoft released Visual Studio 2010 and the ...
Reading and writing text files is an essential task in any programming language. Follow this step-by-step approach to working with text files in VB .NET using the System.IO namespace. Years ago, when ...
Classic Visual Basic refuses to die. There's just something about Dims and Subs that programmers won't let go of. The granddaddy of rapid application development (RAD) tools -- known for its ...
Usually, I use the Serial Monitor of the Arduino IDE to communicate with the Arduino hardware. But now, I want to build an application on my computer that allows me to click some buttons to control ...