Results for "Author: joe shmoe"
This little program teaches you how to create a file, open in, then put the data from the file into controls. This is great for beginners
converts fahrenheit to celsius, and vice versa. this is 1.5 I made a mathmatical error in 1.0, and added msgbox()'s if you don't select a checkbox or enter a temperature. download and try it out. then vote
This takes a jumbled word and compares it to a list of words (apprx 110,000 words) that are commonly used in crossword puzzles and such. I got this paticualr idea from Robert Rayment's code on finding anagrams for a word. You can also replace the provided word list with a bigger one. please give all feedback positive and negative. Thanks, and vote
This program uses accurate physics formulas to plot the path of a trajectory given an initial velocity and angle. all of the physics related code has been placed in a module so it should be pretty easy to use in your own program. all of the code is heavily commented so even if you're shaky on newtonian physics it should be pretty easy to follow. i spent more time focusing on the physics part of the program and not so much the "VB" part. so if anybody could explain why the program crashes after i clear and the re-fire, that would be great.