Advertisement

Results for "Author: jason bennison"

4_2005-2006 #156395
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!

4_2005-2006 #156396
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.

5_2007-2008 #178909
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.

5_2007-2008 #178910
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!

5_2007-2008 #178911
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!

5_2007-2008 #178912
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!

5_2007-2008 #178913
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!

5_2007-2008 #178914
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.

6_2008-2009 #201427
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.

6_2008-2009 #201428
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!

6_2008-2009 #201429
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!

6_2008-2009 #201430
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!

6_2008-2009 #201431
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!

6_2008-2009 #201432
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.

7_2009-2012 #223945
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.

7_2009-2012 #223946
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!

7_2009-2012 #223947
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!

7_2009-2012 #223948
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!

7_2009-2012 #223949
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!

7_2009-2012 #223950
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.

Languages
Top Categories
Global Discovery