Results for "Volume: 2002ASP"
MAKE A POPUP MENU APPEAR WHEN YOU CLICK A LABEL OR COMMAND BUTTON! EASY! ONE SIMPLE LINE OF CODE! (o:
An example using the 2D particle engine within the MVX Game Engine.
Phone book just to help people get started. Had to do it for school. EDITS, DELETES, SORTS, PRINTS, DISPLAY, SAVE (DISK), RETRIEVE (DISK). thats about it.
Protect your project with a password of your choice. For beginners! (o:
My version of an easy calculator. supports all the major functions and sin, cos, sqrt. Has an easily implimented memory function and running total.
This code was publshed before, but this is a much simpler way. This code is very cool! When you move a mouse over a label, the text lights up! When you move your mouse off of the label, the text turns back to its original color. VERY COOL, VERY EASY!
This zip file contains ASP codes for Accessing Microsoft Access Database, Microsoft Text driver, Cookies, CDO mail component and many ...
This screen saver simulates 4 particles with gravity, and draws color changing lines between them. Gravity, refresh, and number of color bars are fully configurable, and you end up with some VERY neat pictures. I used the screen saver template at vbhelper.com as a starting point.
An example of how to use the MVX Isometric Tile Engine within the MVX Game Engine.
A simple database that store student records. Can use to add student record, search or sort the records.
This program can calculate the day of the week from a date key in by user.
Create a Coolbar (like MS Office 97) from a normal VB toolbar. It's not necessary to subclass the form or something like that, just a few lines of code, and that's it.
A simple hospital system. Can add, update, retrieve and delete records like patient, ward, employee... I think it's helpful for those who want to know about how to update and delete record. Please give your comment so that I can improve on it.
When your user closes your form, it shrinks and slowly drifts off the screen in the direction of YOUR choice! (o: A simple code! (o:
Change and freeze the moneyvalue in the game Stronghold
All kinds of stuff to an array, including: Read file; print array; print stats (average, range, mode, median); add to the file (multiple nums); delete from file (one num); sorting (bubble sort / replacement sort / insertion sort / quick sort); find a number using binary search *** Please rate this code and include any suggestions ***
Enter a number and the program will determine if it is prime. If the number is not prime the program will find the prime factors. For really big numbers it should only take a few seconds to process other than that it's lightning fast
This is a linked list program that allows you to add nodes to the front, end, and a specified place in the list. You can also delete nodes from the front, end, specific, and/or all node that are the same.
This code will make your form stay on top of any other windows running, just like winamp stays on top.
Basicly, this is a text based rpg. I think it's primary purpose it to develop my own coding abilities, but other beginners can use this as an example of how to take what they have learned and develop it into a seperate program. Last revised on 11-30-01, Now you can fight bosses.