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.
Using XML Schemas to Create Strongly Typed DataSets
Learn the technical aspects of defining an XML schema, generating a typed DataSet, initializing, and using that typed DataSet within Visual Basic .NET...
Runtime menus in VB6 allow for more flexibility
Creating your menus in runtime can give you needed design flexibility in your VB6 applications. See how easy this can be with only a few snippets of co...
Two Visual Basic tips to make your life easier
These techniques from the Builder.com Visual Basic e-newsletter will help you access Visual SourceSafe programmatically in VB6 and write a CPU monitoring counter in VB.NET...
Class Frameworks in VB .NET
In this article, Eugene shows us how to build reusable class frameworks in VB .NET. This proven technique is the best way to build applications...
CopyMemory and Arrays: Proper Use - Introduction
It is no secret VB is more often than not, a language that produces relatively slow machine code. This is the price we, VB programmers, pay for its extremely ease of use. But there have always been people trying to improve this slowness intrinsic in all V...
POSTing Form Data to a Web Page
Demonstrates two techniques that can be used to post data to a web page from within Visual Basic....
Even More Windows Secrets for Visual Basic .NET
Karl Moore presents four more tips and tricks for Visual Basic: How to 'reset' a form; The facts on visual inheritance; Secrets of working with the system tray; and, The best of all worlds: Creating an ultra-thin client...
The Book of Visual Studio .NET - OOP in VB .NET Crash Course
Visual Basic did not meet the test as a true object-oriented language that implements true OOP as defined by abstraction, encapsulation, polymorphism, and inheritance. The same is not true for VB .NET. This excerpt from The Book of Visual Studio .NET prov...