Results for "Volume: Java_Volume1"
This code is more to how you can combine higher-end graphics with Adobe Illustrator, SVG, and Javascript to create animations. You will need an SVG Viewer to view the file in your browser (go to www.adobe.com/svg to download).
Black Jack Game Win32 console application, read the code it is well documented. Special thanks to Joe Spencer who encouraged us to submit work to this site.
Complete DirectX9 game with 3D menu, 3D About presentation, intro movie, and map editor. Game features: control your 3D walking, animated character in 3rd person mode; click on a tile and he will go there (can find his way through the maze); DX-drawn message boxes, menus and buttons; 3D compass; falling snow; 6 camera modes; sky background (skybox). DirectX features: textures; lights (ambient and point); fog; 2D/3D alphablending (opacity from 0 to 255); raytracing (detect 3D objects at mouse point); mesh from X file; 3D text; simple spheremapping; multi-viewport projection; particle system; 2D sprites; windowed and fullscreen; reenter fullscreen mode after being minimized; resolution changeable during game(no need to restart); movie playback Well commented, and with documentation. – Arvin Meralpis
This is your tool for creating a complete set of META tags. It's fast, fun, and an easy way to create all kinds of META tags, not just basic ones such as the keyword and description META tag.
Example of how to stream data behind a "facade" file. Stream 1M behind a 1K text file, and explorer/DIR still shows the file to be 1K. According to "Hacking Exposed 2ED" there is only one application that can find these streams.
This is a simple, yet very useful One Line code, that will open your (the user) Default Web Browser, and send you to a user specified URL.
Demonstrates how you can draw OpenGL to a window that you created in a dialog box with the resource editor, without having to manually use CreateWindow
This is a neat little Sub that will Cause a Pause or "Time Out" in your program.
Keep an eye on the open ports in your local pc. A java written port scanner which looks for the open ports in the given server and logs a report of them.
This will Center your form on your screen. It will also higher it a tiny bit, so it looks centered above the TaskBar.
You can select a different music through a combo box. This page can be embed into a ifram tag to prensent a optional music function on your page. The code is very very simple. I alse attached several mid files for demonstration.
The Control Will Take an Image And Scroll it Across It's Parents Background. There Are 8 Directions To Choose From, And All The BitBlt Styles Are Availiable. This Control Has Only Been Tested In VB6. It May Need Minor Modifications To Work On VB5, If This Is The Case Please Notify Others in the feedback section.
Easy! without API. Only a few lines of code.You can scroll your Status bar panel's text and You can modify suit to you.I hope you enjoy & your correctons,comments,Ideas are very gratefully. G.B.R.Nilantha Athurupana. Wattarama,Imbulgasdeniya,Sri Lanka.(94-03744479, E-Mail: crysbro@cga.lk)
This code show you a simple cashier application, which include user login, add to datagrid and manipulate it, OleDbDataAdapter, DataSet, OleDbDataReader and insert to Access with OleDbCommand
This is a message display utility for your website. It can display any number of messages and flashes between them with transitions like dissolve, random bars, etc. It is Internet Explorer 4 and Netscape 4 and up compatible. Netscape users won't see the transitions though, just the flashing messages.
' Creates a color bar background for a ListView when in ' report mode. Passing the listview and picturebox allows ' you to use this with more than one control. You can also ' change the colors used for each by passing new RGB color ' values in the optional color parameters.
This will make it easy for someone to make a cool tile game. The coding on their part will take basicly nothing and produce a quality game. It also has a wav player, midi player and some other stuff. Check it out! The reason I made this is because every place i went to look for a tile engine, either didn't have one or the code was all in the form and was really jacked up. With the engine that I made(rattyrat13@aol.com) it is all in a moudle and very easy to understand. It currently supports up to 35 diferent tiles but that can be changed to make it more. MAKE SURE THAT AUTO-REDRAW IS ON! If autoredraw isn't true then you will have to make sure that all the picture boxes that are being used as the input are still visable to the user. 'Newly updated ---- I forgot to add about a transparent bitmap in here, so people who want just that, just steal that and take it. Also I want everybody to know that this engine is fast, because it uses BitBlit ( Bit Blit or Bitmap Blaster) not paintpicture. There is no reason that I can see to use direct-x for a tile engine, BitBlit is fast enough.
This utility enumerates all the hosts in your domain (what you would see in nethood) and gives you the option to reboot all of them.
It will make a character of your choice(many to download) talk.
A tic tac toe client server Java application. This program demonstrates Java socket programming, swing techniques and how to construct a multi-threaded server.