Programming
Computer programming sometimes considered a branch of applied mathematics, is the process of writing, testing, debugging/troubleshooting, and maintaining the source code of computer programs.
Language
Visual Basic
Remove
Platform
Any
License
Any
An article describes basic things about how to start programming parallel port using Visual Basic. It will helpful for beginners who want to get an idea about the subject.
In this tutorial, we will be looking at using LINQ to Objects. We will be creating a Windows Forms Application that will first define an array of numbers, and then we will use LINQ to Objects to...
This tutorial will show you how to write a method that will not only encrypt a string - but decrypt it as well. Written with VS.NET 2008 and VB.NET
In this tutorial, we will look at how we can create a class, how we can create methods within that class and also how we can make use of the class in a Windows Form by calling its methods. VB version.
InStr is a powerful VB string function. It's the perfect way to search and test strings in robust Visual Basic applications. This article shows how to call InStr to perform advanced text processing...
Anyone who has written a simple .aspx page or a Windows form that has any kind of user interaction has already worked with delegates. You may not have realised it, but you have also used delegate...
Mike Hillyer explains how to work with BLOB columns using the ADO 2.5 stream object. One of MySQL's strengths is it's use of Binary Large Object (BLOB) columns. These columns store unprocessed binary...
Connecting to a database is essential in the vast majority of business and enterprise applications. The .NET framework provides ADO.NET, a new object orientated framework for data access, to enable...
Connecting to a database is essential in the vast majority of business and enterprise applications. The .NET framework provides ADO.NET, a new object orientated framework for data access, to enable...
Discover how exceptions work in .NET and what they are used for. Find out how to use try...catch...finally blocks to catch exceptions, and how to define your own exceptions and throw them.
In this issue we look deeper into object orientated programming, introducing inheritance and polymorphism and how they are realised in VB.NET. The object class, the base of all classes, is also...
In this issue we look deeper into object orientated programming, introducing inheritance and polymorphism and how they are realised in VB.NET. The object class, the base of all classes, is also...
VB.NET is an object orientated programming language, and this lesson details the way OOP is approached in VB.NET. Classes, objects, constructors, access modifiers, properties, and methods are covered...
Cryptography has long been difficult to do with Visual Basic 6. This code changes all that. Provided below is a beautifully built and well thought out object implementation of various bits and pieces...
Comprehensive tutorial that will introduce you to the basics of programming in visual basic 6.0
An extensive introduction to programming using the new Windows client development model in Visual Basic .NET, covering the windows form designer, events, form resizing, dialog boxes and more.
A .NET class written in VB.NET for your own flat combo box.
Many people ask how implement control arrays in VB.Net. The simple answer is you can't. I've created a vb.net project that demonstrates how to create a series of command buttons based on a user...
I am a beginner. I wanted to share some experiences with other beginners. The next few articles that come from my keyboard will be about my experience with teaching myself to develop applications in...