Results for "Volume: 2002C"
This code reads a CD's Identification Number and then access the CDDB for a list of Tracks and information about the CD.
This is to help users to know how we can create our own Database Files with any structure using C Language.
A Easy way to READ/WRITE and DELETE from the registry. I've designed this class to be as easy as posible to use. To read write and delete from the registry is actually easy (if you know how). With this code you can be a pro in the regestry without realy working with the nitty-gritty of the API Call's etc. Hope you guys/gals out there could use this code. Thanks VB Qaid for the Write Reg functions. I have to thank all the input I got in the comment section of this code as well. You guy's made this code better, I thank you (Enrique, Chris).
This just for beginners. It shows how variables can exist in different scopes
This code allows the user to find the area of circle by clicking a command button and then typing in the radius of the circle. It is very helpful to anyone working on a calculator project. I am also coming out with area of triangle and square.
This allows a user to sort the contents of a listview by clicking on a column header in report-mode. Clicking again will sort descending.
This tutorial will give you a solid understanding on how multi dimensional ( two dim ) arrays work. Please vote!
This icludes the SML's (Simple Machine Language) tutorial along with the source of the new user friendly revised version. REMEMBER TO CAST YOUR VOTES--especially if you like it.
This Is a cool tool! It is like paint and looks good! The size of brush logic is cool!! Please rate it!!
This ONE LINE of code will make a form stay on top of your application. This is good to use for toolbars, search forms, and so on. This WILL NOT make the form stay on top of all running applictions, only yours.
Checks if a file exists. If you have anyquestions fax me at 1(305)847-0621 dont forget to visit my website for more codes and full program source codes + forms available for downloading
A fully functional Telnet Program designed to give you ease of use and solve your remote access problems.
This code adds allows you to add menu item's on your form while you are running it(runtime :)...
I had a problem when downloading mp3's. With no cd burner or network i couldn't get my mp3's to a friends house. So i made an mp3 splitter. A normal 4.0 mb song could fit on three disks. but it this splitter can support up to 30 mb's. I doubt any song is longer than that
This program draws a reddish pyramid with a fountain in the middle which contains wavy water, and sprays out blue particles (well it was SUPPOSED to look like water, lol). There is also a red globe in the center of all of this floating in midair for no reason at all. This project was a great learning experiance for me, but keep in mind it isn't all original coding. I got the base code from Dustin Davis' project at http://www.planetsourcecode.com/xq/ASP/txtCodeId.1080/lngWId.3/qx/vb/scripts/ShowCode.htm and I learned much of the stuff that I added to it at nehe.gamedev.net.
To every vb coder who once wished his/her program could easily transfer files across the internet (like ICQ): your dream has come true. These 2 simple functions take care of everything! Features: Toolkit provides both sender and receiver with the option to accept or decline the file transfer. A window with progress bar shows users the transfer completion level. Either user may cancel the transfer at any time. You can download an EXAMPLE PROGRAM showing how to easily integrate the file transfer toolkit into YOUR chat application.
I wrote this tutorial for those who wish to fully understand things from the beginning. If something is not explained clearly or is incoherent, please let me know and I will try to fix it ASAP!
Converts Hex [0 - FFFFFFFF] to Decimal [0 - 4294967295] using Currency type to avoid the sign bit.
This program allows simple desktop access the the Microsoft Word spelling and thesaurus engine using OLE Automation. You can Spell Check, Produce Anangrams, use the Thesaurus and look up the meaning of words. THIS IS A COMPLETE WORKING APPLICATION
This is another Snake game we all know so well from de Nokia cell phone. But you should also know that it wasn't originally developed by Nokia. Actually it was made on a mainframe before my time:) It's programmed using DirectX trough Jared Bruni's MasterX classes. I've not paid any attention to the graphics really but you could improve it if you want. There is also sound included and the gameplay is very well actually although, I don't know how the speed turns out on a slow machine..