Advertisement

Results for "Category: Complete Applications"

Java_Volume1 #101185
University information system

This is a complete program to perform the university information system. This program also include graphics and sound.

Java_Volume1 #101188
File Mold

File Mold can split, merge, compare, extract, inject and rename files. can accept drag & drop files. Uses some WindowProc, All in Dialogs. It also shows you how to use DragQueryFile and shellapi.h

Java_Volume1 #101192
[ Elite Converter ]

A simple MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code(Its not commented as much as it should be, I will try and fix this later) I'm sick of rippers... Might I note the side effects of this application: User death, if my work is stolen, ripped or plagiarized Do not steal my hard work!

Java_Volume1 #101244
Keylogger 1.0 easy

easy code,keylloger all characteres.umm see it

Java_Volume1 #101255
MiniWin: A few Windows Console APIs could make your C++ programs cool:)

A few Windows Console APIs could make your C++ programs cool:)

Java_Volume1 #101258
Dos 3d Paint

This is a simple 3d Paint for Dos and Windows, that can store,edit,existing paintings !

Java_Volume1 #101272
Ecomposer - Turn your kepboard into a synthesiser

Ecomposer is an application which will turn your keyboard into a synthesizer with 255 instruments. It is a very good code example of using MIDI in your aplication. It also shows how you can use DirectX api for input called DirectInput in your applications. you can record and playback the music. save the music in a file. record for 16 channels sperately and play back all of them together. with each channel having a different instrument. Besides all this it also uses genetic algorithms to create new music based on user created music. It is a good start to learn how genetic algorithms work.

Java_Volume1 #101274
Process Monitor

Process monitor can list all processes on a system just like taskmgr.exe and give you a lot of other details about the process like dll's handles ports opened by the process etc.

Java_Volume1 #101286
Abware's SceneMax

Hi, I'm glad to share 'sceneMax' with you. SceneMax is a new 3D scenes scripting language developed by me in order to let everyone the chance to create fast 3D video games with no effort at all!. The different between this engine and all the others i know is that here you can describe what you want in a very simple script instead of invoking the engine's API. The package contains the engine itself, integrated editor (although you can use any editor including ms-notepad) and a sample application called projector which is demonstaing how to use the engine and is used by the editor to test its scripts. After mastering the very simple commands you will be able to make stunning animations in no time and even integrate them into your own programs. The engine uses c++.net, directx9, ATL and STL to make the magic happens. The editor is a VB6 application based on my abware's PUMA application Also submitted to PSC and the projector is also a simple c++ win32 exe. Since i can't put all this stuff in PSC (because of the files size) i put here only the engine itself. you can download ALL THE SOURCE CODE from my web site: www.informatica.co.il/scenemax/scenemax.aspx and if you don't want to mess with compiling sources you can use the 'one click install' feature. I have greate future planns for this application and i will share it with you. please send feedbacks. note: if the one click install failed to register the engine a message box will appear, press continue and at the end, register it yourself using regsvr32. i'll be glad to get Any comments and suggestions about this code. Have a nice scripting. Adi Barda

Java_Volume1 #101289
Grade Calculator v2.1 With Color

THIS IS AN UPGRADE TO THE GRADING PROGRAM V2.0. THIS VERSION IS V2.1 NEW AND IMPROVED TO THE FULLEST AND CAN TAKE IN LETTER AND NUMBER FOR GRADE LEVEL NOW. THIS PROGRAMM IS USEFUL IF YOU REALLY LIKE TO KEEP A GOOD CHECK ON YOUR SCHOOL WORK.

Java_Volume1 #101290
hAx DLL Injector

A generic DLL injector. Tell a user-defined process to inject a DLL of your choice via CreateRemoteThread(); Useful for reverse engineering and debugging to intercept API calls and etc. Also has good examples of using GetOpenFileName(), CreateToolhelp32Snapshot() and more. Exceptional error handling as well, just check it out =) Unfortunately it only works on Windows 2000/XP due to the lack of support for CreateRemoteThread(); Don't forget to rate!

Java_Volume1 #101291
simple websever

I decided to write a very basic webserver as a learning experience. It ended up being fairly easy and I thought I would paste the code incase anyone else is interested. This code is meant to be a first step only, it uses the http protocol only for the GET command and then sends the requested html or image back to the web browser. It is not set up to transfer data files, handle forms or anything complex. Remember, this is merely meant to act as a starting place for anyone interested. If you do decide to go further into webserver development, I recommend you research the http protocol and look to more complex projects (such as opensource webservers). This makes a great learning tool (at least the way I like to learn). It is one file approx 200 lines of code - half of which are comments. No searching through complex classes or functions is required. I hope it helps anyone interested, for those who have more experience - feel free to share it! EDIT: I zipped up main.cpp and uploaded it - because the format of the code looked horrid when it was cut and pasted.

Java_Volume1 #101292
Hussain Text Editor

This project is a Advanced Text Editor Application. It is one step more than just ordinary Text Editor. It is Multiple Documented Text Editor. I mean you can view or edit one or more Text files at a time. Imagine a head ache of viewing two text files at a time in two different Text Editors or Notepad. But here you can open and view or edit two or more text files at a single time. You can even take a print out. Here you can do what ever you want to with the text files. Guys and Gals don't forget to vote.

Java_Volume1 #101359
Online Shopping Cart! (Pulls Item Info From DB

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!

Java_Volume1 #101361
Sending emails from asp by reading them from text files

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.

Java_Volume1 #101363
ASP Newbie Database Editor

Allows you to edit your database online. You can add, edit, and delete tables, fields, and records. This also shows how to allow custom SQL statments like adding a autonumber primary field. Probably a few bugs because I an pretty new to ASP and SQL.

Java_Volume1 #101365
FULLY FUNCTIONAL ASP FORUM - MtMWebForum 1.0

This is the version 1.0 of MtMWeb Forum - a fully functional ASP Forum, where people can submit their doubts about something for example and others can answer. It is not a complicated code, but very effective - great for people who want to learn how to deal with databases ( recording, reading, separating in many pages and so on ). If you want to start working with ASP, it is a must see. If you want to check the latest version of this forum go to http://mtmwebforum.vbf1.net The version 2.0 of MtMWebForum is available here : http://www.planetsourcecode.com/xq/ASP/txtCodeId.6365/lngWId.4/qx/vb/scripts/ShowCode.htm

Java_Volume1 #101366
FULLY FUNCTIONAL WEB FORUM - MtMWebForum v2.0

The version 1.0 of my forum was the first web forum posted on Planet Source Code and it was Contest Winner in February/2000. Now I finally release version 2.0! New and Improved! A lot of new features, including : * Multiple replies * E-mail notification * Counter for every message * A Configuration page MtMWeb Forum is HIGHLY configurable - you can change almost everything using your browser via a configuration page. It is fully functional and ready to rock! Enter MtMWeb Forum Home Page - http://mtmwebforum.vbf1.net If you want to E-mail me : mautheman@yahoo.com

Java_Volume1 #101380
Event Calendar Manager

This bit of code gives you the basics you need to manage dates and events. The design is simple so it can easily be changed and the interface is also very easy to use. Features to come: - A Monthly Calendar View - A better Login system - A way to delete entries that are too old Added: - Better code commenting: please let me know if there is enough to explain it well or not

Java_Volume1 #101387
ASP Guestbook

This is an Access-based guestbook; DSN or DSN-less database connection. Zipfile includes scripts to display, enter and delete entries, plus readme file. Can be customized simply by changing html code.

Languages
Top Categories
Global Discovery