Results for "Volume: Java_Volume1"
i did this page for a sci project. i needed it to play some video so i did this script to use the windows media player control. you can play more then 1 media file(audio/video) but more then 1 might make someones browser crash.
To create a modal window using JavaScript that supports full data entry capabilities. The window open function also has the ability to open the new window centered on the screen.
IF YOU WANT TO ENCRYPT YOUR WEB PAGES OR ".JS" FILES THIS IS THE CODE FOR YOU!! THIS IS A MUST TO ALL WEB PROGRAMMERS TO PROTECT YOUR OWN WEB PAGE(S). DONT FORGET TO VOTE FOR THIS CODE!!!
In HTML and ASP programming, the form element (i.e., ) features the Action property that programmers use to redirect to another URL after clicking. In ASP.NET, server-side forms are rendered using a class named HtmlForm under System.Web.UI.HtmlControls Namespace. This class doesn't provide the familiar Action property, nor does it supply an alternative property to perform the similar functionality. As a result, the single form interface model is so deep-rooted in ASP.NET that there's no way around it.. This article is concentrating on the aspects of providing the Action property to Server-side form object based on very own HtmlForm class itself which further can be extended to adopt multiple-form interface
This program converts char to dec and hex, dec to char and hex, and vice versa. Nice simple gui made from pure ASCII code characters, can convert and list, just like any ascii conversion utility.
Full source codes for the Sonork Instant Messenger V1.5.0.3 that may be downloaded from http://www.sonork.com
Get the current username from Windows
Data compression is very popular and widely used thigie today. Huffman compression algorithm is one of the first and simples one, so it's good to start from. This code include code and explanation for algorithm itself and two simple file compression/decompression programms ( just for example)
Connects and Disconnects Network Drives from your System
This is the Whitebyte-Toolbar. A rebuild of the Microsoft Toolbar which you can see at www.microsoft.com. But it can also be view in Netscape. I have tested it in Netscape 4.75 and it worked.To use this code you must enter the "menu.js" File. There you can change everything of this toolbar. Colors height, width, top, left (positions) Entries
This code was created for the purpose of helping the QA team at Webmind inc. in testing the projects being created in JAVA. It helps in creating Unit Tests for the classes.
Checks you Microsoft Outlook Inbox for new Mail Items.
Show or hide form elements based on the value selected in a dropdown menu.
Shows how the Graph ADT(Abstract data type) can be used in such situation like calculating the shortes route between airports or similar situations. (Please vote if you think its worth it)
It shows your computer's BIOS time. Make sure you don't run it on Windows 2000, becasue Windows 2000 does not fully support BGI in Dos.
This is an application, that may be used from the command line, as well as from a graphical UI, to retrieve the public component information from a compiled Java class file.
Search the internet for web pages or files from your VB App. 8 common search engines: AltaVista, Excite, HotBot, Infoseek, Lycos, Yahoo, SoftSeek, AudioFind An easy to use function. You can add as many Search Engines to the Search-engine list as you want, this list contains 8 search-engines. One of my lists contain 24 common search-engines. Use like this: SearchTheWeb Inputbox("Enter search-words:","",""), wAltaVista
Create custom calendar control using Javascript. You can modify the heading, colours fonts, click events and year range. Please vote for this code if you like it and use it. Thanks. Please Note: this code can only be used by direct permission of the author, or Webelectrix. This code is only allowed to be used in it's original format, and is only licensed for free use, for a full license contact Webelectrix.
A simple explorer clone. It is heavily commented and shows you a way to show alpha-blended icons, extract icons based on extension or from files themselves, a simple (or recursive) way to collect information about drives and folder, and some other useful stuff for the in-experienced vb.net programmer.
This is a class that will get CGI data, decrypt it, and then put it into an array that you can access easily. ie some_variable = array_name['whatever'] would get the data from the HTML form item "whatever" passed to the program via CGI and put it into the variable "some_variable". Comes with instructions and a basic example