Results for "Volume: Java_Volume1"
This code shows the basics of dragging files from the Explorer and dropping it into a VB program.
Add a horizontal splitter (or frame ) to your MDI form, using a litle API.
Changes your forms system menu (visible when you right click on the forms titlebar or press [Alt] + [Space]) to what every you want, and does it really easily too!
This is a simple common dialog with an image preview utility like the one with Photoshop and paint shop pro... This example uses the _PICTURE_ class which I created to help me using different image formats in c++ like the one in VB The class is based upon another one written in MFC which was posted on codeguru I think , but this one is made small and easy with simple APIs..Enjoy
What is possible to do with a list view?
Create a side bar with your logo! Very easy to use and very cool!
It displays a folder chooser using API. This API call can't be found with the API Viewer.
UPDATED! This will Encrypt up to 255 different files of ANY type into ONE file using the binary values of an ENTIRE separate file as the KEY, while not altering the file being used as the key in any way!! The file names of the encrypted files are also stored in the encryption and restored when decrypted. Looks and works similar to WinZip. Just drag the files you wish to Encrypt\Decrypt from Explorer into the large list, and drag the file you wish to use as the key into the small box on top, select a path and thats it! The small icons of all the files you working with are also displayed in the list for readability. The file being used as the key can be ANY type of file: .mp3, .bmp, .jpg, .txt, .exe, .zip, .dll or even another encrypted file. The file being used as the key can be ANY size. For maximum security, the file being used as the key should be slightly larger than the combined size of the files being encrypted and should have a limited amount repeating byte sequences. An example of a good key file would be an .mp3 or a large .zip file. This will make any effort at detecting a pattern more difficult and making the encryption harder to break. Even if this program is de-compiled, there is no "magical" algorithm or encryption table to discover that would make decryption any easier, since the encryption relies completely on the binary values of a whole separate file. No need to remember any long, complicated passwords or keys, JUST the name of ONE file!!! Just don't lose the file being used as the key. Created by: John O'Donald 14 Sovente Irvine, CA 92606 (949)654-0065 john_odonald@hotmail.com.
This is a complete application that will speak the time every hour on the hour. It is a good example of using a resource file and of using API calls to play .wav files If you download and install voice clock, please take the time to rate it. Also, I would appreciate any comments that will help me to understand what is good about it and what it lacks. Thank you madwhit@netzero.net
This code with scan through a string looking for a delimiter of your choice, and will put the text inbetween the delimiters into seperate elements of an array.
The C++-program simulates a Turing Machine with faults, failures and recovery. It is defined by input files : * metafile, * description file, * states file, * alphabet file, * transition file, * input word(s) file(s). 1) Each row of metafile contains data related to some Expanded Turing Machine : * name of description file, * number of master tapes, * name of states file, * name of alphabet file, * name of transition file, * name(s) of input word(s) file(s). 2) Description file contains verbal description of the machine [optional]. 3) States file contains list of initial, halting and internal user-defined program states. 4) Alphabet contains list of empty, input and internal symbols. 5) Each row of transition contains some transition rule - some rules may be marked as check-points; - illegal daemon-defined rules (fault rules) may be added. 6) Each row of input word(s) contains input word for some tape. Known bug. Sometimes programs doesn't work if there are more than one check-point.
This example shows you how to change the MenuShowDelay on your system. Very usefull for those who don't know how to do it manually.
Calender, (Great code for Newbies). It shows the following. 1: How to read & write from the registry & .ini files. 2: How to make Date & Time the way you want. 3: How to create Tray Icons with right click Menus. 4: Shutdown & Reboot Windows. 5: Creates a Log & Saves it. 6: Allows you to Delete your log files. 7: Lists nearly all of the DTPicker control properties. 8: It will automatically load into your Icon Tray. 9: You can even have it startup when windows starts. (Added into Registry, Not Startup). 10: Included is a Basic Help File (.chm). Make sure you Register .ocx file. Thats it, I'm not sure if this will work on Windows NT. Try it out yourself. A few bugs have been reported and fixed. .zip has been updated on. Sat 04 Mar 2000. (.chm file will shows if i have missed any files.) Please leave comments. I want to find out how to fix any bugs in it. BJ
IF, Switch, Else If statment
Install the server... not on your own computer of course!!! And the just PLAY THE LAMER DOWN!!! This code is'nt bugfree or...? However... I've not written this code all by myself... and it is'nt complete... but you're welcome to rewrite it how much you want couse I h8 this code!!!
This code goes one step further than the password viewer that I submitted... this code actually logs an AOL password to a file! Here's how you do it: You run the code. You get someone to sign on(Guest support will be coming soon, but is not yet supported), and once they click connect, their password will be logged to the file pw.txt in the directory that the program is in. NOTE: This will not work if the user has a stored password, he must type in his password for this to work.
This code finds if any key pressed. This will be helpfull for example you're programming a screensaver. But you can not get keypresses through forms because of some components which does not support this keypress event. So you must use some API's to do this.
Auto Update 2000 Edition - This is a major update to my once old Auto Update Program. This new version can use both ftp and http. And its really easy to use. All the source code is included.
it is just a simple but exquisite animation.
Convert a string in EBCDIC format downloaded from an IBM mainframe to ASCII format.