Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #86800
LED Control

this is just a simple control that mimics an LED. you give it a binary value for which sections to light up, and it does it. there is also a built in function that has digit presets and other things.

Java_Volume1 #86801
Form Skinner

Make a skinned form, like WinAmp.

Java_Volume1 #85577
Lets Play Lotto

This is an off-shoot of the Phillippine Lottery Game..... You enter 6 number combination and hope youll hit the jackpot...

Java_Volume1 #85578
Midi File Reader

This code is a re-write of the module "midi" in the PSC code entry "Advanced Midi Programming / Utility" i was looking for a Midi file reader to read all the file's data in notes, control notations, and be able to extract comments in the files etc., i found this code that could do so but it was unreadeable (the code i used as a template to re-write was the original, which is in the project as ModOriginal) so i re-wrote it so other's could learn what i wanted to learn (unfortunately some of the byte translations are still in dutch, i couldn't translate Some of them, most are in english and the routines and helper routines are in english.) EDIT: My Code is in ClsMidi, compare it with the code in ModOriginal to see it's advantages for learning! Also thanks to peter wilson, i stole his space oddysey midi :p

Java_Volume1 #85579
Texture Creator

Create Textures for Webpages or Apps or... in seconds. Save Textures as BMP or JPG. If you want to save as JPG you need to Download DIjpg from www.disoft.com. The Program will work without.

Java_Volume1 #85580
MiniPanel

Here is another piece of code for the people who want to give their applications access to the world of windows... See screenshot!

Java_Volume1 #86802
A Faster AddItem

My third subbmission in one day heh... I am just board, so I made a little competition AddItem vs. SendMessage. So, I found that SendMessage is about 2 times faster than VB's add item. Microsoft, can you mak2e our lives easier and just give us working functions???

Java_Volume1 #86803
WinXP Startup Plus

A simple listview program that'll start up programs on start or on active internet connection found.

Java_Volume1 #86804
A Simple ActiveX Registrar

Again, sorry for the lack of submissions in the lst few hours, I had some work to do. Anyway here is an ActiveX DLL/OCX registrar. It is simple enough that a beginner can learn this by compiling the class file and intergate it with their own programs. Don't forget to vote...

Java_Volume1 #87247
Hide/Show the Start Button

This code will be usefull for a joke, or a virus. It Hides/Shows the Start Button...

Java_Volume1 #87244
a --> Disable Ctrl+Alt+Del in WinXP with ONE LINE OF CODE! WORKS IN MULTIPLE LANGAUGES!<--

Super-simple way to disable Ctrl+Al+Del (but not Alt+Tab) in Windows XP and probably NT/2K as well. Anyone can do it, and it works in any language that lets you launch another app! How cool is that?

Java_Volume1 #87245
Elastic Collision

Do you like math and physics? If "Yes", then here is the program that you're looking for, but if "No", then you still have a chance to like this program if you like graphics or games programming. This program is an application for the elastic collision between two objects. In elastic collision, the total momentum is always conserved, and after collision, the final velocities get distributed based on the masses and initial velocities of the two objects. This program is a good example of how to use math to move objects, detect collisions, draw graphs, and change objects sizes and positions. In this program, I made sure that all buttons get disabled during the movement except the Stop button, and I used the idea of global variables to exit the loop of action. One last thing, I think this program is kind of fun, especailly if you try different masses with different initial velocities. The graph also shows some intersting patterns of movements. I hope you'll learn something out of it... Good luck ...

Java_Volume1 #87246
Project+Database Password Security

This project gives you the full Database level security. You cannot run your project untill you give the correct database password. Since the database is also password locked, nobody can open it also. If you make EXECUTABLE file of your application, then not to worry about someone else can run your application or open the database. Good luck & please vote me if you really fount it useful.

Java_Volume1 #87248
Innovative Screen/Control Design Techniques

Demonstrates how to create Innovative and professional looking screens and controls. Simple and very lite weight. Just try it.

Java_Volume1 #87249
Incredibly simple file transfer

This is the simplest way I could find of sending a file across a network or the Internet. You can send any type of file (from text documents to movies) and any size of file. I downloaded many file transfer programs and found them either way too long-winded or quite short but very difficult to understand. Therefore once I understood how to do it I wrote my own program thats not only short, but incredibly simple and capable of sending any type of file (big or small). The code is fully commented and easy to understand. Enjoy...

Java_Volume1 #87250
TabStrip with images

TabScript que cambia las imagenes al pasar el cursor por los items.., cualquier mejora me la envian al correo :))

Java_Volume1 #87251
VB Paint

VB Paint is a simple drawing program similar to Microsoft Paint plus several image filters. VB Paint features: (1) Drawing tools: curve, polygon, filter brush, brush (10 different shapes), air brush, text, fill, rectangle, square, rounded rectangle, rounded square, ellipse, circle, pencil, eraser and pick. (2) Drawing properties: foreground color, fill color, fill style, draw width, border style and font. (3) Selection tool: move, cut, copy, paste, delete, crop, effects, filters. (4) Effects: resize, flip horizontal/vertical, rotate, clear. (5) Filters: black and white, blur, brightness, crease, darkness, diffuse, emboss, gray black and white, grayscale, invert colors, replace colors, sharpen, snow and wave. (6) Undo/redo (limited by memory, currently I set it to 10x undo/redo). (7) Others: scroll bars, zoom, resizable paint area, hand, status bar, open, save, and print. It is well commented and developed with almost pure VB (only 7 APIs, no OCX, dll, ...). Good to learn about VB ability to handle graphical stuff.

Java_Volume1 #87252
Artificial Intelligence ( The smart circle )

I called this program the Smart Circle because it's really a smart circle. Why? I tell you why. Imagine that you are lost in a desert, and you're looking for a way out. How are you going to find the pathway? You'll look around you (in circles)until you see the pathway. If you don't see anything, you may go to a higher place( assume there is a high place in the dessert) so that you can see further ( bigger circle ). The higher you go up, the further you can see. When you see the pathway, you'll move immediately in that direction until you reach the pathway. I'm sure you would like to move in straight line in that pathway, but how about if it's not straight, what are you going to do? You'll look right and left until you see the right direction in the path and go on. Isn't it crazy if you go back and forth in the same path so you don't move from your first point? I guess it is. So you have to move in one direction along the path. If you do all of that, I consider you a normal person, that's exactly what our Red Smart Circle is doing in this program. It uses the Sine and Cosine functions to find it's way. I made many comments in the code, so I hope it'll be easy for you to understand ... Good luck .

Java_Volume1 #87253
[A++] Boulder Dash Game v0.35a

The task of this game is to collect diamonds and avoid ugly butter-flies. You have to dodge around the stones moving them if required, and making sure they do not fall over you. You can play alone or a two player game. Second player can play on the same keyboard or can be on another computer (Direct cable connection via Com port required). Soon there will be TCP/IP support (if you want to help me in that, I'll be glad!).

Java_Volume1 #87254
COMplotter

Plotting Comsignals in a grafical and usefull way

Languages
Top Categories
Global Discovery