Results for "Volume: 6_2008-2009"
This application acts as an interface to have multiple desktops as it is in other commercial applications where you can swicth desktops (applications). Thus providing you more workspace to work and divide your work easily into parts. This application will prove useful if you are a user who has lots of windows open at a time. If you have any suggestions, comments or anything else just post it :)!
A Polynomial class that defines any polynomial by a default symbol(x) and overloads needed operators to any polynomial operation, the Interpolation class defines most used Numerical Analysis operators like Forward, Backward and Central operators and using them to interpolate points with both Newton Forward and Backward methods
An example of ownerdrawing a menu. But, in contrast to most samples, this one also paints the border of the menu... Next on my list is painting bitmaps on the menu for full customization, but this is a little more complicated if the borders are more than 3 pixels wide... Hope this helps :) (btw, had people test it on Windows XP, worked fine too)
Loads general MP3 info such as Bitrate and frequency, ID3v1.1 tag and lyrics v2.0 tag. It also saves ID3v1.1 tags. This project was meant to save lyrics tags also but it was aborted so I could start making games. Check it out. Any comments/questions EMAIL ME! Program uses microsoft common controls and demonstrates the CreateFile function (also ReadFile, WriteFile, and CloseHandle).
This project builds menus by reading from an Access Database. It creates a pure HTML dropdown menu and a treeview which uses HTML and one tiny Javascript function. It will show basic database functions using the new OleDB functions and objects of dot net.
No More Creating Manifest Files. Just Put This Code In Your Project And it Will AutoMaticly Make 1 If There isnt 1 there.
Get the previous week's Monday..."Kathleen A. Earley"
This is a graet game with sound! that shows graphics skill of c++ graphics.h library.You can learn how to move objects on the screen and block them.have fun with this game.
Source Code of Win98. What you ever wanted to know you can see now!!
This function converts numbers (currency) to words including cent conversion and cent rounding. Note: ms stores 4 decimal positions internally but displays only 2. In a lot of number to word functions this is not handled and can cause erroneous values... this function corrects for this situation. Baz,
95/NT username "Joseph P. Fisher"
well this is a jackpot game i made. it is really fun. beginners should look at the code cause it will really help you with C++. This is a must Download for all types of programmers. from newbie to expert it is fun.
AS Simple Counter is a 100% Customizable counter. It uses a IP Detection to track all unique hits and then stores everything in a MySQL database.
This is a script to display the number of page views/hits to your site. Very simple, and easy to follow.
List All The Files In A Directory No Special Componet Needed
This is a basic binary tree class implemented using templates, so it can be used with any data type. It includes the pre-order, post-order, and in-order traverses.
connect to a SQL database
This is a basic stack class implemented using templates, so it can be used with any data type. It includes the standard push() and pop() functions plus some more.
Hang the man in PHP. Picks a random word from a wordlist on the server, and the user must guess this word before the man gets hung. Also, you can choose to allow visitors the ability to add new words to the word list on the server (which can result in an _odd_ wordlist). These are checked to be single words using only characters a-z. Image of hanging man is created server side. Can be seen working at http://notfunny.org/hangman
Create a new user and destroy an existing user on a Windows NT domain.. When a user is created, I set him to be a member of Domain Users while you can specify that he goes into Domain User, Domain Guests, Domain Admins Hong YAN