Results for "Volume: Java_Volume1"
User can select a color from the color picker and corresponding hex code is stored in text field. This code is amendment of an earlier post. Please download the code to know more about this in in detail.
This code is a direct replacement for the VB6 Replace function. Obviously, VB 6 users will have very little (if any) use for the function. It is intended for use with older versions of VB that do not have the in-built Replace function. I noticed a similar piece of code released earlier this week, but it only appeared to handle character replacing and not strings. This version will do both and it's pretty tight and fast.
First of all let me thank all those of you guys who have voted & liked my previous "single client chat application". At their earnest request I've written this simple multiple client chat application. I hope this turns out to be of some use!!!! Unlike the previous one, here you can have any number of clients. If over a network, plz change the ip & port according to the server machine. With out any change this should work perfectly on any win xx machine...though I haven't tested this on win NT & XP. Let me know if there are any probs! In this release(V1.0) I haven't implemented the clientList and other options. I'm thinking of upgrading this version but mind you it depends upon how many votes I rcv, when deciding to upgrade this??!!! So Plzzzzzzz vote for me. thankx in advance! Yup this program is copyrighted.....you do not have permission to use this code!!!! Just kidding guys, you can use this code in what ever manner and whereever you feel fit...but plz leave a line or two to my credit, if this turns out to be of some help. NOTE: To HAVE CORRECT FORMATTed VIEW OF THIS FILE OPEN IN DOS USING EDIT COMMAND. How to run this??(if u r nu) These are the two files needed to run the chat application... 1)chatServer.java(server, run on only one machine) 2)chatClient.java(chat.htm, downloaded as an applet by as many clients as possible) To compile these two files you need to have JDK1.2 or higher installed on your machine. If you don't have one, you can have your free copy from http://www.sun.com. Now when you have JDK1.2 then you need to have your environment variables pointed to the right directories... compile using the following command at the prompt prompt:> javac chatServer.java prompt:> javac chatClient.java You might get one or two warnings...plz ignore them. Now to run the program... Type in "java chatServer" at the dos prompt... Now you can call the chatClient applet from any html file.... For any Q's feel free to contact me. Thankx for downloading. You can always visit me @ http://mypal.20m.com regards suhail. ENJOY!
DateSerial is a function that is supplied in VBScript, and Javascript doesn't have a function like this, so I created a function to work in Javascript to do the same as the VBScript function does. I hope you all find this useful. I'm working on a hold Script Library with all the VBScript Functions converted into Javascript. I'm about 90% Completed.
Wheel Of Fortune based on television show. Made by MadMax Software at http://madmaxsoftware.homepage.com
Well the simple way to map network drives with vb.
Being optimistic, I have made a code that will resize an image, allowing the user to save the image as a thumbnail. Here's hoping I've solved problems. Even if it doesn't work for you, it should give you a small idea of how it's done.
3rd times a charm... Hook a DefaultTreeModel to an Access database. Thanks to Richard Stanford for the DynamicTree. I added the Access database part Enjoy I wonder if I should try to extend DefaultTreeModel to add the Access part and make AccessTreeModel... What do you think?
Use this script to hide your email address from spiders that harvest email addresses from web pages.
this is a messenger program with a multithreaded server and a client.this java code designed as the same purpose of icq. please VOTE it
You can make and costumeize you Buttons. You don't have to use the system buttons.
This is a tutorial I wrote to teach C++ to people who want to learn it. I decided to post it here to help as many people as possible. Please leave feedback, and if you like it vote ;)
Checks version, date & time information. Recurse subdirectories and filer file types. Great for debugging file version problems.
Ever wanted to create a form with a shape defined by a picture? If so, this is what you have been looking for! With this simple example, you will be able to use any standard image to define the shape of a form. Along with the example, there is an ReadMe HTML file that explains how to create your own Image Shaped Forms! This is a new, improved version of my previous upload, with come corrections for WinNT!
This game simulates a simple "piece movable" puzzle, corresponding to an Image cuted in pieces which are painted in several PictureBox's. Then, the player must move the pieces, putting them in their right positions, making the puzzle complete! it also shows you how to freely move controls on a form at Run-Time WITHOUT ANY API FUNTIONS!
Move selections back and forth between 2 listboxes. You can use command buttons or double click selections. This sample uses printer font names for testing.
break the mind of user user think any character form screen and output is that character
***Version 1.0*** Traversing the tree is now available. PreOrder, InOrder, and PostOrder traversing is now available. The next version will be a GUI showing the operations being performed on the tree. ***Version 0.7*** - Cleaned up the code and added numerous comments - Small changes - no inorder, preorder, postorder support, that's coming next This is an implementation of a Binary Search Tree. Comes with two classes, BSTNode which represents a node in the binary search tree. Also comes with BSTree, the actual Binary Search Tree class. Several methods are supported. Nodes can be inserted, deleted and found. ***Please note, this has no comments and does not have an inorder, preorder, postorder method yet, this is only version 0.5. I just got tired of seeing only two versions of BST in the Java section of PSC and made my own. I hope you find this helpful. Give me feedback!***
simple file encrypter for linux compiled with gcc
Changes images according to user action!!!