Advertisement

Results for "Author: azrael"

C_Volume2 #73992
Eater Polymorphism Example

Probably useful if you want to learn about polymorphism, objects and collections. This is an example of polymorphism running out of control. 1000 generic Beast-class objects are created, each assigned to be either a Dog, Cat, or Mouse. Then, using calls to the Beast class, they try to eat each other, until only one (the biggest) remains. Try messing around with it ... a larger animal can only eat a smaller one, except in the case of mice who can eat an animal of the same size - it's only fair, they start so small.

C_Volume2 #75116
Simple Validation Example using WithEvents

Ever wanted to apply validation to a lot of textboxes, but got fed up of writing the call to validation into every single textbox_change Sub on your form? WithEvents is for you! You can set up a validation class that'll keep track of the events for you ... code is a simple example, where textboxes change colour when their contents are changed.

C_Volume2 #75118
Cartoon Flowers Screensaver

Further evidence that I've gone Soft In The Head. Compile with an SCR extension, and copy into your windows folder to run.

C_Volume2 #78319
Azteroids

Version: Added Pause Function(P), fixed some bugs Version: Fixed missing .BAS file It's a game of asteroids, using classes, shapes, and trigonometry. I know it's been done before, but I got into the idea of doing it... Up cursor to thrust, Left & Right Cursor to turn, Space to fire. Escape to end. Runs well on PIII 500 Wint NT, I'd be interested to know how it runs under other O/S's. It's a lot easier to play at higher resolutions - 640 X 480 is too hard.

Java_Volume1 #92536
Eater Polymorphism Example

Probably useful if you want to learn about polymorphism, objects and collections. This is an example of polymorphism running out of control. 1000 generic Beast-class objects are created, each assigned to be either a Dog, Cat, or Mouse. Then, using calls to the Beast class, they try to eat each other, until only one (the biggest) remains. Try messing around with it ... a larger animal can only eat a smaller one, except in the case of mice who can eat an animal of the same size - it's only fair, they start so small.

Java_Volume1 #93660
Simple Validation Example using WithEvents

Ever wanted to apply validation to a lot of textboxes, but got fed up of writing the call to validation into every single textbox_change Sub on your form? WithEvents is for you! You can set up a validation class that'll keep track of the events for you ... code is a simple example, where textboxes change colour when their contents are changed.

Java_Volume1 #93662
Cartoon Flowers Screensaver

Further evidence that I've gone Soft In The Head. Compile with an SCR extension, and copy into your windows folder to run.

Java_Volume1 #96863
Azteroids

Version: Added Pause Function(P), fixed some bugs Version: Fixed missing .BAS file It's a game of asteroids, using classes, shapes, and trigonometry. I know it's been done before, but I got into the idea of doing it... Up cursor to thrust, Left & Right Cursor to turn, Space to fire. Escape to end. Runs well on PIII 500 Wint NT, I'd be interested to know how it runs under other O/S's. It's a lot easier to play at higher resolutions - 640 X 480 is too hard.

1_2002 #109840
Azteroids

Version: Added Pause Function(P), fixed some bugs Version: Fixed missing .BAS file It's a game of asteroids, using classes, shapes, and trigonometry. I know it's been done before, but I got into the idea of doing it... Up cursor to thrust, Left & Right Cursor to turn, Space to fire. Escape to end. Runs well on PIII 500 Wint NT, I'd be interested to know how it runs under other O/S's. It's a lot easier to play at higher resolutions - 640 X 480 is too hard.

1_2002 #109841
Simple Validation Example using WithEvents

Ever wanted to apply validation to a lot of textboxes, but got fed up of writing the call to validation into every single textbox_change Sub on your form? WithEvents is for you! You can set up a validation class that'll keep track of the events for you ... code is a simple example, where textboxes change colour when their contents are changed.

1_2002 #109842
Cartoon Flowers Screensaver

Further evidence that I've gone Soft In The Head. Compile with an SCR extension, and copy into your windows folder to run.

1_2002 #109843
Eater Polymorphism Example

Probably useful if you want to learn about polymorphism, objects and collections. This is an example of polymorphism running out of control. 1000 generic Beast-class objects are created, each assigned to be either a Dog, Cat, or Mouse. Then, using calls to the Beast class, they try to eat each other, until only one (the biggest) remains. Try messing around with it ... a larger animal can only eat a smaller one, except in the case of mice who can eat an animal of the same size - it's only fair, they start so small.

2_2002-2004 #119683
Eater Polymorphism Example

Probably useful if you want to learn about polymorphism, objects and collections. This is an example of polymorphism running out of control. 1000 generic Beast-class objects are created, each assigned to be either a Dog, Cat, or Mouse. Then, using calls to the Beast class, they try to eat each other, until only one (the biggest) remains. Try messing around with it ... a larger animal can only eat a smaller one, except in the case of mice who can eat an animal of the same size - it's only fair, they start so small.

2_2002-2004 #120807
Simple Validation Example using WithEvents

Ever wanted to apply validation to a lot of textboxes, but got fed up of writing the call to validation into every single textbox_change Sub on your form? WithEvents is for you! You can set up a validation class that'll keep track of the events for you ... code is a simple example, where textboxes change colour when their contents are changed.

2_2002-2004 #120809
Cartoon Flowers Screensaver

Further evidence that I've gone Soft In The Head. Compile with an SCR extension, and copy into your windows folder to run.

2_2002-2004 #124010
Azteroids

Version: Added Pause Function(P), fixed some bugs Version: Fixed missing .BAS file It's a game of asteroids, using classes, shapes, and trigonometry. I know it's been done before, but I got into the idea of doing it... Up cursor to thrust, Left & Right Cursor to turn, Space to fire. Escape to end. Runs well on PIII 500 Wint NT, I'd be interested to know how it runs under other O/S's. It's a lot easier to play at higher resolutions - 640 X 480 is too hard.

3_2004-2005 #138227
Eater Polymorphism Example

Probably useful if you want to learn about polymorphism, objects and collections. This is an example of polymorphism running out of control. 1000 generic Beast-class objects are created, each assigned to be either a Dog, Cat, or Mouse. Then, using calls to the Beast class, they try to eat each other, until only one (the biggest) remains. Try messing around with it ... a larger animal can only eat a smaller one, except in the case of mice who can eat an animal of the same size - it's only fair, they start so small.

3_2004-2005 #139351
Simple Validation Example using WithEvents

Ever wanted to apply validation to a lot of textboxes, but got fed up of writing the call to validation into every single textbox_change Sub on your form? WithEvents is for you! You can set up a validation class that'll keep track of the events for you ... code is a simple example, where textboxes change colour when their contents are changed.

3_2004-2005 #139353
Cartoon Flowers Screensaver

Further evidence that I've gone Soft In The Head. Compile with an SCR extension, and copy into your windows folder to run.

3_2004-2005 #142554
Azteroids

Version: Added Pause Function(P), fixed some bugs Version: Fixed missing .BAS file It's a game of asteroids, using classes, shapes, and trigonometry. I know it's been done before, but I got into the idea of doing it... Up cursor to thrust, Left & Right Cursor to turn, Space to fire. Escape to end. Runs well on PIII 500 Wint NT, I'd be interested to know how it runs under other O/S's. It's a lot easier to play at higher resolutions - 640 X 480 is too hard.

Languages
Top Categories
Global Discovery