Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #100843
Win32 - IE Style Menubar (Fixed)

A simple solution to creating your own Internet Explorer style menubar using the Windows API. Fixed problems with project file, EXE included. Compiled under WinXP using VS 6.

Java_Volume1 #99784
JCalendar

A generic java class to select date graphically, similar to the date picker in windows.

Java_Volume1 #99927
Library book managment using linked list

[Please rate my code.] This helps to maintain a book-list in a small library. The book information contains the title, author, publish year, and ISBN code. The information will be given to you in a text file books.txt. Each line of the file contains data about books. (For more information about this, look at the books.txt file in the zip file) It provides functions to: - add a book - delete a book based on the ISBN code or title - search for a book based on the ISBN code - list all books - list every books written by a specific author It also provides an easy way for users to select a command from a command menu to perform the above functions and to input data from the keyboard. The "books.txt" file is used to initialize the list.

Java_Volume1 #93464
Fading backcolor

Make the backcolor property of a form acts like a VB-Setup Program

Java_Volume1 #93465
Winsock

You Ever Want To Do A Program That Connect You With Your Friend, Chat With Them Or Send Them Files, Here's The Key For You! Just Connect Them In The Server Client And Have Fun!

Java_Volume1 #99928
Super Penguin Bros. v0.01

Super Penguin Bros. is a game written in C++ with OpenGL and Glut. It's in a very early development stage but shows the basics of starting to program in OpenGL. You can use to move tux, but he cannot jump yet. You MUST HAVE GLUT for this game to work, I used glut to allow me to port the game easily as well as code it quickly. Glut can be obtained at http://www.opengl.org/developers/documentation/glut.html . It has been tested and works with Windows and Mandrake Linux on many compiliers, but should work with any operating system that supports OpenGL and GLUT. There are basic compiling instructions in the README if you have any trouble. If you're interested in contributing, email me, any help will be appreciated considering I'm very busy.

Java_Volume1 #99929
How to compile sound files directly into an exe.

Shows a technique for having wav files compiled directly into an executable.

Java_Volume1 #99930
^^ HRM:-Windows in DOS mode

This is a HRM (HUman Resource Management) S/W. The program is created in TURBO C++ 3.0(DOS). With wonderfull WINDOWS ENVIORNMENT(SEE SCREENSHOT).A lot effort has been spent in graphics. This project has been made for HCL as our summer Project. By Joel & Rajat from JSS ACADEMY.(rajatjain@email.com) Write to us for the COMMENTED VERSION of the code. Run MAIN.CPP Login Information. For Employees Page. empid - JOEL ,password - JOEL For Administrator Page. empid - ADMINISTER , password - PASSWORD

Java_Volume1 #93466
Net-Messenger

This cool little program allows you to send message boxes to a remote computer over a network or the internet. You can change the message type (i.e. exclamation, question, information), the buttons that will be displayed (i.e. OkOnly, YesNo, AbortRetryIgnore). And finally, the result of the button that the remote computer clicks will be sent back to you, allowing you to have your own chat with the use of message boxes.

Java_Volume1 #99785
Java Socket Programming - FTP,TELNET,HTTP SERVER, CHAT SERVER, UDP NEWS SERVER

This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Patel (divyen_patel@rediffmail.com) Ahmedabad, Gujarat, India

Java_Volume1 #99931
^a simple calculator

I have been learning C++ for two hours and i decided to have a shot at my first program. I am 17 and any feedback, comments would be greatly appreciated.

Java_Volume1 #100844
Find hidden "back streamed" files on NTFS partitions. This code is a must for sec consultants.

With NTFS partitions, intruders can hide their toolkits behind a 'front file'. Explorer and DIR only show the front file and the size of the front file, leaving no clue as the hidden 'back streamed' files. This code finds them. You can back stream a file like this "copy MyTrojanProgram.exe SomeSystemFile.ini:MyTrojan.exe" SomSystemFile.ini will stay the same size and the backstreamed trojan will be almost undetectable.

Java_Volume1 #99786
Threads Exposed

Threads are perhaps the most deprived of java’s Features. Most of us know how it works but never try to code them. Even most SCJP books term it as the toughest chapter. Believe me it’s a myth not TRUE! By the end of this tutorial you are going to be real familiar with Threads.

Java_Volume1 #99787
Networking Programs

These Are Some Of The Programs Based On Networking In JAVA. Programs Include - Chat Appl (TCP), Chat Appl (UDP), Date Time, Echoing, HTML Getter And Port Sniffer. Please Note That In Client/Server Applications You Need To Start The Server First And Start The Client Later. All These Programs Were Made In JAVA SDK 1.3 And Thoroughly Tested In That.

Java_Volume1 #100845
Cascade Clone v1.0

Well, my girl friend is really crazy about Cascade, so I did this Windows GDI version of it. It is pretty simple to play - you just have to clean the window and make lots of points - to do that, click on a square that has another square of the same color next to it, they going to be marked, if you click one second time now, they going to disappear leaving some points behind. Try to mark as many squares as possible. As usual, my code is not commented but pretty simple to follow. Totally programmed in Win32 - No DirectX necessary. For a simple game like this, GDI graphics and PlaySound() are enough – Check it out and vote for me if you like the game, if you don’t, vote anyway ;) Have fun and stay clean. JungleBoy.

Java_Volume1 #93467
Visual Basic Screen Saver Tutorial

Visual Basic Screen Saver walks you through the process of building a screen saver in VB as well as explaining why. From setting up the project to knowing what parameters are passed to a screensaver at run time. Includes the tutorial in windows .hlp format as well as complete screensaver source code. [notes added 4.20.2005] This is old... like 1999 old. Also, The HTML version is at http://www.micahcarrick.com/v2/content/view/10/3/ I hear it doesn't work in XP. Anybody know why?

Java_Volume1 #93468
Slot Poker

Basically, it uses a random number generator to display 3 different cards in the form window. The name says it all "SlotPoker"... I have not programmed any bells or whistles, you can do that if you wish.

Java_Volume1 #93469
Run Crystal Reports within VB6 with Record Selecti

THis short piece of code illustrates how to imbed Crystal Reports into VB. While simple, it does not seem to be documented well anywhere.

Java_Volume1 #100846
Database and CGI in C++

This code shows you how to access MS Access MDB database files and use SELECT stements to retreive records from tables. I've seen alot of poor examples here and i couldnt get most of them to work or working to do what i needed. Also, this gives you an easy way to make a cgi type program that you can use on your web server.

Java_Volume1 #99788
Image De/Compression Algorithms

My project is done for the Digital Image Processing Subject that represents several compression algorithms (including lossless and lossy)

Languages
Top Categories
Global Discovery