Visual Basic Tutorials - Improve your understanding of VB.Net and Visual Basic Languages
Welcome to the Visual Basic tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on Visual Basic and related languages from all over the internet. If you have any questions about Visual Basic programming or would like Visual Basic Development done for your company please complete ourfree IT quotes form. If you are a company who takes on Visual Basic projects and would like to receive leads from people looking for Visual Basic or other work please complete ourIT suppliers partner form.
Making your own custom control
Ever wondered how to put all of your 500-line code into your own control? Well now there's a way. Using the Visual Basic Control Creation Edition or Visual Basic (although the CCE is free), you can create your own controls. This has been very beneficial...
Implementing Custom Attributes in .NET
Extend .NET using attributes. You can create your own attributes in .NET, and Paul Kimmel shows you how in this installment of Visual Basic Today from CodeGuru...
Using the For…Each Statement to 'loop' through the elements of an Array
This month's article was inspired by a Visual Basic tip I saw recently that touted the advantages of using LBound and Ubound functions when looping through the elements of an Array. Using the LBound and Ubound functions can be a big advantage, but even be...
Using the Implements Keyword
How to use the Implements keyword in Visual Basic. Create a new project and add two class modules to the project...
Visual Basic .NET as a Fully Object-Oriented Language
With VB.NET, the VB language finally completes the transition to a fully OO language. It now has full inheritance, along with all of the associated features one would expect...