Results for "Volume: Java_Volume1"
Toxetris is a version of the classical game, TETRIS. The difference is that, the pieces are sliding, not jumping to the next square. Also you can pull down faster. It is a one week project. All the files are accesible. You can change them. The sliding pieces bring some problems: Most of the time, I have to check more positions for a piece if it is an empty place or not. Anyway, here it is... Pl ease write in your comments if you check it.
Here is somethig to make you smile! This program consists in TWO MOVING EYES THAT FOLLOW THE MOUSE CURSOR on the screen, telling you what window is under the cursor. The animation IS SO COOL THAT THE EYES EVEN BLINK!
If the game gives you a Bgi error just IM me nit3shift. This is a game that i had to make for my last six weeks project for school. I am not done still couple of bugs to figure out. The objective to to move the ball with the arrow keys left and right. block go up and you must avoid them. If you hit the block u will go up with it and if you hit the top you die.
Ever been on AOL and downloaded a file. Did you wish you can make the effect of inverting the text when the progress bar reaches it? This code does just that. Example form included.
This template allows you to create variables, that can stay static after the program goes out of scope. Ex, you create a variable that holds a value, and after your program ends, and is restarted, the variable will once agian still hold the same value!
StatusBar Event Handling Routinue
Ever wanted to get feed back on something, like on if one of your programs are any good? Or just wanted to vote on something??? Well, now what i have created is a program that when customized to your liking, you can call a vote on a topic! Or on anything you like! Just set it up, and when you are ready, distribute the EXE to the users, and they will select an option that you have given them, and all the results are saved to a server, and so their are no messey connections, and best of all, it will display the results on a bar graph and how many votes have been made on all options. HAVE A GO! Their is already an EXE in this project to run as an example, fully working. Go on! Go vote NOW! :)
The abillity to see the audio output. in a progress bar.
Created a DbSet Class which allows easy JDBC access.
Do you own a cow? Ever wondered how to tell if it has mad cow sickness very funny test also a few good things to look at but I recomend it just for a laugh PLEASE NOTE: Button code was made and coded by GEEZA the code entry is called killer button thank you and the idea was got from www.madcow.com I just put it into a vb program ok thanks
This is a fairly basic code, but I had someone ask me how to do it, so I figured since I made it I might as well post it. Basicly this is a simple function which you can add to either a bas, or a form, and then you call it, and it removes all occurenses of a character within a string. IE.(My name is steve) if you wanted to remove all the spaces you could use this.
You enter your name and age and then it displays it for you!!!! By the way im just experimenting and im a NEWBIE at C!!! Vote for it if u like.
This is ideal for a game. Many games simply look better or work better in a different resolution. Mostly the look is because whatever resolution you were using on your computer at the time is what the graphics in the game will look best as. This code will simply enable you to set their computer resolution to whatever you want.
This code simply takes a picture of your desktop or a screenshot. I guess if you wanted to you could use this to view the desktop of a computer over a network, although that would be a bit slow. I hope this code is of some interest to some people Hope this helps.
As far as I know this only works in vb5 and above. I submited this code previously, but the link I provided was incorrect, and that fact has just now come to my attention, so I am now putting this back up. You can download it either from here or my site. Either is fine. To get it from my site go to http://www.vbtutor.com/downloads/docking.zip or just download it here. Check out my site: http://www.vbtutor.com
This program rotates a 3d cube to the 4 directions, using a translation code, and also has a zoom in/out option (control it with: W, A, D, X, 1 & 2)
This class manages large integers of any size (the size is limited by your memory). All useful operators have been overloaded so a behaviour as close to a built-in "int" as possible is given. Parts of the code have been written in inline-assembly to improve performance even more (though you can turn this feature off, in case your compiler does produce faster code for your case). There are a couple months of work in this code, so please leave a vote and a comment :)
A function that converts rich text to standard HTML with the use of calling one simple function. Example form included. NOTE: The Microsoft RichTextBox Control is required.
This is the source code to (my) not-so well known Coolest Fader. It can fade text with colors in HTML, ANSI, and Yahoo! Chat Color Coding. It is written in VB5, and there is no use of the rich text or mswinsock control (for you VB5 users who haven't fixed that problem).
This is a very simple encrypt/unenceypt and when i say simple i mean simple. works for any string containg the normal chr's ie. (1-9,a-z). Works good tho for simple encrypt.