Best Tutorials website
Latest tutorials

Advertisment

Common Dialogs

Common Dialogs

In my beginner's section I state that a programmer's job is to get to the customer results as quickly and efficiently as possible. Common...


Views: 900 | Rating star | by Donald
Visual Basic - Development

Using the Mouse

Using the Mouse

If you're expecting to have to drain your brain to understand VB's mouse support features, then you're going to be disappointed....


Views: 919 | Rating star | by Jason
Visual Basic - Miscellaneous

Drag & Drop

Drag & Drop

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...


Views: 953 | Rating star | by Daniel
Visual Basic - Buttons

Graphics Commands

Graphics Commands

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...


Views: 876 | Rating star | by Troy
Visual Basic - Multimedia

Error Handling

Error Handling

The bottom line is that all of us make mistakes. VB is pretty clever about finding syntax errors within the IDE, but a number of the possible...


Views: 963 | Rating star | by Ben
Visual Basic - Error Handling

Databases

Databases

In this section I'll talk about how to use the database features of VB, but I'll also talk about when those features are overkill and...


Views: 905 | Rating star | by Simon
Visual Basic - Database Related

Database Controls

Database Controls

Database controls are ideal if you want to get in, get the job done, and then get out. In this section we'll discuss the controls available to...


Views: 912 | Rating star | by Mathew
Visual Basic - Database Related

SQL in VB

SQL in VB

To selectively display records in a recordset, the feature to use is SQL - Structured Query Language. By creating a query (a text string which...


Views: 910 | Rating star | by Jarry
Visual Basic - Database Related

Windows API

Windows API

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!


Views: 878 | Rating star | by Mathew
Visual Basic - Development

Objects

Objects

Since VB4, Microsoft has been promoting the 'object-oriented' aspects of Visual Basic. It seems like everything you read is object-this...


Views: 947 | Rating star | by Sean
Visual Basic - Development

Internet Programming

Internet Programming

In this tutorial I will cover how to perform file transfers between your PC and a web server.


Views: 1009 | Rating star | by David
Visual Basic - Networking

UNIX/CGI/Perl

UNIX/CGI/Perl

Perl is an interpreted language, like QBasic, with which you can write programs to run on UNIX servers and which you can call from your web pages....


Views: 952 | Rating star | by John
Perl and CGI - Introduction to Perl and CGI

Perl Commands Summary

Perl Commands Summary

Knowing which commands work with one another can help you come quickly up to speed on the Perl functions that are available to you. This page...


Views: 981 | Rating star | by Colin
Perl and CGI - Introduction to Perl and CGI

Intro to JavaScript

Intro to JavaScript

Microsoft had hoped that VBScript would emerge as the premier scripting language for use on the web, but the title clearly belongs to JavaScript -...


Views: 869 | Rating star | by Troy
Javascript - Introduction to Javascript

Web Page Forms

Web Page Forms

Web page forms were the first interactive capabilities made available to web developers, followed by the use of CGI scripts and more recently by...


Views: 915 | Rating star | by Brad
HTML - Forms

Location Damage

Location Damage

Want to give your flash games location damage but don't want to spend 3 month in front of the computer?? then this is the spot for you.


Views: 621 | Rating star | by Isac
Flash - Games

Loading .TXT files in Flash

Loading .TXT files in Flash

I'm sure alot of people want to be able to change the text in a .swf file without changing the .fla file, and then having to reload the .swf...


Views: 512 | Rating star | by Jarry
Flash - Actionscripting

How to use an external .swf as a library

How to use an external .swf as a library

Using this simple trick, you can reference the labels of objects in an external .swf that are marked for 'Export for Actionscript' in...


Views: 692 | Rating star | by Mathew
Flash - Tips and Techniques

3D Text

3D Text

Learn how to make very simple 3D text.


Views: 649 | Rating star | by Ben
Photoshop - Text Effects

Latest Forum posts on your Website

Latest Forum posts on your Website

Having a website is cool, having a forum is fun.. but it's really cool and fun when people post to your forum, and it shows up on your...


Views: 933 | Rating star | by Steve
PHP - Discussion Boards