News

Code Samples All VB6 projects are property of their respective owners (that include vb6 source code, images, logos, and brands). For each VB6 project you can find a corresponding “_NET” folder that ...
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 ...
About A code editor for MY-BASIC, powered by the Unity3D engine. With this you may create your own Code Editor, Debugger and IDE for different scripting languages.
Speed Up Your VB.NET Code August 1, 2002 Speed Up Your VB.NET Code Optimization rules have changed under VB.NET. Here are eight new ways to build wicked-fast code. by Francesco Balena Technology ...
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 ...
Designer Event Handling support: Visual Basic events are hooked up with a Handles keyword on the code behind method. This presented significant challenges to the WinForms designer and did not work ...