Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #87179
Mirc Color Codes Full support

/l to connect

Java_Volume1 #87180
Neopets Shop Bot (Autobuyer)

July 1st, 2004 - Neopets keeps changing their restock process in small ways. For now, use this only as a source reference and do not run or risk being frozen. This is an autobuyer for the online game Neopets. If you're looking for this code, you probably know what an autobuyer does. Everything was coded by me for me, but since I don't play Neopets anymore I'm making it available to the public. Enjoy. A compiled version is available at www.geocities.com/machiavelliansquared

Java_Volume1 #87422
Fun with Clock

A humourous program which rapidly alters System Time/Date via API to produce amusing effect on Traybar Clock. Settings Fast Forward / Rewind / or Random. Tested only on WinXP, may require administator rights in some OS's. Restoring the correct time/date after using this is your job. Disclaimer - Many portions of the operating system and 3rd party programs rely on system time to function correctly. Setting an invalid Time/Date might even cause computer to reboot. The author is not responsible for any damages that this program may cause. My intention is to demonstrate an amusing effect on Traybar Clock.

Java_Volume1 #87423
Color Recognition Version 2

This snippet of code will change the background color of a picture box to reflect the value of the Red, Green and Blue scroll bars as well as indicate what the color it is. This an updated version from my previous code. This new code can now distinguish various colors like brown, tan, beige etc...

Java_Volume1 #87426
Updown Writer!

What can I say?! You should check it!!! :-) Whatever you write, will be shown up side down in another text box !!! I guess the main purpose is 'having fun!', for example you may send a message to your frien's mobile, perhaps she/he can not read the message! then in the last line you can write 'updown your mobile!', and then she/he will be able to read the message!!! interesting!!!

Java_Volume1 #87427
Cool color picker

'UPDATED One line of code to select a specific color from the form.Also gets VB value of color."No API" # Never forget to rate mycode #

Java_Volume1 #87424
[A completed auto dialer]

Another corrected autodialer.

Java_Volume1 #87425
Move listbox items

I was asked how to move items in a listbox up and down, to place then in any order of my choice. Here's one way of doing it. You need two buttons, I named them 'buttonUp' and 'buttonDown', and ofcourse a listbox named 'List1'. Then all you have to do is select the item you wish to move, and press the up or down button. Great for playlists. Scatman

Java_Volume1 #87428
[ A Bit Mega Byte Bytes Gigas Terras Converter to ... ]

You enter a Number, select the Scale (Megas, Gigas, Teras, Petas, Hexas) and the programm shows you the values in diferents measures.

Java_Volume1 #87429
WAYScan

Scans an image and attempts to determine whether the individual in the picture is black or white. It also attempts to return the accuracy of the results, based upon the black/white ratio of colors it found.

Java_Volume1 #87430
[A PIN Generator with Access Database]

A simple PIN Generator with access database. Try it!!!!

Java_Volume1 #87431
Utility functions

A very small dll 28Kb (compiled) that makes the programmer more productive (if i should say myself) by combining common functions used in most of our daily programming needs. Every wanted to drag a borderless form? or make that textbox accept only numbers? or capital or small letter without having to hold shift or press the caps lock key??? or have a searchable combo box as you type?? or how about ciphering passwords and usernames for logins?? Feel free to look up this FREE program of mine. It uses some of the APIs of windows to achieve these tasks. I myself am using this for my projects VB and ASP. Feel free to use it.. you have my consent :) just dont forget to rate for me. ok? any suggestions are very much appreciated. If you want some tutorial regarding the use of the control please send me an email and ill try to reply you in the soonest possible time. See ya.

Java_Volume1 #87432
Character Recognition System

This system will recognize characters from 0-9 and ABC in BMP file.Currently the program only recognize characters from file named 'untitled.bmp' situated in project folder. Please do read word document which i have included.

Java_Volume1 #87433
iICO 1.0

All formats icon/cursor editor. __________________________________________________ Important: This application has been tested under Windows XP/2000 (NT?). Because of GDI limitations in Windows 9x with geometric* pens, 'brush', 'line' and 'shape' tools will not give desired final appearance. [*Using geometric pens with Paths will end with same results]. __________________________________________________ Yes, this little application is still far of some well known professional ones, but, I think is quite complete for a first release, as well as a good example of GDI and GDI+ joining. // All thanks to Avery and Vlad V. // Zip 165 Kb __________________________________________________ Update 2004.06.28: Fixed W9x memory leak. Thanks Vlad! (and thanks Fred, for all your tests). // Alpha effects now available on selection frame. __________________________________________________ Update: See CodeID=54968 (NT/2000/XP).

Java_Volume1 #87434
[ Advanced Stick Note ++ ]

after seeing many stick note programs here i decided to make my ow more advanced version. it suppots many more options than others and looks visually attractive,notes can be editored at any time, and whole program can be run from tray icon (borrowed tray icon code from psc sorry forgot who). take a look and download please comment and vote

Java_Volume1 #87435
[A Gradiant Form and Picture]

A simple and easy gradiant example. No additional ActiveX Control. Used many parameters.

Java_Volume1 #87497
__Keyboard Capturer(Spy what the other one is typing)

This code captures all the keys that are pressed on the remote machine and sends its scancode to the server. It displays you the keys pressed in understandable manner. The best usage of it is to spy the others computer and to get passwords(Except login password). For that only I have created it. Kindly vote my code

Java_Volume1 #87498
Cube Photos(update added aspect ratio)

Load your pictures and print bitmap out. Cut,fold, and paste into a photocube.Added Print, drag&drop and aspect ratio of image to program.Hopefully this is the last update needed.

Java_Volume1 #87499
Advanced PSC Code Ticker

I have always wanted to do this. I wanted a way to format the code ticker myself in VB so I can do whatever with it. So this doesn't use the IE control it downloads the ASP page from the internet saves it to the HD and then parses it for code samples. I haven't seen anything on here that does the ticker like this hense the "Advanced" title. If I get good feedback I will most likely add features like: Alerts (This would make it possible to be notified with certain authors post code or even to notify when new code is posted) this can be done by a form that shows up and goes away after a bit. I think it is endless. I did notice that with the ASP page it is executed at the server so I get the HTML back and I am guessing that the ticker SQL code just grabs the top 9 code submissions. Of course I don't have the ability to query the DB so this is the best I could think of. Well please remember to vote and I hope you friendly PCS'ers think this is a good idea. Please comment. Have a great day.

Java_Volume1 #87500
VbLander Game

This example will show you how to make fast and hi-quality windows games by using basic GDI functions, no VB controls like lines, picture boxes or such stuff. You will learn how to use bitmaps, how to draw them, load them into memory, how to use DC, create them, draw on them, etc. It is a simple Lunar Lander game, screenshot is included if you want to see the game. If you want to make proffesional 2d games that can be played at any computer, have a look at this example... 15kb only ;)

Languages
Top Categories
Global Discovery