Results for "Volume: ASP_Volume3"
This is my first C++ algorithm as well as my first submission to PSCode. It is definitely great for beginners. It has basic I/O and practices doing math in C++. You enter your age, the current year, and a year in the future and it tells you how old you will be in that year.
Send unlimited attachments to SMTP server (limit:mail account space) It's based on Sebastian/Tair examples (great coders!!!) and some personal adittions The base64 alghoritm work fine with little files (
This is an Antivirus Utility with Files service and Directory Related Operationbs. Run EXE in order of Advance features of Utility in Command prompt.
This is a simple Client to go along with my Winsock Server Example.
This example shows you the basics of creating a barcode scanner program in vb.net. I am using a Symbol MC9060 barcode scanner with the symbol SDKs.
Informational
If you would like to have your taskbar icons and all the windows icons to be animated then this code is for you. This code demonstrate how icons of differnt windows can be animated.This example loads notepad and animates its icon. Note: It assumes the path c:\windows\notepad.exe, if notepad is located in a different directory please chage the code first. It also shows how the text (Caption) of a window can be changed. Code By: NILESH P KURHADE Email: bluenile5@hotmail.com
The goal of this app is to store data about Books, Music CDs, DVDs, Movies, Magazines, Games, Software (and any other category you may want to add), for you to know to whom you lended it and when. The most boring thing is realy the inicial data insertion, especialy if you have lots of media ;). It uses an access db. You can add/edit an item and associate an image to be stored in the DB, and you can print the DVD covers and CD covers without having to resizing the image, it's all done for you! And later if you want, you can save the image from the db to a file. Soon I will add a printable report for the result items of search. This is a convertion of my Asp project that you can find here on PSC, but with new features. You can find the asp version here: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=8542&lngWId=4
This is my first non mfc gui. It is well documented. Simply this program just gets a username and password. adds 2 to each character of the user name and compares it to the inputed password. then gives you a message as to whether it was correct,incorrect, etc...
This is a Simple Encryption/Decryption Program that uses The Windows API. It utilizes a Splash Screen, Dialog Password Box, and File Input and Output. This is a complete Encryption Program.
Beautiful Lcd Clock applet that accepts 3 parameters: background color,format and blinking enable.
The code demonstrait how to use multi-threading in C# langguage. Donwload it to see if it is usefull for you.
This is a very simple breakout game. when the ball hits the bat (base), whose movement is controlled by mouse, the ball bounces up and break the bricks. There is only one level in this game. The speed of the ball can be increased or decreased. The ball has three lives. I feel that this program will be helpful to the beginners who want to know about game programming, OOP (Object Oriented Programming), Basic File Handling, Graphics in C++ and mouse handling. Comments are very welcome.
***Disabling CTRL-ALT-DELETE on Windows NT, Windows 2000, and Windows XP*** There is an undocumented way to disable the Ctrl Alt Del key sequence on Windows NT/2000/XP using the registry. The key, 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon : AutoAdminLogon (REG_SZ)' has only two legal values, according to Microsoft: "0" and "1". 0 disables automatic logon of the account stored, and 1 enables it. The strange thing is that if you set the key to "2"...
This was my final for my intro to computer programming class, it is a console vending machine. It contains good examples of classes, pointers, bubble sorts and lots more. This is also the first program I tried to make Object Oriented. The code is thoroughly commented. Feedback is appreciated (positive and negative)! Thanks for looking!
Boom! is a particle explosion simulation. It simulates explosions composed of many individual elastic pieces. Each piece also has a shadow, which has a very nice effect when the explosion occurs over a detailed background graphic. Boom! is a fun little side project that I devised while looking for a quick way to put explosions into another game I'm writing. It turned out well enough to warrant a GUI so that the user can tweak the particle properties. There is also a 'multiball' feature, so that you can start up several explosions at once! In this simulation, each particle is an instance of the same class. I used this approach to show how easy it is to create an array of similar objects, each with dynamic property values. It makes for very concise and understandable code!
NOW COMPATABLE WITH VB5!! BUGS FIXED!!! This program creates an alphabetical list of all the words you've typed sice you started the program. It will then tell you how many times you typed any word, when you typed it, and in what window. It also tells you what operating system you're running, your computer name and your windows user name.
I hope that this code will be helpful to those (specially the beginners) who want to know about using linked lists. This is actually a very simple program which shows the basic linked list operations like insertion, deletion, searching, modifying and traversing. Any queries related to this code is very welcome. Tell me if this piece of code was useful to you !!
This BST code will be useful to everyone who wants to know about the basic operations of a BST like Insertion, Deletion, Make Empty, Find Minimum, Find Maximun, Search, Traverse Ascending, and Traverse Descending. Do leave some comments on this code!!
Zip and Unzip files in this pure Java based tool