Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #103079
Hus' Easy Counter

It can count the people that visit your home page and the code can generate image (You don't need to convert index.html to index.php) Prevent from recounting. the porgram will remember that this people 've already viewed the page and it will not recount I use cookie to remember people,and drawing image need GD Lib version 2, Goodluck , Hus

Java_Volume1 #90803
Split any file into smaller files

This code will read any large file and split it into smaller chuncks so you can copy to stiffy,e-mail or ftp it. This code is for you out there playing with file management etc. This code is very basic but it does some cool things. It will leave the source file and will create a bunch of smaller files in the same directory.. This code can be modified to output directly to the stiffy drive if you want.

Java_Volume1 #100255
Combat

This is a little game inspired by the old Atari 2600 game "Combat." Its basically complete, except a little polishing (mostly a menu, and better AI). You control a tank, and attempt to destroy the computer's tank. There are several hazards (such as flame throwers and mines), terrain types (such as water and grass), as well as some simple power-ups. Several pre-made arenas are included, or you can try and make your own (very crude, but simple). Unfortunately, I had to shrink all the images down in order to upload this, so everything looks a little grainy.

Java_Volume1 #100256
FLAME SCREEN SAVER

The Flame SCREENSAVER acts in MS-DOS (as well as Windows ) . It has to be activated by Running as a program but Gets Deactivated When The MOUSE is Moved . Available In 2 Colours NORMAL and GREEN PLASMA flame. The colour can be changed by pressing ' G ' as soon as the program is run !!! Have GReeeeeat Fun !!!

Java_Volume1 #90804
Change the Keyboard Speed and Delay

This code allows you to change the Keyboard speed (0 to 31) and delay (0 to 3).. useful in games or as an alternative to using the keyboard control panel.

Java_Volume1 #100257
DLL Callback

This sample demonstrates the use of asyncronous inner-process operations. In this case we have an app that wants to get data from a DB, which could take a undefined long amount of time. The app wants to do other work while waiting for the result of the DB-Call. It calls the "GetDBData()"-function, which returns immediately. After the DLL-function has done its work, it notifies the caller app via the CALLBACK-function "DataReadNotify()".

Java_Volume1 #90805
Combo_TypeAhead

Allows the VB combobox to have a type-ahead feature like the combobox in Access. If there are any matching items in the combobox list, it will automatically "fill in" the missing portions of the item and select it. This will work for multiple characters, not just the first character of the string. *** This is an expanded version of the original code *** The updates allow for new items to be added into the list, automatically. It also will handle the delete key (the previous code did not.)

Java_Volume1 #100258
^NEW^ -- wildcard string compare (globbing)

matches a string against a wildcard string such as "*.*" or "bl?h.*" etc. This is good for file globbing or to match hostmasks.

Java_Volume1 #100259
MasterKong 2D

This is a 2D video game. Features Is now Compatible with DirectX 8 2 Programs Level Editor and game itself Game comes with 5 levels. Contains over 60 bitmaps and 23 source files total. Some of the features of the game itself Projectiles , 2D Character Animation, Tile map, Options Screen, Start Screen Game Over Screen, About Screen,SoundHandler, and level select screen. The code is fully object oriented however does not use MFC or the Visual C++ code generators. Code features including enumerated constants, abstract data types, inheritance,pure virtual functions and more. Utilizing MasterX SDK 1.8, and all code was typed out by hand. Update Now contains level add on pack "Grandma Returns" Designed by Lee Trager Update #2 Now contains new level addon pack with the "master X" level and "Desktop duel" by Carter Brown Update #3 MasterKong 1.1 realeased

Java_Volume1 #90806
Changing priority

This code fragment demonstrates how you can get a program to change it's own priority. Sometimes it is necessary to change the priority of a process from the default. The example that prompted this code was a program I had to launch from a commercial scheduler always defaulted to idle priority. This caused the program to miss it's processing deadline. Increasing the priority to normal or high solved the problem.

Java_Volume1 #103466
TextBox - Only Accept Numbers

This short little code example shows you how to only accept numbers to be inputed into a textbox by using the KeyPress event procedure. This is beginner, but I've seen alot of people that don't know how to do this.

Java_Volume1 #103099
ListView 84 Subs and Functions

Just learning how to manipulate the ListView Control and thought I would pass this along. Might do more controls later on if response is good. If you find some of these useful please vote :>) Subs and Functions Check all Items in ListView UnCheck all Items in ListView Remove Checked ListView Items Remove UnChecked ListView Items Copy ListView Column Copy Entire ListView Copy Selected Column Items In ListView Copy Selected Row Items In ListView Copy Column Headers In ListView Copy Formatted ListView Copy And Format Selected Items In ListView Copy Checked ListView Column Copy Checked ListView Rows Count ListView Column Headers Count ListView SubItems Columns Count ListView Column Items As Sum Count Selected ListView Column Items As Sum Count ListView Items Count Selected Items In ListView Count Unselected Items In ListView Count Checked Items in ListView Count UnChecked Items in ListView Count Duplicate Items in ListView RemoveDuplicateItemsInListView RemoveDuplicateSubItemsInListView Remove First Item In ListView Remove Last Item in ListView Remove Selected ListView Item Or Items Remove UnSelected ListView Item Or Items Remove NonMatching Items in ListView Remove NonMatching SubItem in ListView RemoveNonExactMatchingItemsInListView Remove Matching Item in ListView Remove Matching SubItem in ListView Remove Exact Matching Item in ListView Clear ListView Remove ColumnHeaders in ListView Remove ColumnHeader in ListView Resize All ListView Columns But Item Column Resize Last Column Resize ListView Columns Equally Is Item Checked in ListView Is Item Selected In ListView Is ListView Full Color ListView Color Stripe ListView Rows BackColor Color ListView BackColor Row Color ListView Rows BackColor To Default Color Color Selected ListView Rows BackColor Color Selected ListView Rows BackColor To Default Color All ListViews On Form Select All ListView Items Deselect All ListView Items Get First Selected Item In ListView Get First Selected SubItem In ListView Get First Selected Row In ListView Get ListView Column As String Get Entire ListView Get Selected Column Items In ListView Get Selected Row Items In ListView Get Formatted ListView Get Column Headers in ListView Goto First Item in ListView Goto Last Item in ListView Goto Row Item in ListView Load Basic ListView File Save ListView as Basic ListView File Save ListView Column as File Search ListView By Column Search Entire ListView Search For Closest Match In ListView Search For Closest Match In ListView Column Find First Item Or SubItem In ListView Find Next Item Or SubItem In ListView Selected ListView Items ListIndex For User Selected ListView ListIndex Send a ListView Column to ComboBox Send Selected ListView Items From Column To ComboBox Send a ListView Column to ListBox Send Selected ListView Items From Column To ListBox Send ListView Column to TextBox Send Selected ListView Column Items To TextBox

Java_Volume1 #103695
[ A Simple] Way To List Files In A Folder

This project simply lists the files in a folder. No elaborate class hirarchy wrapers. Simply demonstrates System.IO features. This simple solution was brought to you by the P2B Consortium. “Free and easy artificial intellagence chatbot hosting” http://www.p2bconsortium.com/sss/CreateBot.aspx Step 1: Build and run \ListFilesInFolder\ListFilesInFolder.sln Step 2: Enter a folder path in the top text box Step 3: Click on "List Files In Folder" to list the files in the folder

Java_Volume1 #101351
FOOApp

The FOOApp: A complete Classified Ads application showing how to use Active Server Pages' ADO database techniques, SQL techniques, cookies for "remembering", VBScript client-side field validation, and much more. FREE!

Java_Volume1 #103831
ScheduleGrid

A web based grid that allows a user to schedule actions against a resource on a time base by simply clicking and dragging. A tooltip is displayed that shows the user what the time is where the mouse currently hovers. This control allows you to set up multiple actions, a start and end time of the grid, and time intervals for each cell in the grid. Time intervals are numbers that can divide into sixty; i.e. 1, 2, 3, 5, 10, 12, 15, 20, 30 and 60.

Java_Volume1 #100260
Sending Output to the printer

Learn how to send output to your printer. PLEASE RATE THIS.

Java_Volume1 #100261
Functions with a variable number of parameters using (...)

To demonstrate how to create a function with a variable number of parameters, similar to the printf function. *Just fixed this, so now you can actually read it.

Java_Volume1 #100262
MasterX SDK 1.9 Example - using sprinttext

Heres the example for using sprinttext.

Java_Volume1 #103856
Flash Toggler

Turns macromedia flash animations off/on in Internet Explorer without renaming the plugin. So, you don't get any errors or popup boxes asking you to install Flash unlike with other Flash togglers. I have a shortcut to it on my IE toolbar so I can turn Flash on/off.

Java_Volume1 #90807
Make Your Own FTP Client

Make a simple FTP Client that allows you to read and write to a remote computer

Languages
Top Categories
Global Discovery