Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #167375
Keylogger 1.0 easy

easy code,keylloger all characteres.umm see it

4_2005-2006 #169322
A basic code for program without using semicolon

Please, rate this code, Your vote - our motivation by Shantanu Bansal This is a tricky c/c++ program or code to help writting a program without using (;) semicolon. In this example, program will print a line without using semicolon. Help mail: [email protected]

4_2005-2006 #153828
A great program that gets random characters from a text box!(Updated again!!)

I looked on this site to find something like this, but i didnt find exactly what i wanted. Here is the source that i created that takes random characters from a text box and places them in a label. It takes a user defined amount of characters including spaces and periods and everything else. =) UPDATED AGAIN!! Now has added features! Can count characters and vowels and words etc! If you know a better way to do this, please email me. This type of program can be used for fortunes, making up new words, choosing usernames(i actually know somebody that did this with a similar program), etc. PLEASE VOTE!!!

4_2005-2006 #159168
Dynamic Contact Form

This is dynamical contact-Form, You can set the Red Star fields and set the Errorhandling. And all without programming. You should only chang a number and a text, for more info read the comments in my code-sample All fields --> save into DB. You can you use Access, SQL-Server, MySQL, Oracle want you want, in my zip you will find a Contact-Gerate.txt (generate Table) into your Database.

4_2005-2006 #152374
Command Line Arguments In VB

Ever wanted to use the command line arguments in vb, this code lets you use it. Its pretty simple but will be an eye opener for those who have not used command line arguments in their vb apps.

4_2005-2006 #152692
Advanced Task Bar Timer

A timer that shows dayys, hour, minute, and seconds. Accurate to .9999 seconds + or - from your windows clock. Works in 95, 98, and yes Windows 2000!

4_2005-2006 #151632
Image and desktop utils

I wrote a little dll. You can convert a bitmap to a jpeg image (with Compress quality) or a jpeg to bitmap image. You can also capture the desktop in both formats (if You are using more then 256 colors).

4_2005-2006 #152431
Date Formatting

I searched entire PSC, but I did not found any script which converts date to a format which i wanted, even VBScript's formatDate function does not allow us to cuctomize the date according to our choice, so i decided to write this.... Please vote for this code... for further clarification u can mail me at [email protected] thanks..

4_2005-2006 #151633
Extract Icons

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

4_2005-2006 #150598
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.. :)

4_2005-2006 #153838
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.

4_2005-2006 #168718
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.

4_2005-2006 #162553
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

4_2005-2006 #165796
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.

4_2005-2006 #153861
dbCon

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

4_2005-2006 #153819
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.

4_2005-2006 #153829
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!

4_2005-2006 #152193
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.

4_2005-2006 #156059
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).

4_2005-2006 #166455
o0mBBS

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

Languages
Top Categories
Global Discovery