Home

Submit

Source

Feeds

Home » Visual Basic » Functions ::

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.
Related Tutorials
Visual Basic Working with Database
Retrieve and write data to excel with vb6
Visual Basic / Working with Database
Retrieve data and write data to excel using visual basic.

Site: www.11amdesign.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 General Development
Variable Inspection and Numeric Conversion
Visual Basic / General Development
How to detect variable data type and status; Using IsNumeric Function; Parsing Long Integers.

Site: www.herongyang.com Report - View Tutorial

Visual Basic File Manipulation
Creating and deleting directories
Visual Basic / File Manipulation
Will show you the basics of creating several directories named 1, 2, 3... or using a prefix like dir1, dir2, dir3. Also shows you how to delete an empty dir.

Site: www.geekpedia.com Report - View Tutorial

Visual Basic File Manipulation
Creating and deleting directories
Visual Basic / File Manipulation
Will show you the basics of creating several directories named 1, 2, 3... or using a prefix like dir1, dir2, dir3. Also shows you how to delete an empty dir.

Site: www.geekpedia.com Report - View Tutorial

Visual Basic VB.Net
Built-In Procedures
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.

Site: www.functionx.com Report - View Tutorial

Visual Basic General Development
Class Construction and Destruction
Visual Basic / General Development
It should appear to us clearly by now that inheritance is useful by allowing us to use an object that was already created but "upgrade" it with new features that were not available when the original object was born. In most cases, when creating a class, you may not thing that other classes would be inherited from it. In fact, this will usually not be your concern: you simply create a class and use it as needed. In some other cases, rather as you build your experience with Visual Basic. You may create a class that, although useful at the time, you may already think of other classes that would be based on it. This means that, at the time you are creating such a class, you would already keep inheritance in mind. Visual Basic provides various features that can assist you with creating and implementing class with different goals in mind.

Site: www.functionx.com Report - View Tutorial

Visual Basic Miscellaneous
Accessibility in Visual Basic
Visual Basic / Miscellaneous
This tutorial focuses on an aspect of programming that is too often overlooked creating applications that are accessible to people with disabilities.

Site: www.brainbell.com Report - View Tutorial

Visual Basic Complete Projects
Creating a Text Editor Part 2
Visual Basic / Complete Projects
I will teach you how to ask to save before making a new file, print, and to ask to save before exiting.

Site: wd.spangsolutions.net Report - View Tutorial

Visual Basic Miscellaneous
Creating and sending HTML email in Visual Basic - Part 3
Visual Basic / Miscellaneous
This tutorial shows various ways to create HTML body of the message.

Site: www.codebeach.com Report - View Tutorial

Visual Basic Multimedia
Creating Multimedia Applications-Part III
Visual Basic / Multimedia
Now, with some modifications, we will transform the audio player into a picture viewer. This player will be created in such a way that it could search for all types of graphics your drives and displays them.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Multimedia
Creating Multimedia Applications-Part II
Visual Basic / Multimedia
Now, with some modifications, we will transform the CD player into an audio file player. This player will be created in such a way that it could search for wave and midi files in your drives and play them.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Complete Projects
Creating a Text Editor Part 3
Visual Basic / Complete Projects
In this tutorial, I will show you how to add print preview, cut, copy, paste, select all, undo and redo to your text editor.

Site: wd.spangsolutions.net Report - View Tutorial

Visual Basic Working with Database
Creating database applications in VB-Part II
Visual Basic / Working with Database
you have learned how to create a simple database application using data control. In this lesson, you will work on the same application but use some slightly more advance commands.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Miscellaneous
Creating and sending HTML email in Visual Basic - Part 2
Visual Basic / Miscellaneous
This tutorial briefly explains how to import HTML file into the message body and automatically attach pictures and other objects this HTML file depends on.

Site: www.codebeach.com Report - View Tutorial

 
Site Search

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