Results for "Volume: 2_2002-2004"
DeathStar is a COOL puzzle/strategy game based off of an extremely popular calculator game. It can be quite challenging but is also VERY fun! The object of the game is to collect the 10 green orbs in each of the 10 levels. It may sound easy, but it's not! Check it out, you'll probably have fun!
With only 6 lines of code, create an awesome new tab replacement that can be customized to any color, font and size that fits your application.
Pass the file name and the function wil check from windows what is the application exe to run the file.Exp you want to run a abc.doc document from your program,u need to know msword.exe path and then you run the shell(applicate exe abc.doc,1) to execute the abc.doc This work with any extension as long as it register to windows. etc .xls,.vbp,.doc
This is your very own personal frankwall, completely skinabble, just check out the 3 templates in the people directory. Its a better way of getting your ip address ON DEMAND, if your address changes, i.e. your modem crashes etc. this will tell you, its descreet and very handy, i use it all the time. So download the code, comment on the code and then rate the code.
This is PageBalloon (v 1.1.6), its your very own desktop toy, you can chuck as many balloons onto your desktop as you desire, they are all skin mapped with ex acquaintances of mine. Its a must see, and a good screensaver replacement. they can wrap around the screen to float off the top and come up from the bottom again, they can also be kept ontop at all times. I have improved the movement function a little to cut processing time and speed it up.so download the code, comment on the code, and vote the code!!!
This is a very basic favorites editor I put together in a hour or so. This code is very basic and shows you how to make your very own favorites editor. The purpose of this code if because I tend to lose all my favorites from formatting, and I thought this looks more organized than from Internet Explorer menu. Please vote for my code. Enjoy!
The code demonstrates how you can add license key functionality to your source code similar to that used by Microsoft. Three different methods are shown, one of which ties a licence key to a particular user name.
The purpose of this code is to supply would-be 3D graphic developers with a foundation class to ease the use of DirectX8, and for others to expand upon this code so that I can get past whatever learning block I'm currently experiencing. Presently, the only thing that actually 'happens' in the code is that the pyramid will spin if you drag the mouse over the form with the left mouse button down. Please vote for me, as this is my very first code submission (I've been saving for something cool, and I hope this is it!). As a side note, you must have DirectX8 installed on your computer for this to work.
The zip file contains VB and ASP implementations of the SHA256 message digest algorithm. One common use for this algorithm is for the one way encryption of passwords before storing in a database. SHA256 is similar in nature to MD5, but 256 rather than 128 bits.
This program allows you to create your own midi music. I tried to make the interface easy and efficient to use but I'm sure it could use some improvement. It's similar to MarioPaint's music designer. Some planned improvements: * Improved overall controls * Semi-transparent highlighting instead of cross-hatch pattern (Please email me if you know how to do this) * Ability to export a Midi (.mid) file * Drums * Volume control * Pitch bending. I've included some sample songs. Please feel free to leave comments. I'd like to know of any suggestions/criticism etc. you might have. Also, I'd really appreciate it if you'd vote for me. Thanks! Update: I just uploaded a newer version. The main difference is that the form is now resizable. Also, you can place the red column by clicking on the top black bar. While you have an area selected you can now transpose just that section and you can assign an instrument to all the selected notes of the current track. I think I added some more stuff too but I can't remember now.
I used this class for well over 2 years. It is easy. It comes with a simple program that show you how to use it. I am sure that once you will know how it is working that you will adopt it.
PLEASE FIND A BUG!!!!!!!!!!!!!!!!!!!!!!! I DARE YA! I fixed the one that was found when you type somthign in the main interface when you have an empty dat file then click in the search list box. See if u can find more. By the way PLEASE VOTE!!!! thanx ;-) Well finally after heaps of emails complaining about the source safe protection HERE you go!! a non protected version, as you will see the code is a shocka, it really needs arrays. It reads everything off a text file to save HD Space. I am going to make an Access version prolly in about a month or so, well maybe longer coz i am doing my HSC. Anyway, this prog provides a simple to use, yet useful phonebook/contacts program. I have gone through and sussed out pretty much every bug I could think of, see if you can find any! I DARE YA TO FIND A BUG!!!!!!!!!!!!!!!!!!!!!!
This is a smaller version of personal frankwall for those of you who do not posess the Microsoft Voice Text dll which is used to speak the new IP address. This is mainly submitted to Vicky who nicely pointed out this dll problem, the skin mapping should work perfect now as it uses file verification before mapping. Please download, comment, and vote!
Simple video poker game, demonstrates the use of cards.dll. Detects various types of hands (full house, 4 of a kind, etc) and pays appropriate amount. Written on win2000. Not tested on other platforms.
This code successfully compiles VBScript code into a .VBS which acts as an .EXE! It has many functions such as "Run" and "Last Run", along with the usual "New", "Open", and "Save" abilites! If you know VBScript (it is almost exactly the same as Visual Basic) then this program will be a temendous help. VOTE FOR THIS!!
Drop in OCX control adds an alpha-blended shadow to the bottom and right borders of the containing form. No properties to set or code to add! Just drop and go. Fixed in 1.1 - Shadow artifacts are no longer left on forms brought to the foreground and the shadows are now correctly repainting when bringing the containing form to the foreground.
This is a breakout game that is fast and smooth. The engine works great and it has 10 levels. I can add more to it if it get's a good response.
The porpose of this program is to encrypt text and files, there are two encryptions for text and one for files, the file encryption works with a key, the key is not a code,password, or numbers that you have to remember, its just a simple file on your computer, it gets the binary number of that file and thats what it uses to decrypt it, its kind of like win zip.
Simple 15 game but built pretty well
This little piece of code will display all fonts (installed or not on your system) available on your computer, with some usefull statistics. Fully commented code for beginners/intermediates