News

That was almost 50 years ago; since then, Microsoft has embraced open-source software. In recent years, Microsoft has started releasing some of its classic operating systems and programs as open ...
Microsoft has officially open-sourced its 6502 BASIC. The version published today is BASIC M6502 8K Version 1.1.
Did you know that, between 1976 and 1978, Microsoft developed its own version of the BASIC programming language? It was initially called Altair BASIC before becoming Microsoft BASIC, and it was ...
Microsoft BASIC for 6502 Microprocessor - Version 1.1 source code is now available on Github, under the MIT license.
VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation ...
Code Focused What's New in Visual Basic 2010 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 ...
Microsoft's latest version of Visual Basic, often called VB.NET, can help you create professional looking desktop applications and websites quickly. That's possible because the .NET framework upon ...
A friend was recently reviewing some Visual Basic code that I was having an issue with. As we looked at one particular section of code, he said "You could really tighten up this code with a couple ...
Microsoft's .NET platform changes the face of Visual Basic programming. The first major step in the .NET strategy was the release of the new development suite, Visual Studio.NET. The development ...
Most Valuable Professionals sign a petition asking Microsoft to extend its mainstream support for Visual Basic 6; one signatory compares the situation to when customers demanded the return of ...
Hello all, I am using Visual Basic 2008, and want to change the text property of a textbox, however the name of the textbox can change depending on the passed value. So I have the name of the ...