Browsing Visual Basic 6
A Tip to save Time
This is a tip that will save many of you VB Programmers a lot of time.
A good collision system
My article learns you how to make a good collision engine (d3drm).
Data types in Visual Basic
Learn everything about data types supported by Visual Basic!!!(Don't look at the ratings because this article has been updated to make it as complete as possible!!!)Original Author: Deepanjan DattaCodeData types in Visual BasicJust as ice-creams come in different flavors, data comes in diffrent types.
Bouncing Lines ScreenSaver
This is a really cool ScreenSaver, it looks like a bunch of lines following eachother and bouncing off the sides of your screen.
Moving StarField Form BG (3D Version)
This is a really cool form effect, it looks like a starfield moving from the middle of the screen out at you, it kind of looks like the Windows screen saver.
Count spaces or occurances of words or anything with one simple line of code
Count spaces or occurances of words or anything with one simple line of code.
Count words in a string with 2 lines of code
Have you been using the instr function, or 3rd party functions to find the word count of a block of text.