Results for "Volume: Java_Volume1"
Shows how to implement menus in your Win32 application
This article shows creating a IFRAME scroller similar to the one used by PSC on the left side of page.
A basic password protection script, for web site member's areas. Uses cookies to block access until a valid login is supplied. Also has a logout button option. Full instructions included in the script file as comments. Please vote if you like it.
This is a news ticker applet. It takes input parameters from the HTML source and displays short text messages formated by the input parameters. This applet can be used to display sports scores, stock updates, short messages, news updates, up coming events, and ect...
This is Battle Net Chat application allow you to connect chat execute command and more with the real Battle Net screen images and more... Please visit my new web site and see what you can do ! VB power !!! come and chat with me http://www.virtualgamer.t2u.com
You can drag and drop layer as virtual window in your page
The xbkWindow creates a cross browser window like look and feel tool for any web applications.
This module has the following functions (pretty self explanitory): GetX, GetY, LeftClick, LeftDown, LeftUp, RightClick, RightUp, RightDown, MiddleClick, MiddleDown, MiddleUp, MoveMouse, SetMousePos
The MVX Game Engine is a combination of various functions and classes you can use to create your own video games or DirectX8 applications.
Shows a clock WITH the date. It also follows your mouse around the screen
This is, I think, the easiest way to center a form. It is the way reccomended by Microsoft and Microsoft Press. Just stick it into your form_load.
This program includes functions for performing Boolean (bitwise) AND, OR, and XOR; as well as left shift, right shift, and one's complement. Right now, the subroutines are set up to use the values in the textboxes and output the results to another text box. However, you can easily modify them to take passed variables and return the results as a function.
This program allows users to choose a color and pen size to draw on a picture box and the user can also make circles and fill the picture box with a certain color. ****UPDATED**** August 14. New tools include Circular Gradient maker and Gradient maker,eye dropper and I also put the tools into a list box so it is easier to find. I also improved the pen tool so it doesn't skip.
This simple server supports only Get and Head request from the client and returns HTML files and image data.Adding a "-v" command-line parameter enable verbose mode,which displays all connections in the Http server's console window.
A multi client to server chat program. Show some simple setting that can be done for client. Include private chat, Admin login, etc
I have not found any sample that shows database access with javaScript. Well, I created one. It is very simple since Javascript has the activeXObject that allow us to call an external object in the same way that vbscript uses CreateObject.
Wipes with SIN-Effects a Picture(BMP) transparentlx over a Background-Picture(BMP).Both Picture can be loaded at runtime. Based on different Source from Planet-Source-Code-Website.
This is an application I made to learn ASP.NET. This is about a JobSite where Users log on to find jobs and Companies log on to place job requirements. This is a simple application in which the users can apply for jobs. The company gets to see which users have applied for specific job and can send them mail if they meet theirs criteria. The application has functionality such as registered as a user or a company. Post a job if you are a company. Apply for a job if you are a user. Delete a job posted if no one has applied for it. Change password. User can apply for a job only once. Company can post a job with unique jobname only. This application was build in Microsoft Visual Studio .NET 2003. Also since this site uses flash for the logo, you will need to have flash player for Internet Explorer to view the logo. If you donot have, you can download it for free from http://www.macromedia.com (very small download
This code is a game where you have 10 people (excelent graphics) who are shooting each other until only one or none remain.Every unit has a health bar which is reduced after taking a hit.When a unit dies it is shown as falling and blod is left under the body. Please vote and give me some feedback :)
Demonstrates basic fuctions such as Add, Remove & Clear; but also some advanced funtions that use API tricks to find the index value for a string (or partial string); change an item in the list without knowing the index value in advance; and display a tooltip containing the complete name for items too wide to fit in the visible box (and only those items! Even checks for the existence of a scrollbar on the listbox). The comments in Instructions.bas will walk you though all the functions, and the code is heavily commented for the novice.