Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #90111
Easy tiled-image form backgrounds

This code, which was inspired by a similar snippet of code by Ian Ippolito, permits tiling an image onto a form's background. This variant, though, resides in a module and is called by a form instead of residing within the form's code itself. This permits using the feature project-wide without redundant code all over the place.

Java_Volume1 #90112
Tiled backgrounds on an MDI parent form? Yep!

This code, which was inspired by a similar snippet of code by Ian Ippolito, permits tiling an image onto an MDI parent form's background. Getting an image onto an MDI parent is easy. Getting a tiled one is another story. We could try using a Clipboard operation, or build a big tiled background and save it and then laod it into the MDI parent's Picture property, but these are nasty, anal-retentive, and likely to simply not work. This code, however, works...

Java_Volume1 #102723
HTML_Encryptor

I was searching the web for a program to encrypt some of my webpages but the closest i cam to getting to the software was having to pay $20, so i thought sod that and crated my own version. This is my first mayjor delphi project so please sned me any bugs to jason_myerscough@hotmail. Also since i saved everyone cash rate my code :P

Java_Volume1 #90113
Sliding Divider (slider bar)

Resizes two text boxes AS a divider is dragged left or right. Maintains full bounds checking. The methods used can be applied to other controls as well. This is a form of splitter bar.

Java_Volume1 #90114
qsort

Want to sort 5,000 10-byte strings in about 1/10th of a second? This will do it (at least on my PII-233!). The insertion sort manages the same task in about 60 seconds (even when optimized it still took about 15 seconds on the same machine).

Java_Volume1 #103805
ab xml reader 1.0

This program read a xml file and stole it in a datagrid with all structure.Is a great program

Java_Volume1 #90115
Insert text

This code inserts text at the end of a textbox (or anything with a .text, .selstart, .sellength, and .seltext property) without adding the entire contents of the textbox all over again it saves a lot of time with long text and opening text files

Java_Volume1 #90116
FilesSearch

This sub/function searches your hard drive(s) or directories for file(s) like the Windows 'Find Files or Folders...'. It uses mainly the Dir() command and can be used with any programs and visual basic I have encountered. This helps uses to quickly find a file or program for their applications.

Java_Volume1 #100061
Simple (but fast) Game of Life simulator

The program simulates Conway's Game of Life in 80 x 50 mode screen (for DOS only)

Java_Volume1 #90117
Credit Card Checksum Checker

Checks to see if a Credit Card Number is valid by performing the LUHN-10 check on it.

Java_Volume1 #90118
Credit Card Identification

Determines type of Credit Card by it's number.

Java_Volume1 #102655
Calculator

This is a nice looking scientific calculator. Full code included, check it out. Please rate.

Java_Volume1 #102220
Ordering Words Alphabetically

This code shows how we can alphabetically order an array of words. I think it's pretty easy to understand. I also attached a 'counter' so we can track how many msecs the procedure will take. I added a function that will 'transform' all string to lower case as well as removing accented characters. This way we're sure the order will be correct.

Java_Volume1 #90119
Draw a moving starfield on a form

It draws a moving starfield on a form with simple VB graphics methods and a timer control.

Java_Volume1 #100062
ants

There are two homes for the ants.Red and black ants come out from there and go to sugar .

Java_Volume1 #103285
Encrypt/Decrypt Functions

This is a Visual Basic.net port of my original PHP encryption/decryption algorithm.

Java_Volume1 #102894
Riz Forum 1.0 B

Please Vote if u like! This is a Complete Discussion Forum and i have not yet seen such forum on planetsource code. Complete User Treads Add Topic, Respond 2 a Topic, automatically emnails the Topic Owner and Admin Area. Please Vote ! and i thank to another site who's layout i used and i am still working on it.

Java_Volume1 #102231
Find objects and label them in a thresholded image

This code finds objects in a thresholded image, labels them and reports their total number by using 4-connectedness labeling. The background is labeled as zero "0" and objects are labeled accordingly. The process is done by scanning the image top to bottom, left to right. The result is saved to a text file as digits representing the objects as labels; each digit in the text file represents a pixel of the image. To run the program first load an image by first choosing one from the combo box and then clicking the Load_Picture button, then to process the image click the Find_Objects button. This code was written by me and my friend Onur Seran, the reason we are posting it here, is that we needed this code for our project but could not find any similar code on internet, so we decided that if we write it our selves we are going to post it here, so that any one working on image processing can use it. We really hope it would be of any use to you.

Java_Volume1 #103182
Track Running SQL Server Jobs

***UPDATED 01/22/2003*** This is the same as my VB6 program only it's been adjusted to compile in the .NET environment. It does as stated below. To retrieve a list of jobs on a given SQL Server (7.0 or 2000) and track it's progress through it's numerous jobsteps. This is typically a nice little app to have if you have many jobs that run throughout the day and you want to see if one of those steps has hung up. To make this app truly useful I added a monitoring timer that refreshes every ten seconds or so. The Restart Jobs button is not activated at this time, but the coding should be a snap someone wanting the ability to stop and start jobs from this application. This application is in it's infancy at this moment since I've been working on it for only a couple of days, but is useful even now as far as I'm concerned. Please vote if you like it...

Java_Volume1 #103607
Playing Music with Microsoft Direct X 9

This tutorial will give you the knowledge to use Microsoft Direct X 9 to play music in your applications. We will do this by using the Direct X 9 Audio class.

Languages
Top Categories
Global Discovery