Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #86449
HTML Style II

generate html syle code: popup menu, dropdown me,button,scroll bar...For internet explorer 4+. with some added interface, like putting image in a message box and editing message box button caption using API not a form. Please comment if you find some bugs. I just a young man, I'm not error free and not perfect.

Java_Volume1 #86450
Brush Vectors(Fin))

Brush Vectors by Robert Rayment. (Added binary input/output. Fast version, see Help for info on Fast redraw.) This is a vector drawing program using brushes with up to 8 widths, 4 directions, color & transparency. A brush stroke is started with a left-click(or space bar), move mouse to draw & left-click(or space bar) to end it. Each stroke is stored in a vector array which can be saved to a file. Colors can be parked and also saved to a file. The advantage of vectors is that they are full 24-bit color can be stretched/shrunk to a new canavs size. File format can be ASCII (.vec) or binary (.veb). Vec files are usually much smaller than BMP and veb files often smaller than GIF or JPEG. There aren't many aids to drawing yet apart from a fill tool and Shift & Ctrl keying to force vertical & horizontal drawing. So it needs some skill to produce nice pictures. Undo/Redo is almost unlimited, vectors can be deleted from the last drawn or clipped down to the last undo. Deleting any individual vector is not included yet. Important to read the help file to get the most out of this prog. (exe tested on WinXP), Win98, Zip 48KB.

Java_Volume1 #86910
milliEmu

Emulates the 6502-based Millipede arcade machine from the early-1980s.

Java_Volume1 #86911
EIT - Virus Removal

This is a simple application that is meant to scan for a few of the most harmful and annoying worms and viruses. The code is very beginner, because I don't really know how to code (good) yet. Just try it and if you don't like it then don't vote. But don't flame my code because atleast I try.

Java_Volume1 #86812
Calendar DLL

---XPDualMonths DLL File Source Code--- Features: 1.Single Month display and Dual Months display. 2.Multi-selection with key,even using Mouse rectangling to do multiselection;Using to de-select it. 3.Left,right,up,down,home,end key to move selected day. 4.Customerized visual styles.(Border style,color styles,Line styles...) 5.Selected dates can be rolled back. 6.DLL File attached to a Picturebox 7.Resizable 8.Easy to extend to 12 months Zip File:21KB

Java_Volume1 #86813
BuffyBot

An IRC Bot. Kinda like an eggdrop. Uses scriptable include files to extend functionality. Has !seen and !quote features in this release and a !ban system too. Also has channel based flags for enabling autoop and autovoice, and user files for individual registering of users. PLEASE VOTE FOR THIS PROJECT IF YOU DOWNLOAD IT

Java_Volume1 #86814
[ Advanced Data Delimiting (Byte Delimiting)

Use this method with Winsock. Ever had it when you need to send lots of data all at once, and you need individual structured fields for each commands? Does your field data contain special characters or binary data? Conventional methods of delimiting packets simply won’t allow you to get away with that. This code demonstrates how to use Byte Level Delimiting (as I have dubbed it, anyway), and also shows how to buffer incoming and outgoing data, so you can handle large data flawlessly. There is a word document inside the ZIP archive that explains the principle and mechanics of the idea, and also code to demonstrate it. Also uses protocol compression, if the compressed size is smaller than the decompressed size (ZLIB). Feedback greatly appreciated, thank you.

Java_Volume1 #87077
Exactly Osen XP Form with different Color Scheme (Blue,Olive Green,Silver) support menubar

This is ActiveX Controls, prepared to help to make xp form with different color scheme (blue,olive green,silver) and on this part, it supported for menu bar. look at screen. please download now, and don't forget to vote me !

Java_Volume1 #86815
No Winsock Or Inet Downloader!!

This is a complete event driven implementation of the usercontrol's asynchronous downloading capabilitys. Theres already some similar examples but none are very complete. This is great because you can add downloading to your app with no need for winsock or any other control... Just add the control to your project and your ready to go, you can download files, strings, pictures, and even open local files this way. enjoy

Java_Volume1 #86816
A 3D Motion Screen Saver ( AMAZING ... No DirectX !!! ) [Updated]

If you want to be amazed, then take a look at this screen saver, but my advice to you before you run the code, "don't spend more than one hour staring at the motion." looool ;). Start learning the code. This is a very wonderful graphical program that I'll update later on as a complete screen saver. In this screen saver, there is a number of circles (or lines) froming an object that rotates and moves in a fasinating 3D-motion. Also, there are colors rotation and fading effect. You can change the settings and get different styles of motion. You can also add some changes to the code. Change speeds, sizes, colors, number of circles, ranges of randome numbers, timers intervals, and enjoy... I hope you will like this program ... Comments and votes will be well appreciated ...

Java_Volume1 #86817
[[[A Good Flashcard Game!!

This is a very fun and adictive program. It can actually aide the user in developing their math skills. it's a sort of flashcard game. based on the chosen operation the computer will choose two random numbers and the user will have to answer the math problem within 5 secs., includes addition, subtracion, multiplication and division. feel free to try it! thanks.. PLEASE VOTE FOR THIS CODE

Java_Volume1 #86818
picture lazer intro

its a nice lazer intro i made for ur progs free to use but gime some credit...

Java_Volume1 #86819
Digital Camera JPEG MetaInfo Reader

A small class to retrieve most of the information contained in the EXIF header of a digital camera JPEG file - such as Date/Time, Shutter Speed, Focusing Distance, Aperture Value and many others.

Java_Volume1 #86820
DirectX Tile Engine

This is a little tile engine I made a few months back. It includes a map editor, the engine itself and a built in little example. The engine supports things like fadein/fadeout, collision detection, scrolling maps of unlimited size, ''Tile portals'' (Tiles which when stepped on lead to other tiles/maps. For example - try going inside the caves for a pleasant surprise). Be sure to read the readme file and if you plan on using the editor, read the help file. Comments/Suggestions welcome.

Java_Volume1 #86821
Asteroid Madness Screensaver

Watch the asteroid ships obliterate themselves as they charge on their course, only to be deflected by the edge of the screen. Hope you enjoy. Mike.

Java_Volume1 #86940
professional search

This is my version 2 of professional search, you can use it to search for files, folders, and hidden files and folders, you can also paste, cut, copy or delete the found items, rather than open it. You will find it flexible, faster, and really professional.

Java_Volume1 #86993
clsPlanet: Class to Draw a Solar System ver 2

A single class capable of drawing the solar system from Sun to Pluto (including 1500 asteroids). NEW: Retrograde planets/moons now possible, coloured labels, more comments in code, more accurate numbers, more real moons. You can easily add more or design your own solar system. . Thanks for inspiration, assistance and support to Peter Wilson whose upload 'A Simple Solar System Simulator, v1.0' http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=47973&lngWId=1 inspired this. -------------NOTE--------------------------------- If it runs too slowly reduce the number of asteroids at Private Const AsteroidNumber As Long = 500 . I have run it with up to 5000 but the graphic is not that much different and very slow. ---------UPDATED-------------------------------------------Thanks to Peter Wilson who improved his zooming code and kindly sent it to me. Upgrade 1 notes: Added a new solar equator view, labels for planets and moons, improved collection based functionality, Asteroids do not display orbits (un-comment piece of code if you like that). All orbits are now eliptical and Pluto has its eccentric orbit . Planets have extra properties (oblate= Flat). ------------ CODERS this class automatically produces the labels it needs to operate without a seed control. Cute Trick extended on article in Computer Shopper Jun 2003.

Java_Volume1 #86994
VBMysqlAPI

VB mysql API is a wrapper around libmysql.dll to connect Visual Basic applications to mySQL databases. It comes with the translation of the API calls to libmysql.dll and a class wrapper to ease the implementation of mySQL into your application. Test with any mysql database. Comes with class, lib, dll, and example program. Planet source code times out on uploading, so please download at http://www.macrometrics.com/dev

Java_Volume1 #86995
GIF optimizer - batch version

GIF optimizer - batch version (v 1.0.9): Optimize the file size of your animated GIFs (not destructive, I hope!). Don't forget to compile first! :-) __________________________________________________ Last update: 2004/06/24 (Comments supported) __________________________________________________ Zip 53Kb.

Java_Volume1 #86996
_Java Text Editor

HELLO FREINDS! I'VE CREATED THIS JAVA TEXT EDITOR FOR ME AND FOR YOU TO CREATE PROGRAM IN JAVA FASTER AND EASY. THIS JAVA TEXT EDITOR CAN COMPILE, RUN, AND MAKE YOUR JAVA CODE .JAR .IT ALSO HAVE THE ABILITY TO RUN AND EXECUTE JAVA APPLET. PLS. DONT FORGET TO VOTE AND GOD BLESS YOU ALL!!!!!!!!!!!!!!

Languages
Top Categories
Global Discovery