Home

Submit

Source

Feeds
Tutorials » Visual Basic » Miscellaneous

Visual Basic Miscellaneous Tutorials

Visual Basic Miscellaneous Tutorials

Visual Basic Miscellaneous
Error Handling
Visual Basic / Miscellaneous
When using your application, a user may encounter various types of problems, some of which could come from you by some negligence when you worked on the project. Some other problems could occur only at the time the application is being used. Some other problems could be caused by the computer on which the application is being used. While developing your application, you should anticipate as many problems as possible as take appropriate actions.

Site: www.functionx.com Report - View Tutorial

Visual Basic Miscellaneous
Inheritance
Visual Basic / Miscellaneous
Inheritance is the process of creating a new class that is based on an existing class. When a class hold a foundation that another class can use, you can create the new class that is based on the old one: this is the foundation of class inheritance, or simply called inheritance.

Site: www.functionx.com Report - View Tutorial

Visual Basic Miscellaneous
How To Program A Barcode Maker
Visual Basic / Miscellaneous
This tutorial will show you how to input data into a text box and get a barcode image from it. You will also learn how to work with clipboard and checksum controls.

Site: www.11amdesign.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 Miscellaneous
How To Recruit And Retain Developers
Visual Basic / Miscellaneous
This tutorial, we will outline some of the techniques that we at The Mandelbrot Set (International) Limited (TMS) have used successfully over the years.

Site: www.brainbell.com Report - View Tutorial

Visual Basic Miscellaneous
How to Juggle 30 Balls Blindfolded
Visual Basic / Miscellaneous
Visual Basic has become much more complex with each new version. Unless projects, particularly large enterprise ones are properly managed, embarrassing statistics such as those mentioned above will only worsen. This tutorial outlines some of the fundamental issues involved in developing large-scale distributed systems using Visual Basic 6.

Site: www.brainbell.com Report - View Tutorial

Visual Basic Miscellaneous
Mixed Languages with Visual Studio
Visual Basic / Miscellaneous
In this relatively short tutorial, we'll discuss the concept of mixed language programming (MLP). We'll go into some of the pros and cons and considerations of doing MLP with Visual Studio.

Site: www.brainbell.com Report - View Tutorial

Visual Basic Miscellaneous
Minutiae
Visual Basic / Miscellaneous
This tutorial is going to cover a rather broad range of information about Visual Basic. Think of this tutorial as a Visual Basic programmer's smorgasbord. You'll learn about such topics as the advantages and disadvantages of compiling to p-code and native code. You'll get some hints on how to optimize your applications beyond just writing excellent code.

Site: www.brainbell.com Report - View Tutorial

Visual Basic Miscellaneous
DIB SECTION
Visual Basic / Miscellaneous
DIB Section is a type of Bitmap which is organized on the same structures DIBs are managed on but with the facilities of DDBs.

Site: www.andreavb.com Report - View Tutorial

Visual Basic Miscellaneous
Ways of doing Image Processing
Visual Basic / Miscellaneous
The Windows GUI is standing upon two pillers. Vector Graphics and Bitmap Graphics. Being quite difficult to manage, Vector Graphics are always very painful to handle but the possiblities are nearly impossible to find a limit. Where as Bitmaps are concerned, they are heavy Windows objects ( though DIBs are not ). Since the arrival of electrifying GUIs in the Windows, the interest of programmers towards Image Processing has awfully increased. This article shall tell you how to do it and how to make it work faster.

Site: www.andreavb.com Report - View Tutorial

Visual Basic Miscellaneous
Animations using DIB Section
Visual Basic / Miscellaneous
Random animations are always nothing more than a good procedure which must be able to run for always and must be able to calculate certain random values. In our case the randomely calculated values are the points (X,Y,Z).

Site: www.andreavb.com Report - View Tutorial

Visual Basic Miscellaneous
BitBlt Explained
Visual Basic / Miscellaneous
You can skim through this tutorial just learning how to use bitblt if you want.

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

Visual Basic Miscellaneous
Polygons
Visual Basic / Miscellaneous
This short tutorial teaches you how draw polygons using the windows API. The windows API are the functions that windows uses to run so you should be careful using them as they can crash windows.

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

Visual Basic Miscellaneous
Basic 3D tutorial
Visual Basic / Miscellaneous
This tutorial teaches you how to make a simple camera, move the camera and display the view using perspective.

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

Visual Basic Miscellaneous
3D Rotation Tutorial
Visual Basic / Miscellaneous
This will take you through the simplest method of doing rotation in your 3D world.

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

Random Tutorials
Visual Basic Multimedia
Graphics Commands
Visual Basic / Multimedia
In VB there are a limited number of graphics features, but mixed with the judicious use of the Windows API a programmer can create some pretty fair graphics applications. When VB falls short, there is also no shortage of third party OCXs which can step in and add to the capabilites of VB.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Getting Started
Command Descriptions
Visual Basic / Getting Started
In the earlier lesson you were introduced to coding, and reviewed a chart which groups VB commands into useful categories. In this section of the tutorial, I take each one of the commands and provide the syntax and a brief description of what the command does. For details, you can turn to the VB HELP file. My intent is to allow you to skim quickly over the commands to determine which one can help out in your situation.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Miscellaneous
Printing
Visual Basic / Miscellaneous
An important fact is that how well the data is presented to the user can make or break the success of the application. Learning to use the printing tools of VB is critical to your success as a programmer.

Site: www.garybeene.com Report - View Tutorial

Visual Basic General Development
Developing Web Applications
Visual Basic / General Development
Visual Basic 6 offers three new templates: Data Project, IIS Application, and DHTML Application.

Site: www.brainbell.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

 
Site Search

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