Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #124438
SydneyTribe.com Auto Surf

Sydneytribe.com clicks mouse positions saved in mouse.txt

2_2002-2004 #124439
hWnd

Gives you the hWnd of the window that the mouse is over.

2_2002-2004 #128736
ASP File Upload v1.5

ASP File Upload v1.5 will provide you with the customizable, easy-to-use functionality to upload files to your server using pure ASP. This is a customized version of Karl Grear's "Form Based File Upload Using Pure ASP." According to Karl: "With this code you will be able to save a file in any directory that the anonymous account assigned to it (usually IUSER_machinename) has access to so be careful. I should note that the server needs ADO, ADOX and the File System Object installed on it."

2_2002-2004 #124440
GOTO!!! this code makes any picture melt away !!!

Put anything you wanna melt inside my picture box and watch the effect.. With this code you can easyly create a melting-screen-save! So: Try it out!

2_2002-2004 #124441
Get Header

this code gets the http headers of a website so you can get information on what type of server it is or what os it is running you can also use to the query freeware or shareware webservers to see if they support certain http protocols it uses the inet control and was made in vb 6 now updated with more error trapping check it out :)

2_2002-2004 #129484
uk date format

if when you want to use the date function and you do not want the continental style but the english then this code sorts it for you. very simple and easy to understand

2_2002-2004 #124442
String Processing Library (Parsing, Translation, Validation)

Library of routines for typical string processing, including parsing, translation, and validation. Routines include: - StrReplace(Text, SearchFor, ReplaceWith, [Compare]) As String - StrSplit(Text, SplitOn, [Compare]) As Variant - FromHex(HexNumber) As Long - LeftPad(Value, Size, [PadCharacter]) As String - RightPad(Value, Size, [PadCharacter]) As String - AreLetters(Text) As Boolean - AreDigits(Text) As Boolean - AreLettersOrDigits(Text) As Boolean - AreInSet(Text, CharacterSet, [CaseSensitive]) As Boolean - ParseN(Text, StartAt, PatternArray, ValueArray, [PosPastEnd], [StopAt], [Compare]) As Boolean Clean code with lots of comments in reusable module. Also includes an extensive reference in HTML. Tested with VB6, but should be compatible with all modern versions and VBScript (with minor modifications). Please vote for this code if you like it.

2_2002-2004 #128720
Upload Files Without COM v3

Allows you to upload multiple files and fields without purchasing or registering COM objects. Great for shared hosts that frown upon 3rd Party com objects or charge an arm and a leg for them. This script provides an object oriented interface using classes for easier development. The power that this script has over others is that it does not use dictionary objects to store the uploaded files. It also harnesses the power of ADODB to prepare and save binary data to the file system with quick speeds. This is the script that you have been looking for. You can get a really good feel for how the script is used just by reading through the FAQ and examples provided. This script has been tailored to meet the requests of developers who have used previouse versions. The code is comented very well and comes along with examples of how to do common operations, as well as a FAQ. Bugs from version 2 have been fixed, or otherwise throw exceptions to the user giving them details of how to correct the problem (such as giving permission to the internet user account). Memory is managed more efficiently in version 3 that allows for more scaleablity and larger files. By the request of a few developers, progress bars are now supported to notify the user how much information has been received by the server. A website for support has also been created where you can get help from the author, other users of the script, and get any recent revisions or additional examples as they become available.

2_2002-2004 #124443
Algorithum Encryption and Decryption

This code will take text, and encrypt it in Algorithum Encryption. What it does is randomly create 4 keys, each one 1 char long. No password needed to encrypt the text, it creates its own and stores it within the encrypted text. Virtualy impossible to crack because the output encryption is rarely the same. For example, a string that says "test" will be 8 charachters long, and almost never the same. Or a string that says "testing" will be 11 charachters long. The key to encrypt and decrypt is stored at the beginning and the end of the output making it almost impossible to crack.

2_2002-2004 #128409
From P-III to P-IV

This article is back Again !! Due to some specific reason[Person]..I removed it purposely.But till then everyday i had to deal with 15/20 pals of PSC for the article and requesting to resubmit it again.So it's here again.Enjoy.

2_2002-2004 #124444
A++ Over 25 API Examples

This is an example of Some API Calls. Has Over 25 Calls. The example shows how to get The CharType (Numeric or AlphaNumeric), A key capture fuction, Get the Type Of drive (ie A: = Removable), Return the free disc space for a drive, Cause A FATAL Error and close your app, Download a File With API, Launch Web Browser to a site, 2 different ways to flash the title bar ap a window, 2 different Types of edges to draw on form at any thickness between 1 - 99, LogOf Windows, Restart Windows, ShutDown Windows, Minimize, Maximize or Normal Size any Window, Get The Percent complete, Encrypt/Decrypt a String(Uses A Key, if the other person doesnt have the key they can't Decrypt the string), and more

2_2002-2004 #129510
Compact & Repair Access Database

Saves time by NOT having to download your access database to Compact and Repair then re-upload again.

2_2002-2004 #124445
Bitmap To Jpeg ActiveX

This Code is for Converting a Windows Bitmap to a Jpeg file. All the code is there for you to do what you like Also the Code for the DLL file I must Tell you That it has been wrote in Delphi 4 if you have any problums with the dll then let me now.

2_2002-2004 #124446
Swap Variables 12 times Faster!

Swap Variable1 for Variable2 using API, this is usefull for creating data processing programs with many stored variables. See Info below

2_2002-2004 #129099
GBWebShop

Complete Webshop with full admin backend, can add categories and subcategories, pictures, has a great shopping cart.

2_2002-2004 #124447
Encryption/Decryption with an Encryption Key Ver 2.1

(Update 7/31/00) Now Scrambles string before it encrypts its. Example shows each Encryption/Descryption Step to help you better understand how it does it. It Scrambles the string the same way each time. It takes all the 'even' characters and puts them first, then puts all the 'odd' characters after them. ***** BUG FIXED***** This Is an example of how to use a key string to encrypt a string. If a third party gets the encrypted message but doesn't know the Key (even if off by one letter) they cannot decrypt the message. (Updated on 6-3-00) This encrypts the string to numbers then converts the number to characters. comments were added to better explain how this encrypts. Any comments or sugestion on how to make this work better please e-mail them to me at [email protected]

2_2002-2004 #129192
Return Only Page Name

It just gets the page name of your page without any slashes or .asp commented for beginners, 4 lines of code. This is a short little snippet I used today on a project, and didn't see anything like it on PSC, so just thought I would share it. Comments welcome.

2_2002-2004 #124448
BoS 1.1 - Skinnable, customizable desktop replacement - now with AOL Instant Messaging

BoS is a complete desktop replacement. It replaces your desktop icons, taskbar, system tray, and start menu with customizable, translucent versions. BoS also has AOL Instant Messaging built in, and a lot more. BoS inculdes four skins: BoS Standard, Green Shades, Red Shades, and BMac. Additional skins can be downloaded with the integrated skin downloader! *** Note: BoS is for Windows 98 and Windows 2000 only. Be sure to put Alphablending.dll in your \windows\system directory. Alphablending.dll will not register with rcreg32 ***

2_2002-2004 #129361
CDs, DVDs and Books Catalog - English Interface Version (2nd UPDATE!)

The goal of this app is to store data about Books, Music CDs, DVDs, Movies, Magazines, Games, Software (and any other category you may want to add), for you to know to whom you lended it and when. The most boring thing is realy the inicial data insertion, especialy if you have lots of media ;) Now this app requires login to access it. There are 2 logins: - Admin - Guest

2_2002-2004 #124449
CWizardEngine

Ever wanted to implement your own wizard but thought that the logic to manage all the different panels would be too complex? Here's the code you've been looking for! This class implements a wizard engine. You can use it to manage all the displaying of any number of panels for your own wizard. All you have to do is create the individual wizard panels. Assign the panels to the WizardEngine along with the Previous, Next, Cancel and Finish buttons and you're done. The WizardEngine handles the rest!

Languages
Top Categories
Global Discovery