Recently Featured | Most Discussed | Most Recent | Most Responded | Most Viewed | Top Favorites | Top Rated | TV Serials | Trailers | Recently Watched
Videos from “Firchild” (25 video results)
Using Visual Basic.NET (in this instance 2005) in order to create a simple browser that basically hijacks functionality from internet explorer
Here's the code:
Private ...
A quick and slightly sloppy video showing how to download and install VB 2008
Using an IF statement linked to a button to verify text typed in one box (input text) and output to another (dynamic text).
Here's the code (amended)
on(release){
if((answer....
Creating a mask on an image in flash
Using a shape tween to morph a word into a picture
Simple VBA that creates a 'Help Form' in Access
Using QBE builder to provide SQL and sticking it into VBA in order to run a delete query
Using Reports to create graphs in Access (I wouldn't use this normally, since spreadsheets like Excel are sooo much better for this application!)
Using VBA in Access, using API in order to invoke an audio player.
Here's the code I used
Module code:
Const SND_ASYNC = (1)
Const SND_NODEFAULT = (2)
Declare Function ...
Forcing a password to be entered in order to run a query
Here's the code I used
Password.SetFocus
If Password = "Manager1" Then
MsgBox "Access Granted", vbInformation, "CD ...
Creating a multi-object symbol and moving it along a set path, using the Orient to Path function to modify the angle of the object along the path.
Animating a bouncing ball using a motion path and tween
Using Tweening to change location and shape of items in an animation
Putting the finishing touches on the code by dealing with the zero division "error" (in versions prior to VB 2005, this would be a runtime error, in 2005 onwards, this is ...
Adding the code needed to make your calculator function (continued from part one)
Here's the code used:
Option Explicit On
Public Class Form1
Dim FirstNumber As Single
Dim ...
Part one of setting up a pretty decent calculator in Visual Basic (Actually functions much like the Windows calculator)
Simple stop motion animation in Flash CS3
Really basic setup of images using simple layers in Adobe Flash CS3 which will be animated in the next video
Creating a Login Form and password protecting your database
Here's the code I used:
Username.SetFocus
If Username = "user1" And Password = "user1" Then
MsgBox "Access Granted",...
Protecting your VBA code from snoopy little trolls
Creating a multi-user login form to password protect different areas of your database
Here's the code:
Username.SetFocus
If Username = "staff1" And Password = "staff1" Then
MsgBox ...
Using the DateDiff function to work out age from birth date
Using a calculated field to work out the tax payable on an item, then adjusting item value
Using an IF Statement to Validate text placed in a text box on button press:
Here's the code I used in this:
Dim Captain As String
Captain = TextBoxCaptain.Text
Captain ...
Creating Message Boxes, Text Boxes, Add Text and Exit button, Putting together a simple text editor

Video Categories:
Popular Keywords
Also Try:



























