Home

Submit

Source

Feeds

Home » Visual Basic » VB.Net ::

Visual Basic VB.Net
If the .NET Framework doesn't have a function (or a class) you are looking for, you can create one and be able to use it over and over again in different programs. You can even create one or a series of commercial functions (or classes) and be able to distribute or sell it. To make this happen, you can "package" one or more procedures (or classes) in a library.
Related Tutorials
Visual Basic General Development
Introduction to Procedures
Visual Basic / General Development
A procedure is a set-aside assignment the compiler must take care of to complement a program. A program developer writes the procedure and a user would only see the result. There are two categories of procedures you will use in your programs: those that have already been created thus made available to you, and those you will create yourself.In v basic, like most other languages, there are two types of procedures: functions and sub routines.

Site: www.functionx.com Report - View Tutorial

Visual Basic Functions
Introduction to VB Function (Part 1)
Visual Basic / Functions
Functions are similar to normal procedures but the main purpose of the functions is to accept certain inputs and pass them on to the main program to finish the execution. They are two types of function, the built-in functions(or internal functions) and the functions created by the programmers.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Functions
Procedures - Functions and Subroutines
Visual Basic / Functions
A Procedure is a unit of code outside of the main execution code. But it can be executed by an invoking statement in the main execution code. There are 3 aspects about procedures: 1. Defining a procedure. 2. Invoking a procedure. 3. Exchanging data between the main execution code and a procedure.

Site: www.herongyang.com Report - View Tutorial

Visual Basic Functions
Array Declaration and Built-in Functions
Visual Basic / Functions
In this tutorial we will learn how to Array Declaration and Built-in Functions.

Site: www.herongyang.com Report - View Tutorial

Visual Basic General Development
API
Visual Basic / General Development
The API are procedures that exist in files on your PC which you can call from within your VB program - and there are thousands of them!.

Site: www.garybeene.com Report - View Tutorial

Visual Basic General Development
SHUFFLING" AN ARRAY OF OBJECTS
Visual Basic / General Development
This tutorial is explains an optimized and very efficient method of "shuffling" an array in any language.It is easily adaptable to just about any other language, by adding semicolons and/or the format of the procedures and commands.

Site: home.comcast.net Report - View Tutorial

Visual Basic Getting Started
Instrinsic Controls
Visual Basic / Getting Started
VB comes with 20 built-in controls. In this section of the tutorial I provide a few comments about each one, trying to give some useful pointers on the use of each control.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Functions
Built-in Functions
Visual Basic / Functions
This tutorial describes: Math, Conversion, String, Date and Time, Array and Misc. Functions.

Site: www.herongyang.com Report - View Tutorial

Visual Basic Complete Projects
Menus
Visual Basic / Complete Projects
Everyone knows what a menu is, the question is how can you make them in VB? Well, it turns out to be very simple. VB has a built-in menu editor that you will use and it's pretty much a no-brainer.The only time menus should give you any trouble is when you want to do some of the more sophisticated tasks such as adding menus on the fly or such as providing popup menus.

Site: www.garybeene.com Report - View Tutorial

Visual Basic File Manipulation
Saving Files
Visual Basic / File Manipulation
Visual Basic has built in file handling functions. These are not the fastest functions but it is not noticeable unless you are handling very large files. There are two common ways which we will cover in this tutorial. I consider these two functions to be the simplest.

Site: www.quantumstate.co.uk Report - View Tutorial

Visual Basic Functions
Creating VB Function For MS Excel
Visual Basic / Functions
You can create your own functions to supplement the built-in functions in Microsoft Excel spreadsheet which are quite limited. These functions could be very useful and powerful if you know how to program them properly. One main reason we need to create user defined functions is to enable us to customize our spreadsheet environment for individual needs.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Complete Projects
Drag & Drop Visual Basic
Visual Basic / Complete Projects
You see it in just about every Windows application, so how can you do it in your VB application? Fortunately VB provides built-in tools to make it easy for you. While the code you write to respond to a drag and drop operation can be fairly complex, the mechanics of a drag and drop operation are fairly simple and logical.

Site: www.garybeene.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement