Results for "Volume: 2002C"
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.
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
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!!!!!!!!!!!!!!!!!!!!!!
Create an MS Access Style Combo or ADO DataCombo using a class and a single property
LARGE Prime Number Checker. Largest Possible Number = 9999999999999999999999999999 (Much larger than other prime number checkers). Its fairly quick for a number
This will allow u to join a chat, and when u do u can Kick All, Host all, Dehost all, and so on.. Very simple and basic!!!!! If you come on MSN Saying you made these bot'z could u please mention my name a bit in the copyright or w/e u add to it... Give me a fead back on what u like/dislike............ Im looking for someone to program with if anyone is intrested add me to messenger supa_thug21@hotmail.com!!! Enjoy!!!!!!!
The reason i wrote this class and project demo was because the vb listbox control is a great, fast and easy way of storing large amounts of information in memory and then being able to retreive that info after from an organized list w/indexed items etc. But.. What you will see in this class is the exact same thing as the vb listbox control except for the activex control interface of course (not a bad idea if you wanted to make one with this class). I also wrote functions in this class that arent included within the vb listbox control, such as RemoveDuplicates, ResizeList, RemoveItemByString, and FindItem. This class is faster than vbs listbox because the vb listbox is a memory hog (when it's listcount is in the thousands) because of the graphic routines and cause of this its slow as well. Im only saying this based on using the vb listbox control for just storing information and then retrieving it after, Im not saying the control in general, its great for use in programs, but if all your using it for is to store info, like i said earlier, then this is a better substitute since it's just code based. The great part about this is you can just keep adding functions and your own routines or modify mine to your own liking. What you can learn from this class is the following: (1) How to use and create property functions in classes such as Property Get or Property Let. (2) How to use arrays and their features in vb, such as UBound and LBound, redeclaring arrays, and how to preserve them as well. This is a great class and i hope if you havnt voted for this yet on planetsourcecode.com, then please do if you find this a good replacement for storing information or just in general rather the vbs sluggish listbox control, Heck, all this needs is a activex control added and it would be a new listbox control ;]
This code creates a Genuinely Unique Identification Number, {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
This game took me about 2 hours. Its fun and addictive, I think, and it runs fast on a 166mhz pc. You'll wanna slow this down abit, I expect. Race the evil Boris the nasty in this racing game, maybe the first or secnod such game on VB planetsourcecode. Anyway, its got to be the first 3D racer, and you can make a better one, just by downloading my 3D engine, my 3D model maker, and using your imagination and abit of VB code. Resspect
A Nice Looking Screen Capturing Tool. Use this camera take pictures of your desktop screen. You can take screenshots for your works using this program. By the way, your vote is appreciated by me.
A whole graphics engine and a sound engine with a full sample program. graphics engine has: Animatition with 1 picture, animation with array of pictures, bitblt, move sprite over background and Pixel manipulation; Sound engine has: Make a trackerbar from a picturebox 9that works), Play and stop wav file, Play and stop midi file, Play short wav file, Stop all sound and get Short File name. A midi and a wav file included for testing. The engines are in a seperate module each so you can make a copy of them and keep them seperate from the sample. the sample is fully commented but the engines are not.
The code bellow creates a Global Unique Identification Number (GUID), using the CoCreateGuid API found in OLE32.DLL on Windows 95, Windows 98, Windows Me, Windows NT and Windows 2000. The created GUID has five parts that represent the individual parts separated by dashes that you would see when viewing a CLSID or GUID in the system registry.