Results for "Volume: Java_Volume1"
UPDATED!!!! Keeps records for students : number name lessons:grade,date save to file everything
Forgot your access 97 password? Never fear this function will hack the access 97 local file password
*** Updated on 10/18/99 --> See comments below *** This is a handy little routine for retrieving forgotten passwords out of Access97 and 2000. Do not abuse this. This should be used only for databases you originally had permissions to and forgot the password.
A delay timer so easy, this paragraph is longer. I had to submit this easy code because it is not on this website. Uses no API, and it is very handy!!
This is a tutorial in PASSING PARAMETERS to both applet and applications. Complete and easy to understand! Sample programs contain simple codes with a clear explanation.
Lightwheight roll-overs, made with CSS and only one image... with NO pre-load wait times, like those based on image replacement! There is also Tabbed user interface, based on that technique (the tabs) :)
Free java IDE targetted at the novice student user with full source code, image files and all the rest. If you just want some free ...and I hope - useful software, open the ready to run zip file. The documentation will follow on later (javadocs and so will other enhancements/improvements), for the time-being I would like some feedback please.
This is the 3rd version of my RPG game. I've added a lot of stuff to make it look better, but nothing much in the way of game play. It has a cool menu, sort of like halflife's, a lot of graphics, characer classes (sort of) and I redrew the character so it looks more realistic. It only has the wizard character so far though... Also have the resolution changing to 640x480x16 for much faster game speeds.
My ParticleEffect/Particle classes can be used to easily create particle effects for games in java. Options include: resizing, color changing, multiple/single graphics, velocity, acceleration, lifetime, and more. It is easy to use, just create a ParticleEffect object and set these various attributes and it takes care of all the drawing and everything. The screen shot on the left is the program which is included, it is just a utility for creating test effects. The screen on the right is another game I am writing which uses this program. Just look at the code inside TestDriver.java to see how it is used (It's very simple). If anyone needs further documentation, just let me know and I will supply it. This program is ready to use although I am still considering add some more features such as collision detection. If anyone would be interested in this, let me know. The .zip file is also an executable jar file so just change the extension to .jar if you would like to double click to run. To get to the source just leave it as a zip and you will find it inside.
conversion of decimal to hexadecimal
A COOL RED SNAKE EATS EVERY THING... IT's COOL AND SIMPLE TO UNDERSTAND..... TRY IT.
Will locate a file on any type of drive. I use it for lots of things with little modification. Very useful for looping through all your drives, folders, sub-folders, etc. Perfect for finding files, folders, types of drives, etc. Should be "readable" enough for newbies and ideal for experts as well. Uses File System Object (FSO). Works with VB 5 as long as you've installed VB Scripting support. Can be implemented in ASP's with very little effort.
Here is what I did to make my PC speaker beep at the frequency and length of time I want, using hardware direct control. It works fine in Win95 and Win98. Not in WinNT.
This is a beta version of the GUI for the NuclearMedia 2.1 SDK.
Displays an animated gif file WITHOUT any ocx or dll.
This code allows you to have an autocomplete function on any text boxes by creating an instance of the class module below and setting a text control on a form to is CompleteTextbox property. Ideal for those situations when you have multiple autocompletes. (Visual Basic 6 Only - Can easily be modified for 5.0 users)
This code enables you to have an MDI Child form "dock" with the MDI form like the toolbar found in the VB5/6 IDE and in various other applications. It can dock to any of the four sides of the form. Currently only support for one toolbar is there (i.e. the toolbar in VB as opposed to the project explorer and properties on the right side). This functionality may come soon.. If you find any bugs, please let me know via email or post the solution here.. An executable is also included. This code is a variation of the post found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3843 It *REQUIRES* the MsgHook32 OCX found here: http://www.mvps.org/vb/code/msghook.zip
You can get many kinds of codes about paint applications like pencil tool, line, eraser, picker, gradation, open files, and more. You can configure options. And more! You can also get filters! Enjoy it!
This is a single document interface (SDI) application that allows the user to view any bmp file. This is a little slicker than most of the versions I have seen here.
The purpose of this code is show how 3D graphics work. This program shows how to do 3D rotations, Backface removal, and shading.