Advertisement

Results for "Author: jason bennison"

1_2002 #108439
Flip! A Complete Game for Windows.

This is the complete game in code. An addictive colorful, musical Guess-the-word mix'n match puzzle game for up to 2 players, And It's all Visual Basic. In code it demonstrates: Animation/graphics, How to make your own custom toolbar, Music (MCI32), Game timing control, Keeping a Score table, Mouse control, A method of employing Shareware. Programmed in VB4 32bit, it will compile in VB6. Flip! It was sold as a commercial Game for Windows in the United States and Europe during 1996 and went on to sell over 17500 copies worldwide. I have released it to the Programmers domain so other can learn Windows game programming from it. So you youre not a porgrammer, you can still enjoy the game!

1_2002 #108440
Doctor Lottery: Complete Lottery Number Analyser and Simulator

Distributed as a commercial program, largely via computer magazine cover-mounted CD-ROMs and shareware downoad sites, This program will identify which lottery number formulae will work best in terms of highest return. A Must for any Lottery Player!. It calculates how much money you will lose! for arithmetic speed reasons, the engine for this program is in Microsoft Visual C++ and I have posted it in Planet's VC++ section. The program will run in any 32bit Visual Basic. This code demonstrates pretty much any VB app would be expected to do. Many users described this as CuriosityWare - Enjoy!

1_2002 #108441
ProgressBar without OCX's - only a few lines of code!

The Visual Basic Progressbar requires the huge comctrl32.ocx to be distributed with your program - not any more! this is the classic method with the familiar dark-Blue on white background. I have been asked this over and over again, so here it is. It is actually 2 labels stuck together with a bit of arithmetic used to animate them.

1_2002 #108442
Hyperlinks: Add hyperlinks to your VB Programs!

Lets you create hyperlinks from within your program, only 2 lines of code and no OCX's! Just follow the simple instructions in the code, Hyperlinks can also be used for Hypergraphics in your program too. Use this in menu controls (for directing your programs end-users to your technical support pages, help pages etc..). loads of possible uses! The cursor changes into a hand, and using the click event the hyperlink can change color when visited, - Does the same as the real thing!

2_2002-2004 #118062
Desktop Phonepad

A Handy desktop phonepad for any Windows PC, Stored all data and memos into a .dat file on the hard drive. I programmed this for a friend when she had her real phonepad torn up by her child, so this one will never get broken! always there when you need it. Supplied with all code can be customised as you please. Press any letter on the keyboard, to get your entries, - Just like the real thing!

2_2002-2004 #118875
Multi Font / Color Listbox

Visual Basic Listbox with highlight and scrollbar. It allows multiple fonts, and different backcolors and forcolors concurrently. This demo uses a mini database to populate the listbox.

2_2002-2004 #118886
Flip! A Complete Game for Windows.

This is the complete game in code. An addictive colorful, musical Guess-the-word mix'n match puzzle game for up to 2 players, And It's all Visual Basic. In code it demonstrates: Animation/graphics, How to make your own custom toolbar, Music (MCI32), Game timing control, Keeping a Score table, Mouse control, A method of employing Shareware. Programmed in VB4 32bit, it will compile in VB6. Flip! It was sold as a commercial Game for Windows in the United States and Europe during 1996 and went on to sell over 17500 copies worldwide. I have released it to the Programmers domain so other can learn Windows game programming from it. So you youre not a porgrammer, you can still enjoy the game!

2_2002-2004 #118906
Doctor Lottery: Complete Lottery Number Analyser and Simulator

Distributed as a commercial program, largely via computer magazine cover-mounted CD-ROMs and shareware downoad sites, This program will identify which lottery number formulae will work best in terms of highest return. A Must for any Lottery Player!. It calculates how much money you will lose! for arithmetic speed reasons, the engine for this program is in Microsoft Visual C++ and I have posted it in Planet's VC++ section. The program will run in any 32bit Visual Basic. This code demonstrates pretty much any VB app would be expected to do. Many users described this as CuriosityWare - Enjoy!

2_2002-2004 #118907
ProgressBar without OCX's - only a few lines of code!

The Visual Basic Progressbar requires the huge comctrl32.ocx to be distributed with your program - not any more! this is the classic method with the familiar dark-Blue on white background. I have been asked this over and over again, so here it is. It is actually 2 labels stuck together with a bit of arithmetic used to animate them.

2_2002-2004 #118920
Hyperlinks: Add hyperlinks to your VB Programs!

Lets you create hyperlinks from within your program, only 2 lines of code and no OCX's! Just follow the simple instructions in the code, Hyperlinks can also be used for Hypergraphics in your program too. Use this in menu controls (for directing your programs end-users to your technical support pages, help pages etc..). loads of possible uses! The cursor changes into a hand, and using the click event the hyperlink can change color when visited, - Does the same as the real thing!

3_2004-2005 #136606
Desktop Phonepad

A Handy desktop phonepad for any Windows PC, Stored all data and memos into a .dat file on the hard drive. I programmed this for a friend when she had her real phonepad torn up by her child, so this one will never get broken! always there when you need it. Supplied with all code can be customised as you please. Press any letter on the keyboard, to get your entries, - Just like the real thing!

3_2004-2005 #137419
Multi Font / Color Listbox

Visual Basic Listbox with highlight and scrollbar. It allows multiple fonts, and different backcolors and forcolors concurrently. This demo uses a mini database to populate the listbox.

3_2004-2005 #137430
Flip! A Complete Game for Windows.

This is the complete game in code. An addictive colorful, musical Guess-the-word mix'n match puzzle game for up to 2 players, And It's all Visual Basic. In code it demonstrates: Animation/graphics, How to make your own custom toolbar, Music (MCI32), Game timing control, Keeping a Score table, Mouse control, A method of employing Shareware. Programmed in VB4 32bit, it will compile in VB6. Flip! It was sold as a commercial Game for Windows in the United States and Europe during 1996 and went on to sell over 17500 copies worldwide. I have released it to the Programmers domain so other can learn Windows game programming from it. So you youre not a porgrammer, you can still enjoy the game!

3_2004-2005 #137450
Doctor Lottery: Complete Lottery Number Analyser and Simulator

Distributed as a commercial program, largely via computer magazine cover-mounted CD-ROMs and shareware downoad sites, This program will identify which lottery number formulae will work best in terms of highest return. A Must for any Lottery Player!. It calculates how much money you will lose! for arithmetic speed reasons, the engine for this program is in Microsoft Visual C++ and I have posted it in Planet's VC++ section. The program will run in any 32bit Visual Basic. This code demonstrates pretty much any VB app would be expected to do. Many users described this as CuriosityWare - Enjoy!

3_2004-2005 #137451
ProgressBar without OCX's - only a few lines of code!

The Visual Basic Progressbar requires the huge comctrl32.ocx to be distributed with your program - not any more! this is the classic method with the familiar dark-Blue on white background. I have been asked this over and over again, so here it is. It is actually 2 labels stuck together with a bit of arithmetic used to animate them.

3_2004-2005 #137464
Hyperlinks: Add hyperlinks to your VB Programs!

Lets you create hyperlinks from within your program, only 2 lines of code and no OCX's! Just follow the simple instructions in the code, Hyperlinks can also be used for Hypergraphics in your program too. Use this in menu controls (for directing your programs end-users to your technical support pages, help pages etc..). loads of possible uses! The cursor changes into a hand, and using the click event the hyperlink can change color when visited, - Does the same as the real thing!

4_2005-2006 #156391
Multi Font / Color Listbox

Visual Basic Listbox with highlight and scrollbar. It allows multiple fonts, and different backcolors and forcolors concurrently. This demo uses a mini database to populate the listbox.

4_2005-2006 #156392
Hyperlinks: Add hyperlinks to your VB Programs!

Lets you create hyperlinks from within your program, only 2 lines of code and no OCX's! Just follow the simple instructions in the code, Hyperlinks can also be used for Hypergraphics in your program too. Use this in menu controls (for directing your programs end-users to your technical support pages, help pages etc..). loads of possible uses! The cursor changes into a hand, and using the click event the hyperlink can change color when visited, - Does the same as the real thing!

4_2005-2006 #156393
Desktop Phonepad

A Handy desktop phonepad for any Windows PC, Stored all data and memos into a .dat file on the hard drive. I programmed this for a friend when she had her real phonepad torn up by her child, so this one will never get broken! always there when you need it. Supplied with all code can be customised as you please. Press any letter on the keyboard, to get your entries, - Just like the real thing!

4_2005-2006 #156394
Flip! A Complete Game for Windows.

This is the complete game in code. An addictive colorful, musical Guess-the-word mix'n match puzzle game for up to 2 players, And It's all Visual Basic. In code it demonstrates: Animation/graphics, How to make your own custom toolbar, Music (MCI32), Game timing control, Keeping a Score table, Mouse control, A method of employing Shareware. Programmed in VB4 32bit, it will compile in VB6. Flip! It was sold as a commercial Game for Windows in the United States and Europe during 1996 and went on to sell over 17500 copies worldwide. I have released it to the Programmers domain so other can learn Windows game programming from it. So you youre not a porgrammer, you can still enjoy the game!

Languages
Top Categories
Global Discovery