Results for "Volume: Java_Volume1"
The code was changed on 12/14/00 to use fstream objects for file I/O and I also added more comments. Use this to encode and decode a text file. The same password must be supplied in both cases because it is used in the encryption algorithm. This increases the security of the encryption making your encrypted file virtually uncrackable, even using the same program, unless you know the password. Please rate this. Whether it's good or bad, I appreciate your feedback. Thanks.
Learn how to write your first program in C++! Easy beginner commands.
Quixotix Menu is a re-write of Derrick Blake's Owner-draw Cool Menus. The zip contains the code to create Windows XP-Style and Office97-Style menus (see screenshot). You can put bitmaps, icons, gifs, etc. in menuitems using and ImageList. This includes images on the menus as well as the code to generate embossed, disabled, and shadowed images (does not require additional images for these states). Code inclueds a demo project, well-commented code, and detailed tutorial-style documentation in HTML Help format.
This program is a directX tile engine written in Delphi 6 with DelphiX component library.It supports 3 layer maps,animated tiles and collison detection.Please vote if you like.
Draws a nice 3D-Starfield in a Form (uses X,Y,Z positions) width a very short code Shades each star depending on the distance.
Tic Tac Toe game, you can play with the computer or with another person. Can be played with mouse or just with the keypad. Everything works with mouse and keyboard at the same time
This is a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It's a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values. It's very rough around the edges and needs alot of work to be anything more than an example. Let me know what you think.
This program goes though your MP3 collection, creating playlists automatically in the format you choose for artists you have 5 or more songs from. Can also create one large playlist from all your songs... Supports playlist types: ASX M3U WPL 3mP PLS HTML TXT Also see the website for EXE / screenshots etc: http://thecleaner.publication.org.uk/reverb Enjoy!
This is a nice looking mastermind game. Guess the 4 hidden colors and win. there are 6 colors and 4 levels to select from. full code included. please rate this game. have fun.
This .bas module allows you to re-size your form and all the controls re-size with it. I kept looking for code out on the internet that would do this right but I was never successful. So, I wrote this to eliminate the need for any ocx's or dll's. It resizes the SStab control which I found was a problem with most resizing routines (check it out for yourself). It also handles lines. It's also alot quicker. All you have to remember is two things. First, add the resize module (rs_form.bas), Second, Add one line of code (ResizeForm Me) to each form you want to re-size.
Make your friends think that their harddrive will be formatted. You print "Hit Q to quit:" and when they try to hit 'Q' a 'Y' pops up... Of course, we won't really format or anything. Vote if you enjoy the code :) BTW, to really close the program you must hit ESC.
This demonstrates an example of C++'s fstream File I/O. Very simple; the basic stuff for beginners to learn from. If you would like to see how to do something more in the direction this code leads, comment on (and rate) it telling me what specifically you want to see and I'll be glad to suffice.
A couple of simple examples of ways to format output using iomanip; ie: set width, right align, left align, change fill character
This program displays a message in a small default Windows message box along with an icon. It performs no other function.
A custom control Progress bar based on panel class, very simple and small. This code is based on Jim Gardiner control progress bar, thanks to him. I made some modification and come out with very short and simple code.
This will give you your applications startup folder path.
Learn How To Scan System Ports With No Custom Made Componet Just Code Again :P
This code keeps a count in milliseconds of how long it takes between calls of StartTimer and StopTimer or Elapsed.
This program adds a toolbar without modification to the cWindow class. This program also incorporates a menu and a text edit client area. When the user clicks on the On/Off icon, a different message is displayed in the client area. This program performs no other function (at least, any useful function).
A Boggle game written completely in .Net. Shows use of graphics, data handling, class collections, user controls, and much more. I also think its pretty fun! I would love feedback on this.