Results for "Category: Complete Applications"
IESpy lets u keep a watch on the webpages visited by anybody.It checks whether IE is running and if so logs almost evry webpage visited, another alternative to checking history folder which is genraly deleted by the users.It saves the data in a log file when exiting.Also shows how to implement enum callback functions. Please leave your comments and suggestions.
Ever wanted to hide windows you did not want you boss/parents to see while u r working(or playing!!!),magic windows let's u hide/unhide windows with ease.My first submission in c++ on PSC .After working in vb for a long time ,found out c++ is way ahead of vb.Absolute control ,that is what c++ is all abt.Please do send me your comments at venky_dude@yahoo.com
If you don't like compiling from DOS when you use borland C++ 5.5.. well this is the solution for you. UPDATED!!! It now compiles windows programs as well as DOS, and can edit CPP source files too!
Write a file to a disk
This is for Visual basic users also: this will show you how to create a exe with no compiler, linker, anything just pure machine code. Please vote
This is for programmers of any langauge.This will teach you what happends to varibles and labels when they compile.Shows you example and c++ and visual basic and assembly. Teaches Opcodes and Machine code too.
This program will help u get any windows handle and then let you change the window's title through that handle. Gives u a good learning of how to have fun with handles and how to use them..
A cool and easy Alarm clock, that lets you set a personalized message and uses an API function to call alarm wave file. An Excellent way to learn how timers and controls work, and how to work with the mmsystem.h header file for sound playing functions!
This program will teach you how to create hooks and dynamically control the behavior, outlook or anything related to a window. This program shows subclassing for MSN Messenger, by setting up a hook and then dynamically adding Menu items to MSN Messenger and handling its behaviour to certain events. With this technique, you can virtually do anything to any window or application of which you do not have access to code. Subclassing and hooking can be VERY powerful when used properly. Please check it out and please vote (o= Thanks
ICQ-Pager is a complete GUI-application which lets you send a message to the ICQ-Pager. The downloadable zip-file includes the complete project for MS Visual C++. The subfolder 'Release' contains the compiled and 'ready to run' exe-file. The sourcefiles are fully documentated, so this is a good start if you want to learn something about basic GUI- and winsock-coding. The code does not use the MFC, just standard WIN-API.
Heres a little Winsock IP Chat. Using a rich control. A Perfect example if you dont know how to use winsock.h
Here is an example on how you can make a windows application in pure C. No C++ is nessicary, and the source file contains the .C extension. This shows you how you can create icons, menus, buttons, listbox, combobox, static labels and assign them id's and process messages without subclassing each one. This is really good example if you only know dos programing!
This is the character editor for a video game I am working on. I wasnt gonna upload this but I havent given out anything in a while so I though Id share this with you. It contains about 1,500 lines of code. This isnt one of my new open source projects, its actualy part of a game thats being devloped for use over the internet. ( I got like 5 different programs on working on at once, talk about overload!) The MMA simulator is a winsock DirectX game, that lets UFC fight fans player each other via a special winsock chat room. The character editor is how they can create there characters, almost like trading cards to trade with one another. The interface for this program isnt all that great since it was designed to only get the data form the user =). What it does, is have a list of different inputs, which are then translated back into the fighter structure, which can be saved and loaded as a binary file. The game engine, reads the fighter structure from the binary file, matches it with the approrpiate graphics, and there we go, we got a new individual fighter with new stats. You can probaly get some cool information out of this like, saving/loading structures as binary files, common dialogs, splash screen, and some other nifty features. Note were looking for more graphic artists to help out with the characters fighting animations, so if your interested go ahead and give me a message. =) see ya.
New Looking Guestbook. Add this cool looking guestbook to your website. Visitors can Register then login and do all sorts of things. I am making the code (FULLY) customizable so edit and change anything you like. Please I would really appreciate it if you would vote for me as alot of work went into my code..
This code will hide the location of the file the user will download from your site. It's not fool-proof, but it will help in avoiding other sites to download your files directly. If you have any suggestions on impovements, please feel free to give me feedback.
This is a complete, self-contained BBS application. I confess that I've taken good ideas from other BBS products and duplicated them here. The BBS supports multiple forums, file uploads, and threaded discussions. Email notifications can also be generated using the "ABC-BOT" that is also available on my web-site. To install, extract the ZIP to an appropriate directory on your IIS server, set the permissions and you are good to go. The underlying data is stored in an MS-Access database (included).
A simple shopping cart program. It uses the dictionary object to store data in the session. It pulls all information from the included database. I used a fake company name and horrible graphics but, the code works nicely!
In this tutorial, I will share a good site function with you. I will show a good method which can be used to send emails to users. The tutorial will focus on sending e-mails to users(using ASP Email) by opening text files in which e-mail text is stored. At the end, I will present a good example of everything dicussed by building a "Forgot Login" application.
MasterConsole 3, make console programs for this program in C and C++.
file shredder for gcc, shreds files so when there deleted, there gone for good!