Results for "Author: joshd"
This tutorial is intended as a guide for people new to Visual Basic. It shows common coding conventions and basic use of VB. ============================================== 1. Option Explicit 2. Code Formatting 3. Commenting 4. Variable Types 5. Static Variables 6. Global/Local Variables 7. Public/Private Functions 8. Arrays 9. Constants 10. Control Names 11. Variable/Constant/Procedure Names ================================== NB: The zip file has the HTML file of the tutorial.
If you ever wanted to have a string with quotes inside this is a handy tip.
For those who don't know what this does just d'load it and take a look. The premise is that you can draw pictures and they appear to "move" at the colours cycle. An update to the code I submitted last night. This version has: drawing with both squares and circles, as well as delete. It also allows you to change the colour scheme to get different effects.
An almost-complete screen saver that fills your screen with (transperent) water and lets fish swim around. Uses bitblt and is fairly fast. Not customizable (yet) and designed for 800x600 res. Take a look. (I left out a module last submit)
A REALLY simple way to do AI chatting. Uses the instr function to see if a word exists in a question. Show how to use instr, arrays, sesquentenial file reading/writing. I haven't programmed in much question's (open chat.dat in notepad) follows structue keyword1,keyword2,keyword3,answer (comma seperates, must do comma even if you use only 1 or 2 keywords)
Envision 2d Engine BETA 2: Heaps of easy to use graphics functions -Animation in one line. -Easy sprite in one line. -Screenshots: Incremental file names. -ZOrder: Drawing objects in order. -Tiling: Some function incomplete Existing Functions: blending (by percentage), rotating, copying using a colourkey, creating masks, printing text with border/bg, and printing a custom bitmapped font. It also includes the "Envision" engine which has a few functions: validating paths, easy FPS counter, nice "stopwatch" style timer. To it use simply compile to a DLL and add a reference to it in your app. This app is a prelude to a pure VB 3D engine I am planning on. The engine will be based on the code I've already posted here - so have a look at my previous submissions I've spent a while on this so any feedback positive or negative (preferably positive) would be appretiated. PLEASE PLEASE vote!
ANOTHER starfield (like there is not enough already) this is faily basic code using X,Y,Z distances, VERY simple 3D.
Merry Xmas - a little app that snows... the snow will roll down the trees and house. I'll prolly make this into a screensaver when I have the time.
This tutorial is intended as a guide for people new to Visual Basic. It shows common coding conventions and basic use of VB. ============================================== 1. Option Explicit 2. Code Formatting 3. Commenting 4. Variable Types 5. Static Variables 6. Global/Local Variables 7. Public/Private Functions 8. Arrays 9. Constants 10. Control Names 11. Variable/Constant/Procedure Names ================================== NB: The zip file has the HTML file of the tutorial.
If you ever wanted to have a string with quotes inside this is a handy tip.
For those who don't know what this does just d'load it and take a look. The premise is that you can draw pictures and they appear to "move" at the colours cycle. An update to the code I submitted last night. This version has: drawing with both squares and circles, as well as delete. It also allows you to change the colour scheme to get different effects.
An almost-complete screen saver that fills your screen with (transperent) water and lets fish swim around. Uses bitblt and is fairly fast. Not customizable (yet) and designed for 800x600 res. Take a look. (I left out a module last submit)
A REALLY simple way to do AI chatting. Uses the instr function to see if a word exists in a question. Show how to use instr, arrays, sesquentenial file reading/writing. I haven't programmed in much question's (open chat.dat in notepad) follows structue keyword1,keyword2,keyword3,answer (comma seperates, must do comma even if you use only 1 or 2 keywords)
Envision 2d Engine BETA 2: Heaps of easy to use graphics functions -Animation in one line. -Easy sprite in one line. -Screenshots: Incremental file names. -ZOrder: Drawing objects in order. -Tiling: Some function incomplete Existing Functions: blending (by percentage), rotating, copying using a colourkey, creating masks, printing text with border/bg, and printing a custom bitmapped font. It also includes the "Envision" engine which has a few functions: validating paths, easy FPS counter, nice "stopwatch" style timer. To it use simply compile to a DLL and add a reference to it in your app. This app is a prelude to a pure VB 3D engine I am planning on. The engine will be based on the code I've already posted here - so have a look at my previous submissions I've spent a while on this so any feedback positive or negative (preferably positive) would be appretiated. PLEASE PLEASE vote!
ANOTHER starfield (like there is not enough already) this is faily basic code using X,Y,Z distances, VERY simple 3D.
Merry Xmas - a little app that snows... the snow will roll down the trees and house. I'll prolly make this into a screensaver when I have the time.
This tutorial is intended as a guide for people new to Visual Basic. It shows common coding conventions and basic use of VB. ============================================== 1. Option Explicit 2. Code Formatting 3. Commenting 4. Variable Types 5. Static Variables 6. Global/Local Variables 7. Public/Private Functions 8. Arrays 9. Constants 10. Control Names 11. Variable/Constant/Procedure Names ================================== NB: The zip file has the HTML file of the tutorial.
If you ever wanted to have a string with quotes inside this is a handy tip.
For those who don't know what this does just d'load it and take a look. The premise is that you can draw pictures and they appear to "move" at the colours cycle. An update to the code I submitted last night. This version has: drawing with both squares and circles, as well as delete. It also allows you to change the colour scheme to get different effects.
An almost-complete screen saver that fills your screen with (transperent) water and lets fish swim around. Uses bitblt and is fairly fast. Not customizable (yet) and designed for 800x600 res. Take a look. (I left out a module last submit)