Results for "Category: Complete Applications"
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.
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
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.
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!
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.
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.
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.
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.
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
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
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
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.
This Code Generates A Monthly Calendar Based On The Dates You Supply. I Developed This Originally For My Job And I Want To Make It Available To Anyone Else Who May Find It Usefull. It Originally Filled The Cells With Data From A Database Depending On The Date Informaton In The Database But I Removed That Function. It Is Very Easy To Add That Function Back In And If You Are Intrested In Help With Adding That Function Contact Me At: PlexXonic@SoftHome.net And I Will Be Glad To Help.
This is a complete user manager, with new usersignup, confirmation e-mail that needs to be received before an account is activated, forgotten password link, admin tools, etc.
Keep them coming back for more... "CONTENT, CONTENT, CONTENT!" is the mantra of today's successful web sites. Current, interesting, entertaining and high quality content attracts visitors who will return to your site. In an effort to maintain dynamic site designs, developers have turned to Active Server Page technology. This allows information to be stored in databases and lets the site effectively become a dynamic database publishing system. One rather simple piece of code can keep surfers coming back for more: Random quotations displayed prominently on your web pages.
Exchange banners between registrated users. You can upload new banners, adding new servers, watch stats of impressions and clicks.
NEW UPDATE ON THE WEB SITE! THIS CODE IS ONLY AN EXAMPLE CODE This code will allow you to create your own Geocities on you site so that you can offer your users the ability to create their own websites. It is loaded with options like file upload, max space allowed, full online browers web site editor.
This is a web that I banged out for a party. It took me a couple of days to write and I thought I would share it with the community. It does the very basics of notifying friends of a party, gathering responses from the users, question polling and result viewing. I left everything intact to see how it looked, but feel free (of course) to change stuff. **This is a complete plug-n-play webpage** This web-WebVite- contains these features... * Polling * Graphing * Invite a Friend * Email * dBase interaction * User Interaction Also included is a aspmail .dll called Smtpvsg.dll. Make sure you slap this in your system folder and regsvr32 it. Also, I have included two .mdb's. One is 2000 one is 97. Good luck! oh..and I would love to see any improvements..please Micah Nasarow www.gametrends.com micahn@gametrends.com mnasarow@comtex.net PLEASE NOTE!!! -Added-4-25-2000 Dudes..I am totally sorry, but the mail component I used was a licensed component. If you have it great if not, may I suggest usign the CDONTS.Mail component native to IIS4.0. You will have to make some changes to the code. If you need help..let me know or there is a good tutorial at www.asp101.com
This code contains ASP chat which uses database (MDB). Since last version I've removed some bugs i.e. sorting database or loging out users every hour. I have added some new stuff - private chat and counter which shows how many people is on-line. If you like it, please vote for me.