Results for "Volume: 4_2005-2006"
Using Windows Media Player to play MP3's
This is the IV part Of my compiler tutorial...if no encouragement will be given to me or no mails then this is the last installment....if u will support me than i will go furthur
snake is a classical game of snake. hopeu enjoy it... now u can record High score.... eat special fruits... vary game speed... and more.... i hav uploaded exe files as .exea files. just dbl click on the create exe.bat file and it will create the exe for u n u cqn run the game frm there. 2. if u r running the game frm within the turbo c++ IDE... then plz change the path in the initgraph(&gd,&gm,"c:\\tc\\bgi") according to the path where ur turbo c++ is installed. 3. plz also change the path in fname[25]={ "C:\\tc\\snake\\" }; in the maze_data:: load() function. Also path in the ifstream f("c:\\tc\\snake\\hs.ark"); 4. the game currently contains only 3 levels. u can add more levels by maze editor. 5. if u want that the levels created by the maze editor should b added in the game rather than in custom level option then save ur levels as 4.lvl 5.lvl etc. note that the extension must be lvl. 6. if u r creating levels only to b run in custom level mode then any extension or no extension can b used. Thank you for trying my game. hope u enjoy it... PLZ VOTE 4 IT.....
An Awesome Easy to use, easy to install To-Do List. No configuration...just upload and use.
If you are one of those people who have been programming for 6 yrs and vote poor for every code that's not useful to you, THIS CODE IS NOT FOR YOU. It is intended for use by begginers only, and allows them to have simple registry read \ write. I REPEAT : THIS CODE IS FOR BEGGINERS ONLY.
**UPDATED** A starter project for new people to ASP and Access Databases, this script shows efficient INSERT, UPDATE, DELETE statements with CSS styling and a custom built paging script. Please vote - any feedback welcome.
ASP AJAX samples, using Simple AJAX Code-Kit (SACK) by Gregory Wild-Smith. First example shows how to fill actual page with external data without refresh. Second example is the classic no-refresh data acquisition, good for CHATs and other applications. The samples are very clear and easy to understand. If you like them, PLEASE VOTE!
Make your programs registerable, so that users will be more apt to pay you.
This program converts the VB6 project file to VB5, before opening VB to open the file. If the file is already VB5 compatible it will leave it alone. Compile the file to the same folder where Vb5.exe is and then hold down SHIFT while right clicking on a .vbp file. Choose Open with... then click on other and choose the file that you compiled. Now whenever you open a .vbp file it will convert it then allow VB to open it. NOTE: if there are more tags that are not VB5 compatible, please tell me. The old version did not work with project files that had a space in the path, but this version is compatible. If you like this app, please rate it.
never released on planetsourcecode.com is a paidforsurf emulator. i created this in about 5minutes with inet, not that useless web-browser component. it's very small and very simple. you can play around with the code to get it to look good or whatever. but the planetsourcecode database is in need for a program like this, so here. also, this is not one of those fakesurf programs which make it impossible to use your computer while that's on, this emulates the hours for you, while do whatever, make lot's of money with no effort :]
This code consists of three files, two are a header file and source file for the window docking system and the third is a simple program that demonstrates the use of the window docking system. The window docking system allows any number of windows to snap to and dock with a main window using purely Win32 API code, none of that nasty MFC stuff!
Several examples on how to totally manipulate a string. How to Reverse Strings, Add Spaces, make a string "Elite", etc. Also demonstrates how to get letters from a string and add to them or remove them. It is heavily commented and should really help a lot of people. Cool stuff. (:
Color Wheel is a very practical program to find colors that are related together. Just choose a start color and the program does the rest for you. All the start colors are among the 4096 Smart colors palette, these colors are formed from doubles as #5599dd or #44cc11. You can also create Gradients Palettes with up to 4 colors. It is also possible to save and load the wheel palettes in 3 formats: PAL, ACT and Photoshop ACO. By the way: No MFC trash here!!! Hope it is useful for somebody out there. Have fun with it.
Just a little snip of code that lets you trim a specified number of characters from either side of a string.
Calculates a unique CRC32 hash based on strings from important sections of your exe (as opposed to the entire exe, including non-critical things such as images, sound etc). This means you can protect exe's of virtually ANY size using CRC32. If you choose your sections carefully enough, the protection can be just about as good as if you had protected every byte in the file. Please vote for this if you think it's worthy of one :-)
This code is a template for any screen saver that you wish to create, with features like config and password dialogs, preview screen, and more! Also, this code will automatically compile to the C:\Windows directory (directions for changing this directory are in the text file if C:\Windows is not your Windows directory). If you like this code, please vote for me.
This page uses Java Function for adding rows in a table at runtime. Looks Like a Grid.
To play a great, simple game. Keeps kids busy for hours and teaches them some laws of physics.
To make a very simple Profile page in your web site.
I have updated to give some AI. This is a version of the old board game othello - I converted it from DataBasic and was originally written about 5 years ago. It is not totally complete but will give a good starting point. I will be updating it to allow you to play against the computer (as yet you cannot). let me know what you think.