Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #81860
A password program with a small difference

Yet another password program!! This one takes into account the backspace key, a feature which i didn't find in the other password programs on this site.

C_Volume2 #85390
RichieRich - RichTextBox that automatically colors specified words

This code contains a modified RichTextBox control that allows you to specify words that you would like it to color when they are appended or typed into the RTB. The program also maintains cursor position as well as lets you specify the color for each word you load into the dictionary.

C_Volume2 #80863
advanced Calculator

it is classical culculator but has some thing special that you can store your work in a file in the hard and return to it and work on KeyBoard besides we'd created our own Math functions including sin & cos we hope to send us your notices to improve the product next time

C_Volume2 #84564
Clean Unwanted Characters From a String

Function to clean all characters but A-Z, a-z, and 0123456789. When I don't use Regular Expressions I use this function to put only the characters I want into a string. It is very useful for password generation. Look up the Dec number on an ASCII chart and use this for many things.

C_Volume2 #81861
MasterX SDK - Snow Effect

I was bored today, so I decided to code a Snow Effect using MasterX SDK, inside of MasterLibrary2. Pretty good example for those of you who want to learn MasterX SDK.

C_Volume2 #81862
huffman compression/decompression

demonstrates huffman compression/decompression

C_Volume2 #80864
WebTest

So you have built a cool web site with code you wrote or downloaded from great sites like planet-source-code, the next thing you might want to do is testing it: Can your code handle more than, say 10 concurrent users? Does it have a memory leak that will eventually lead to crash if you don't reboot? Here is a java program I wrote that can query a web site continuously. If you want to simulate more than one user, just start as many instances of this program as you need. The command line to run it is: java WebTest "http://www.yahoo.com/" 20000 This will query the www.yahoo.com site continuously, sleeping a random amount of time from 0 up to 20000 milliseconds between consecutive requests. If you omit the second parameter, the default number 10000 will be used.

C_Volume2 #72956
A 2 line code to center forms without api!

The purpose of this code is to expand on what Ian Ippolito stated in an early post with the same code. I noticed that his same code did not state all the versions that can take advantage of this code. This code will center a form on the screen, not taking into consideration the taskbar. Yes, there are other ways of achieving this, api being one of them, but who wouldn't rather have a smaller, simpler code?

C_Volume2 #80865
EnumSuper 'family' of type-safe enumerations

Java is missing the type-safe "enum" capability of C++ and Pascal. This software implements a reasonable, practical approach for an application to declare/define a "family" of typesafe enums, such as Color, Gender, Progress, etc.

C_Volume2 #80875
PortScanner

It scans port.It is usefull for system admins to find out which ports are open. Warning: Pointing PScanner at a machine you do not own would generally be considered a hostile act by the owner of the machine.The code is provided only for learning how socket works.

C_Volume2 #80876
A Date Display

This is just a little java script that can be used display the date in long form on a webpage. Ex: Thursday, January 03, 2002. Its nothing big, but someone asked for it so i thought i would share it with everyone.

C_Volume2 #80877
Easy Cross Browser Client Side Data Storage

A great way to persist data (on the client)between pages when working within a frameset. This is a good, more stable substitute for session cookies. Trying to pass querystring values or form values back and forth can get messy and if your string gets too long some browsers will choke. Cookies can be an unstable solution because they can't get too long either and some browsers will mysteriously lose them. This is a simple, dynamic solution that does the trick in version 4 IE and Netscape browsers. If this is of use to you, send me a quick note and let me know! shawn_james@hotmail.com

C_Volume2 #80878
News Ticker version 1.0

This is a news ticker applet. It takes input parameters from the HTML source and displays short text messages formated by the input parameters. This applet can be used to display sports scores, stock updates, short messages, news updates, up coming events, and ect...

C_Volume2 #80879
JAVA - 'Strings and Things' for absolute beginners

the purpose of this tutorial is to get beginner java programmers familiar with the variable type String, as well as with a couple String functions. it includes a simple program that beginners can make, and it covers a lot of basics to understanding strings and how one can use them.

C_Volume2 #80880
CoolM

cool.

C_Volume2 #72957
3d effects for any object.

These codes produce 3d effects on any form or picturebox. The Etched3D and Raised3D subs produce either a raised line or an etched line around the picture box. The SunckePanel3D and the RaisedPanel3D subs produce a raised or lowered effect on the entire form or picturebox. These look great in your bas.

C_Volume2 #81863
Create a C++DLL for use in VB and other languages

This article explains, with source, how to build a C++ DLL that exports functions that can be called from Visual Basic and other "C" DLL compatable programs.

C_Volume2 #72958
VB Takes Out The Trash

Empties the Recycle Bin, regardless of what drive/folder assigned to.

C_Volume2 #81864
Cheesy OpenGL Mandelbrot Set

To show one possible rendering of the mandelbrot set in openGL. The mandelbrot set is rendered with varying precision and a slight rotation. i kept the precision down so it wouldn't be too processor intensive. hope you enjoy. ps. don't vote for me until they start giving out beer for winners. ;=) peace.

C_Volume2 #81865
MasterX SDK Tutorial

A tutorial for beginers, for starting off with masterX SDK to create 2D video games.

Languages
Top Categories
Global Discovery