Advertisment
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...
If you're expecting to have to drain your brain to understand VB's mouse support features, then you're going to be disappointed....
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...
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...
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...
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...
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...
To selectively display records in a recordset, the feature to use is SQL - Structured Query Language. By creating a query (a text string which...
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!
Since VB4, Microsoft has been promoting the 'object-oriented' aspects of Visual Basic. It seems like everything you read is object-this...
In this tutorial I will cover how to perform file transfers between your PC and a web server.
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....
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...
Microsoft had hoped that VBScript would emerge as the premier scripting language for use on the web, but the title clearly belongs to JavaScript -...
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 | | by Brad
HTML - Forms
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 | | by Isac
Flash - Games
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...
Using this simple trick, you can reference the labels of objects in an external .swf that are marked for 'Export for Actionscript' in...
Learn how to make very simple 3D text.
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...