Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #85313
Easily add WinXP themes to your applications without manifest! Just 5 lines of code!!!

This is a very simple way of add WinXP themes to your applications! Tired of carrying arround unwanted manifest files??? well this uses only 5 lines of code ;)

C_Volume2 #80615
Display Visitor's Name

Posted by PJ Barnes (pb@alphalink.com.au) to newsgroup comp.lang.javascript (13 October, 1998) Description: This script prompt the user to enter his name and displays a welcome message. Very simple and common script.

C_Volume2 #81719
Webserver Logfile Analyzer

I wrote this quick bit of code after looking at the cost of a product from the leader in the analysis of logfiles. - I'm a website operator and I have my sites hosted, and as such, the little things, like bandwidth usage, become rather important. Free Online Service type methods for tracking website usage cant provide bandwidth reports because a website is more then just html files. This program will go through a logfile of a specified format and add up the total bandwidth from server to client.

C_Volume2 #81720
IeSpy

IESpy lets u keep a watch on the webpages visited by anybody.It checks whether IE is running and if so logs almost evry webpage visited, another alternative to checking history folder which is genraly deleted by the users.It saves the data in a log file when exiting.Also shows how to implement enum callback functions. Please leave your comments and suggestions.

C_Volume2 #81721
Base64 encoding/decoding DLL, complete with sample EXE!

Base64 is a public encoding/decoding algorithm. It is used in many ways, for example in authorization and E-mail attachments. Let's say you want to enter a site that requests a user name and password (I'm talking about that dialog thing that you get in your browser). You type in "MyUserName" and "MyPassword". At this point the browser first concatenates the strings with a colon between them: "MyUserName:MyPassword". Then it encodes the resulting string with Base64. The result is "TXlVc2VyTmFtZTpNeVBhc3N3b3Jk". This is what is sent to the web-server (this is the process in a non-secure protocol like http - in a secure protocol like https, the process is a bit different). Another use is in E-mail attachments. When you attach a non-text file (such as a JPG file) to your E-mail message, your E-mail client first encodes this file in Base64, and only then sends it to the SMTP server. When you retrieve the E-mail message from the POP server, you receive the encoded file and your E-mail client decodes it to get the original file back. This posting consists of two projects. One is called "Base64" and is a Win32 DLL Project - this DLL contains functions which do the encoding and decoding. It contains documentation, in a file called Base64.exe. The other project is called "YBase64" and is a Win32 EXE Project - this is a sample application which uses the aforementioned DLL. (You can see YBase64 in the attached screen shot) IMPORTANT NOTE: MFC HAS NOT UNLEASHED ITS EVIL POWERS UPON THESE TWO PROJECTS - they are completely and purely Win32. You have two options for encoding and decoding - asynchronous or synchronous. The "spontaneous" encoding/decoding is done synchronously. For the files you have an checkbox which lets you choose (of course, the progress-bar and cancel button aren't operational in synchronous mode). I have done some testing: Encoding a 50.6MB file took about 1 minute and 20 seconds, and decoding the result took about 1 minute and 40 seconds, on my P3 450MHz. I used a file-compare program (FC.EXE which comes with Windows) to compare the result and the original file, byte by byte, and no differences were encountered. If you like this code, please vote and/or submit your feedback! Thanks.

C_Volume2 #85297
Progress Bar Example

This hummorus application explains how to use the Progress Bar Controls. This program is based on a spoof for people that have massivly oversized harddrives. This code was written in VB .Net (2002) but the logic can be used in most versions of Visual Basic.

C_Volume2 #80616
Mail It (JavaScript Mail Form)

Andy Augustine Description: You can use standard HTML to send email to a "hard-coded" email address with a "hard-coded" subject. (The body of the message can be any info keyed in the form). However, if you want to send email to a user-specified email address and/or a user-specified subject, then HTML cannot do the job. This script shows how Javascript can be used to allow the user of the form to specify the recipient and subject (the trick: use a hidden form and populate this form with the contents of the visible form). You can customise the visible form to suit your requirements. Please note that if you have not configured your browser's email program, this script will not work.

C_Volume2 #81722
PSC CD Showdown - The Game

PSC CD Show down is basicly a 2D game that I wrote in about 2 hours. Its a pretty simple game, and is based on a true story (lol). The games graphics arent to good, since its programmer art and it is sort of a joke game. Basicly you have your cannon located at the bottom of the screen. You can move the cannon left and right, and fire. PSC CD's start falling from the sky, and you must blast them, before they hit the bottom of the screen. If you destroy 20 + cd's within your 5 lives, the CD cost is lowered. If you dont then you die, and the CD is raised to $500 bucks a copy.

C_Volume2 #81723
Bitmap Animation Viewer

This program loads bitmaps as frames of animations. Then, you can play back the frames. The program lets you add frames, clear all the frames, play the animation, and stop the animation. You can also adjust the speed at which the animation is played. Its just a simple tool I wrote in a couple hours that I use to view the animations I intend to use in some of my other programs. Its also a good learning tool, since I've got a menu, as well as buttons and a dialog box. The program works, but there are currently very few options.

C_Volume2 #81724
Network Neighborhood Browser

This simple application browse your network neighborhood and by double click on any share it browses the files...IF THIS CODE HELPS YOU VOTE FOR ME this only takes seconds from u and it took me much more than that to make this prog for u :) thnx ...

C_Volume2 #84560
WYSIWYG MessageBox and InputBox Builder

This is a WYSIWYG Messagebox and Inputbox builder complete with a Select Case option to catch which button was pushed. Code is auto formatted for easy reading with preview and editing ability. Note this is built in 2003 If you use it please vote :>)

C_Volume2 #72264
Space Shooter Game

Its a space shooter game, ok for all you people who can't read the address is www.geocities.com/baja/cliffs/8036/space.html

C_Volume2 #80614
Simple Password Protection

Posted by Unknown (emerald.bbs@bbs.cs.nthu.edu.tw) to newsgroup tw.bbs.comp.www (30 September, 1998) Description: A simple script that allows only users who know a fixed password to visit your pages. The password is part of the HTML source, so this script provides only basic security. (The password of the demo page is 12345). Instructions

C_Volume2 #72265
Get a file from a FTP server using winsock.

This function shows how to get a file from an FTP site.

C_Volume2 #80617
JPAN

Pan around a large image like QTVR

C_Volume2 #82851
ASP bar chart

This code is an example how to use a random color generator and a table to create a Bar Chart.

C_Volume2 #72266
Open a text file FAST!

Opens a text file much fast than a "Do While Not EOF(filenumber)" loop. Makes file load times almost non-existant.

C_Volume2 #81725
HOW TO USE POINTER v1.00

This "file" will introduce pointer's to new programmer's...

C_Volume2 #80618
Catch Right Mouse click on webpage

Protect your sites from people saving your images by catching the right click button and displaying a message box.

C_Volume2 #72267
(Update) RC4 Stream Cipher (with file handling )

This code offers you a strong encryption with RC4. I've tested it a lot and it's the right implementation of the RC4 cipher. 'You can use this code in your commercial code because it's not patented! 'I know there is another code that deals with RC4 but my code has nothing to do with this code! 'More infos: sci.crypt

Languages
Top Categories
Global Discovery