Tutorials
ASP Tutorials

XML Tutorials
Javascript Tutorials
CSS Tutorials
HTML Tutorials
Perl Tutorials
PHP Tutorials
C/C++/C# Tutorials
Java Tutorials
Visual Basic Tutorials

Sedo - Buy and Sell Domain Names and Websites project info: softwaresourcer.com Statistics for project softwaresourcer.com etracker® web controlling instead of log file analysis


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 our free 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 our IT suppliers partner form.



Implementing Interfaces in VB .NET
In this new article, Paul quickly gets to the point of examining interfaces in Visual Basic .NET: how to define them and how to implement them...


Code Sample: Phone Number Dialer
Compile this VB class into a COM object and use it to dial any phone number...
15seconds.com

Random Numbers and Tic Tac Toe with Visual Basic .NET
The holidays are a time for fun. Learn about random numbers from Paul Kimmel's latest Visual Basic Today column from CodeGuru.com. Includes a Tic Tac Toe game...


Really Thin Client Programming in VB.NET
From his column Visual Basic Today on CodeGuru.com, Paul Kimmel explains the pros and cons as well as shows how to do thin client programming as a solid alternative to ASP.NET programming...


Create a registry control
Since the release of Windows and Visual Basic INI files have been the primary way to store program settings such as size, position and title. But now the use of the registry seems to be overtaking the use of INI files. Visual Basic now has the GetSetting...