Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #87154
[ Making better encryption ]

Want to make your own encryption algorithm? Taking your first steps into cryptology? Busy for a while but not too sure about it? Think your encryption is strong? Read this article first and get some good tips!

Java_Volume1 #87156
^ Ballsim Beta

CHECK THIS OUT. This very simple prog uses (relativley) basic trig to simulate balls rolling over each other on a 2d plane. it uses ditances between centres to detect collision. A new ball is added when you click in the middle of the screen. Please vote if you liked it, and feel free to suggest... suggestions.

Java_Volume1 #87157
CodeCounter Add-In

This Add-In counts all the lines of code in your project(group).

Java_Volume1 #87155
Popup Menus

Api popupmenus, supporting custom colors/fonts Office XP style, images, highlight, init/uninitpopupmenu events, infrequently used, sidebars, per-item visibility, title-style headers for separators, and more.

Java_Volume1 #87158
Vector Quantization (image approximation)

This is my take on Vector Quantization. The idea behind this is to use a table of colors, then approximate which index of the table best matches each pixel in the image. After this, the table is adjusted based on the input values, and another test is done. After about 10 iterations, a decent image should be constructed. Now, unless you modify the code, this new image is made up of 128 colors. Yes, colors, not levels per channel. The trick to better images is to add just a little bit of noise to the original. Having 'slow' gradients in an image will take more iterations to estimate, and may still look bad. I used DIBits so there shouldn't be too many problems. I did however limit the size to a max of 256 colors in the table tho it is possible to change. Also, the images are set to 256x256 pixels. I planned on using this as a start of an image compression tool. If you have any suggestions that would help, please let me know. At the moment, I am working out a way to use a huffman tree to compress the pointers to the color index. Anyway, tell me what you think, good or bad.

Java_Volume1 #87540
XML PrettyPrint Test app

This small application is one example to show the possible use of the XML PrettyPrint Class. In addiction, it allows you to save the indented XML string to a .xml or .txt file.

Java_Volume1 #87159
Invoking a Java Class from VB Project and getting some data from an Access file.

This mini tutorial explains how you can create a Java class and the invoking it from a VB project, this java class gets some data from an Access file and will show it in the VB project. Of course you need the Microsoft SDK for Java 4.0, microsoft removed it from its site so I found it in another web site, I included the link within my mini tutorial.

Java_Volume1 #87542
T3XT CH4NG3R

converts text to ë£îTë, å§©ïï, rAndOM CApS and Backwards

Java_Volume1 #87543
Create URL from Path (URLCreateFromPath API)

create an url from a file path for example input: "E:/my photo.jpg" output: "file:///E:/my%20photo.jpg"

Java_Volume1 #87544
Learn Basic

This is a program which helps the beginner a lot. Easy coding and commented every line. If it helps anybody please comment

Java_Volume1 #87541
BASIC PRODUCTION

Dos Basic like POKE and PEEK functions for VB6

Java_Volume1 #86953
[[ * hWnd Hider * ]]

I made this to hide programs/windows that were currently open when my parents walked in. It has memory so you just press F6 to hide everything you have selected. Very useful for quickly hiding things. There will be a new version comming out soon, with the following features: Hides a hWnd from Control Alt Delete when you choose to hide the window, cleaer code and new functions.

Java_Volume1 #86954
Mouse Wrap

This application will make your mouse wrap around the screen. For example: move the mouse to the far right of the screen and the mouse will apear on the left side

Java_Volume1 #86955
A Cool Msn Messenger Bot!!

This Is A Cool Msn Bot! It Is Fully Functional Without Any Bugs. Tells You Your Nickname, User Info, Status Changer, And Is Easy To Understand The Coding. Please Enjoy This Code And Use Freely For Your Own Applications!! PLEASE VOTE FOR MY WORK! **UPDATE** An Update Is Now Released! It Is Called " Msn Toolbox ". It Is A Little More Advanced Than This, Though It Has HEAPS AND HEAPS Of Features. I Recommend Downloading This Before You Download Msn Toolbox. Thanking You, Jamie C.

Java_Volume1 #86956
CMDTEL

This is just experimental code. The database not included because is very large (8Mb), but can you create one for this aplication (table name=T, fields name see in code...)... This phone book is like a cmd.exe app., example you search a phone number: find *michael*-*street8* Enjoy. Sory for my english....................

Java_Volume1 #87068
A1 - 'Animated' spinning globe using only a label and a timer. (WebDings Required)

Using webdings, you can created a VERY rudamentary spinning globe. Please do not vote.

Java_Volume1 #87069
DM Resource Builder

This small pice of code will allow you to compile a text file to a .RES resource file that can then be included in to Visual Basic. At the moment the compiler only compile custom resource types. Note that this compiles the files without the RC compiler. also at the moment the source code will only compile one file to a resource file. if someone can help with that problum that will be helpfull. Well I hope someone finds some us for the code.

Java_Volume1 #87071
Search Item Data in ListView Control

Demonstrates how to search/ find data item in ListView Control (ADO). Facilities: 1. Search by index 2. Search by others criteria 3. Sort data in the listview control by HeadColumn 4. Automatic resize control

Java_Volume1 #87072
Gravitation

This is a very nice program that calculates the intercational gravitation force betrween two masses, they could be two planets etc. And it draws the objects.

Java_Volume1 #87070
VB Recent File List - Updated

With this project you can delete items from you registry that show up in the Recent Files list of Visual Basic. Please note that, running the program from the VB IDE will NOT delete items permanently from the list. The reason for this is: When VB is closed it "re-saves" the recent list. So you must compile the project to EXE form, close VB and run the EXE to make it work. UPDATE - Now displays project that no longer exist in red. Other examples in this project include: *Resizing Columns in a List View *Sorting Columns in a List View You can also find a Microsoft reference for the object used in this code sample at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthregread.asp (Look for RegWrite, RegRead and RegDelete) Thanks for taking the time to look at my example and I hope you find it useful for something :) Christopher.

Languages
Top Categories
Global Discovery