Results for "Volume: Java_Volume1"
This is the EASIEST way to have scrolling marquee text in a label. 'No long useless code.
jValX is an easy way to simplify your client-side form validation, and is all XHTML 1.0 STRICT markup... note that "Beginner" code level means that beginners can successfully use this library, while jValX supports very advanced validation needs as well.
This code was originally coded using 16-bit Win API function calls and I switched to 32-bit... looks like I missed some in the first release. If you discover any OVERFLOW problems, it's because of this fact. I think I got them all. Anyway, here's the intro... It would be ideal to have a generic print routine that could print to the printer or to the screen depending on what you pass it. This project shows you how to create printing routines that can print to the printer or to a picture box. This enables you to add print preview capabilities to your Visual Basic applications. Since there are several ways that you could implement print preview in your applications, this project describes one method that is easy to do in Visual Basic and works well.
With this Javascript + DHTML source code for IE 5.x able to show a popup calendar to select one date in your web pages.
This is for someone who is just starting on C++ you can learn to make ya own win32 console application. please vote for me when you click this just scroll down and you will see vote
Blitz is a remake of an old commodore game, u must destroy buildings so you can land. I used the OpenGL API and this is my first attempt at a game, i also made a map editor for it so you can make your own levels if you dont like the random game mode so please comment i have made other demos/games using opengl also a vote would be nice :)
This code is tested in IE 6.0 on service pack 2 for windows NT and It's working great. So please dudes copy this code as per your need and enjoy. And remember do not forget to rank my code as I need it from all of you.
This Program will make colorful fireworks. The code is kinda short, but it looks so cool. I've included many directions/explanations that will help you change the input value.
Cool AIR-X Arcade game. Final Battle Edition. Shoot down enemy aircraft before they shoot you down. Fast transparent sprite animation over moving background. Fast collision detection.
Have a look at this nice game. Now it has 25 levels and a couple of differend field types. It also supports an English and German interface. If you like this code - please vote... Important: The main file is called "game_cor.js" and you'll find it in the "data" directory. But this file is crypted by myself (shrinked size). If you would view the original code, take a look at the "game_cor.js" in the root dir.
gridClass is a read-only grid comprised of text box arrays. I use it to display information from an Access database and it was developed after expriencing total frustration with the grid provided with VB6. It could be modified to be updatable and I may find time at a future date to do that.
Removes Banner Ads that appear on top of free webhosted websites.
Step by step Insctructions on how to create an ActiveX DLL File
Introduction to C++ STL vector - a C++ standard class that acts similarily to a C array. No 3rd party classes, this is all standard among every standards compliant C++ compiler! The major benefit to the vector is that it is dynamic in size. You can add to it, remove from it, and not have to worry about handling the memory yourself. Very useful.
List all apps running (Including windows stuff!) And kill the processes.. This is a modification of the killapp project. Be careful not to kill stuff like explorer as you will need to restart machine... Fun all the same
Tutorial to How to Clear the screen. in Basic or Dos its CLS but its Something else in C Click to find out
Ever wanted to fade one image into another image? Like fade a picture of yourself into a picture of a goat? If so, check this example out. It shows you how to fade one image frame by frame into another image.
This application was a part of my university assignment to create a room with a table in it. On the table is a 3D maze. The user can walk around the room, then jump onto the table and walk around the maze. This code has the following: 1. Creating a 3D environment. 2. Smooth motion camera movement. 3. Perspective animation to 'jump onto the table'. 4. Dynamically generate a 3D maze based on an array. 5. Collision detection around the room, table and 3D maze. 6. Some basic 3D lighting. 7. Texturing. The code makes use of Java3D, so please make sure you install that as well or it wont run. This was tested on the OpenGL implementation of Java3D. There is also a supporting documentation explaining the program and concepts. It is ideal for anyone studying Java3D or simply wants to have some fun ... Enjoy. Remember, if you're doing a similar assignment at college/university ... be original in your code! Oh yeah, to run it type: java G3DMazeRoom
Transparent sprite animation over background. A collision detection (COLLIDE.BAS) module/engine which will make collision detection more easier.
This code is an example of how to use various functions contained within the Word Application object. To use this code you must first set a reference to the word libary then declare a word application object. This code shows how to use the search/replace functions, how to bold items, how to do a "Save As" from the code and how to insert lines. There are also a few miscellanous methods such as how to tell if a file exists and how to kill it. This piece of code was origonally written as part of a class module and was incorporated into a dll to be used by other application developers that I was working with. I have a few other examples from the class if anyone is interested, please drop me a line. I hope that this saves someone some time in using word. I have not found too many good books or code examples that explain how to use word as an object.