Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #124054
Extract Icons

Extract and save Icons from dlls, ans exe files. I used an example found on AllApi.net

2_2002-2004 #124055
EZ FTP

Its a simple FTP program with 2 screens 1.Login and 2.FTP file manager. It has great facilties like running any application remotely. Just check it and revert to me with messages.. and hey try to vote it plsss.. :)

2_2002-2004 #124056
PostalAddress Control

Data entry control for U.S. postal addresses in a single text box with automatic parsing and assembly. If your application has to allow users to enter and view snail-mail U.S. postal addresses, your usual choices are separate text boxes for the parts of the address or one big text box for the whole thing. Usually, which it is depends on how you store it. This control gives your users the ease of having a single text box and your program the power to pick out the two street address lines, city, state, zip code, and 4-digit zip code extension as separate parts. Does format validation, state abbreviation validation, state name conversion to abbreviations, data parsing and assembly to and from the same plain-text representation seen by users. Provides simple explanations for why a given address is invalid, if so. Also provides many of the most commonly-used properties and events of a typical text box. As easy to use in your project as an ordinary text box. Extensive documentation provided in the code. Also includes an extensive HTML help file and demo project. Recent Updates: 5/18/2000: Added .Populate() method 5/22/2000: Vastly improved parser to accommodate odd an incomplete addresses and added public array of error codes / messages. Please vote for this code if you like it.

2_2002-2004 #128395
Arab_Renamer

This commandline prog renames Arabic files to the same names but using English characters like the word 'Quran', so that files could be used on non-Arabic systems like Linux or on mp3players, also the program gives you the opportunity of limiting the files names during renaming. The program uses characters like 3, ', 6 and 7 which are popular characters used to replace specific Arabic letters. Copy the exe file inside the directory you want the files inside to be renamed and press 'a', you can get the old Arabic names back by pressing 'u' on your keyboard which undo all last changes. Another important possibility Arab Renamer presents is renaming files by reading the new names from a file called 'nnames.txt' in the same dir. This way you can edit names using regular expressions with a program like Jedit, editplus or Textpad. 1st press 'd' to make 'onames.txt' which have the old names, or create it manually then press 'r' to start renaming. You can also undo this action as mentioned b4.

2_2002-2004 #129247
Remote Hosting

This code allows people who are not on a fixed I.P. to host their own files as long as they have a server with ASP running on it. There are three scripts - Myip.asp - this script updates the server with your current I.P. and automatically refreshes every 10 minutes - Redirect.asp?LinkPath=mylocalpath - Redirects the browser to http://yourremoteserver/mylocalpath - Picture.asp?Img=mylocalimage - Allows you to embed remotely hosted images. Actual image can be stored at http://yourremoteserver/mylocalimage

2_2002-2004 #129478
ASP Compared Databases

This code compares the table structures of 2 MDBs and returns in Red that values that are in one DB but not in the other.

2_2002-2004 #124057
dbCon

Provides a set of tools for creating and using an ado connection

2_2002-2004 #124058
College Database

This is a brilliant program from which the beginner can learn .Program include HANDELING DATABASE files ,SEARCHING in databases ,PRINTING your databases ,The DATE TIME PICKER control and a good illistration of the COMBOBOX loading from the database.There is also a great example of creating your OWN DIALOGBOX... PLEASE VOTE if you Like it.

2_2002-2004 #124059
a easy character/word/space etc counter

This program lets you input text or copy paste from another program. as you type or the text is pasted in, it counts the amount of words, spaces, vowels, consanents, etc. It can be used for programs like icq, text editors, and much more! Please give me feedback and vote!

2_2002-2004 #124060
Enhanced Printer with Preview

Enhanced printer support allowing Font, Alignment (Left, Right, Centre and Full justification) with full word-wrap, Indent Left and Right. Preview allows user to adjust display using percentage zoom, Full Width or Full Page options. Please post comments. A beta of the latest version is available from our website.

2_2002-2004 #128396
Ethernet, IP, ICMP, UDP, TCP Mini-Stack

This is not, as the title implies, a fully functional TCP/IP stack. It does however reply to most incomming TCP/IP connections and other layer requests (including ICMP ECHO requests - Ping). This function should be passed raw ethernet frames, and will generate a response packet that will convince other stacks on a network that this machine can be connected to(SYN/ACK in response to SYN requests). For example, if one telnets to a machine running this function, a connection will be successfully made, and any data sent will be sent back (and printed on the machine running this code.) This code is part of a metwprl operating system Brandon Burr and Martin McCormick (myself), are writing. We cannot release the full code. However I feel that this may be beneficial to others writing network functions. (including TCP/UDP/IP checksum code). NOTE: This should not be taken seriously as a TCP/IP stack, as that it remembers NO state information. It can be used (as this is) as a lower level protocol handler for your own userlevel protocol).

2_2002-2004 #129503
o0mBBS

o0mBBS is a web forum (bulliten Board System) made in asp.

2_2002-2004 #124061
Check if your app is already running and gives you an error msg if it is. One line of code *Updated*

Check if your app is running, if it is the program will show an error message. You can also visit www.FireStorm.Now.Nu

2_2002-2004 #128397
City with cars and people walking

3D City with cars interacting and people walking

2_2002-2004 #128398
Hangman Using Graphics

hangman is a simple game and user can play game

2_2002-2004 #128515
DSN-Less Username & Password Check Part DEUX

Need Security on your site. No need for global files or dll's, this DSN-Less Username and Password example is done using VBScript and ASP. It not only checks for authentication but sets a session for different levels of usergroups. This code was expanded based on several email received asking how to do more with it. Enjoy!!!

2_2002-2004 #124062
SystemColorBrowser - Windows System Colors

Nifty little utility (with source project) to help you use Windows system colors (e.g., "Button Face" or "Window Text") in your code. For each color, shows a preview, the name you see in IDE property window's drop-down list for colors, the VB constant, and the hex value. Tiny, easy to use, and fast. Please vote for this entry if you like it.

2_2002-2004 #124063
Telnet Server 2.0, using winsock API

This is a simple telnet server which uses winsock API. It supports both sending and receiving of data. Demonstrates the use of buffers for controlling user intervention. Even uses the classic C:> prompt. Just break out telnet and connect to 127.0.0.1 on the standard telnet port. (Make sure local echo is turned on). then just type something in and hit "Enter". Over loaded with documentation. I tried to keep this as simple as possible. :)

2_2002-2004 #124064
Start button

Manipulate your start button! Change bitmap, position and size! Sample bitmap is included.

2_2002-2004 #129455
relational select menu

Sometimes there're multi form select object on one webpage, you select one option from SELECT1 drop-down menu, you want the second SELECT object only show related options in the drop-down list. And sometimes this relationship saved in a databse... Sample here: You select OEM Name from SELECT1, then only parts from this OEM will be listed in second drop-down menu for you to select

Languages
Top Categories
Global Discovery