Results for "Volume: Java_Volume1"
This is a algorithm I found useful when writing a emulator. It converts a integer into a byte sized binary string. Catches overflows , and automaticly adds the empty 0's which itoa does not do.
This example shows you how to make a "Find file" program, or you can juct compile this code and use it. The program supports recursive tracking, too. If you think this program is useful and that it helped you to learn something new, please vote for me. If you have any questions or problems using this or any other of my programs, please leave a note. Good luck.
It is a multithreaded ping application, at this stage at least. (the goal is to make a switch port mapper that gives you the port number and machine name on each swicth...). This application uses the clsPing class from Paulo dos santos silva modified to accept asynchronous read from the socket. I have written the application around to be multithreaded. It only accept a subnet name and will scan all the machine in this subnet reporting the response time and the DNS name.
This is a tiny smart utility to send or to bring files among your computer and your provider. See it in action: http://www.industriavirtual.com.br/codedemo/easyftp/index.htm If you find it useful, please vote!
This code will easily let any user create simple, yet effective credit scroller. This is so effectively easy, that any novice can create it. I created this code because I tried the other source code on this site, and I found it difficult to follow.
Here we have a complete pack of graphical cards. You can deal, shuffle and even put cards back into the pack. If you are wanting to create a card game then you'll like this. I would appreciate feedback on this.
Very simple multi-chat with client and server
For those of you who want to add a touch of professionalism to your program, now you can create a file type in the Windows Registry database which will associate all files ending with your program's file extension ( yourfile.xxx) to your program. You also specify an icon for your file type and a description. This example also shows you how to use Command$ to open these files in your program when once the file is clicked or opened, and a quick tip on creating files in the Windows Recent file folder (Start > Documents).
Basically it is like a two way copier like 'WinTrim Nc'.It can copy,delete and create folders,files and other cool stuff.A good thing to learn about File Handling.I have demonstrated how to copy a whole folder with files in that folder in just one click.If you'll find it Cool just vote for me.If while unzipping it ask for a password.Type 'planet'.Hope it will'nt ask
This code opens MS Word, creates a new document, and starts writing a text in it letter by letter.Just create a new proyect, a normal windows aplication, add a reference to Microsoft Word Object Library, and copy/paste this code. Then set form opacity to 0%. Easy to implement and Cool effect, isn't?
A cool application that converts anything drawn in 2-D to 3-D.COOOOOOOl isn't it (see screenshot) More cool programs for download at www.gauravcreations.com Please Vote
This is a mutithreaded application to discover MAC addresses on a network. It uses low level api functions to discover mac addresses of any network connected device. No NEED of WMI, NO NEED to be administrator. It will scan an entire subnet in less than 3 seconds!
1. Credits ~~~~~~~~~~~ Written and developed by Jayant Kumar Gandhi. For more question sets mail me at kbap@jayantgandhi.com Or visit me at www.jayantgandhi.com 2. Installation ~~~~~~~~~~~~~~~~ Unzip the 7 files to any directory and run Kbap.exe Data.dat Data2.dat Egavga.bgi Kbap.exe Pallette.col ReadMe.txt (this file) Softrock.fnt Make sure that all the files are in the same directory. 3. Troubleshooting ~~~~~~~~~~~~~~~~~~~ Make sure that all the files are in the same directory. Also make sure that the file "Data2.dat" is writable. Remove 'Read-Only' attribute if there. Problem will also occur if you have all the files on a 'write-protected' disc. Please report any problem you experience to prob@jayantgandhi.com with "Problems using KBAP" in subject line. Hope that you enjoy the game. If you do then please give me your feedback at feedback@jayantgandhi.com or visit www.jayantgandhi.com.
Move some stuff
Have you ever fogot a password, but it is still inside your program, only that it is hidden with astricks? This source will show you how to remove those astricks and show whats really there. (see screenshot)
InFile searches by a string like "Microsoft Corporation" inside any file you want, case sensitive or not, within subdirectories or not. Example: infile c:\*.txt "Copyright (C)" -sub -case Functions used: FindFirstFile, FindNextFile, fopen, fseek, fread, SetCurrentDirectory, GetCurrentDirectory.
Replacing or adding the/a quick launch bar!
A great game of snakes . With a powerful GUI. Just play it.Contains the Exe File.
A very small example of how you can using Access databases within your applications. I made this little demo after searching for hours on the net for an example and failing. Firstly I created A simple database in Access using 1 table called "people" with 3 columns, id, fname and sname. The app allows you to add new records to the database, remove them or change them. Excellent for beginners.
come from Vietnamese, this unit will help you work with *HUGE* and *Unicode* files... Demo n Source included. Really cool, vote me :)