Advertisement

Results for "Volume: 2002C"

2002C #9432
Complete Password Module (without additional forms

This module will lessen the burden of adding password protection to your applications. All windows used by this module are created at runtime using the Win API thanks to Joseph Huntley's APIForm. So there is no need to add forms to your existing project. Simply add the module, a few lines of code, and set the Variable properties. This module will create two password dialogs. One to set\change passwords, and one to verify the password. All password checking is done inside the module. All you have to do to call and check a password is call two simple functions. You can choose to have the password encrypted, not encrypted and stored either in a file or in the registry.

2002C #16752
Read Image Dimensions

Allows you to read the width and height for GIF, JPEG (JPG/JFIF), Bitmap(BMP), and PNG files. You can upload a file or load a binary file from the server in the demonstration. This is great when you allow users to Upload files and need to ensure that they fit within a specific set of boundries (ie - uploading banners). Update - Now supports AVI, MOV, MPG/MPEG, and SWF with support from my brother Lucas Moten. JPEG files have also been fixed to read correctly.

2002C #10784
BMP2ICON

I had always found it frustrating when I needed to convert a bitmap into an icon because popular software such as MSPaint or paint shop pro does not do it. Here is a small VB program that converts a bitmap to icon. Alessandro wanted to know if he can display the image before converting it. (Done)

2002C #9472
IPHostResolver

Allows you to look up a DNS entry by name (www.whatever.com => 100.100.0.1) or by IP (100.100.0.1 => www.whatever.com). Includes some code found right here on PSC!

2002C #10790
TBook

A simple database type program with a reminder,phone book,address book and E-Mail entry. Nice calendar routine and easy to use.

2002C #17177
ASP Calendar

WSoft Asp Calendar is a Component for use with ASP(Active Server Pages), that support "American" and "Brazilian" formats. Full-customizable, including colors, borders, fonts and pictures. Source (VB) Included. MTS Required.

2002C #10792
DirectX 7 Sprite Engine

The Engine was made as an easy way for making a game with directdraw. It gives you three backgrounds. The background, midground, and foreground. It also has a built in tile engine(if you want to call it that). And allows up to forty sprites which is changeable with the re-writting of a line. More documentation is held within the zip in the rtf file

2002C #16768
Parse Metadata from URLs

This class demonstrates how you can request the HTML of a URL from another website using the XMLHTTP object to spider the web page. (Simular to the methods of the ASPHttp object). The data is parsed and made available through a class object. This code is great if you are thinking about creating a Search Engine - or you just want to verify that URLs exist that users may place in there profiles. Also handy for finding broken links. If your server has IE5, or XML objects from Microsoft installed on it, then you should be able to use this demonstration without any problems.

2002C #10793
Address Book interface!

Well, I was trying to make a address book and I couldent think on an interface. So I thought for like 1 hour and I made one and I decided for thoes people out their that want to make an address book, that they could you my interface! If you use this please give me credit and you can re-arranfge it, and do aything to it!

2002C #17148
Forms to Database the fast and easy way

Have you ever had a serious crunch time for writing code and finishing the project on time? Then this may help you out a bit especially if you do a lot of work with data storage. The basis and structure of this code can also be used for many things. The main object we will be working with is a collection object,(namely the Request.Form collection). This can also be used with Arrays and Session variables and anything that can hold a collection of values. You will see how we go through each item in the collection and assign the data that that collection variable is holding to a database with fields matching the same name of the items in the collection. The For..Each..Next statement is a very powerful method that can save you a lot of time. Have fun with this and fill free to use it in any variation you see fit.

2002C #16792
CM Guest Book

This script show you how to make a guest book using pure ASP. It can be fully customized for ur own use. This script shows how to add/delete/update the database, paging records, and many more. If you like this code, then vote for it (See ReadMe.txt for details)

2002C #16805
User-Defined Types in ASP

So far as I have seen, there is no vbscript equivalent of the VB user defined type.

2002C #10795
VB to HTML

Converts Vb projects to html

2002C #9182
Add Error log to your projects - no changing code!

This is a drop in replacement for the VB Message box routine (MsgBox). It will log to a file all messages that you display to the user that are marked with vbCritical. This routine also expands the standard VB Messagebox by giving you the developer the ability to log to file, even if you don't set vbCritical.

2002C #10796
Custom picture file

This is not complete! it only saves in weird way. I am mostly submiting this to get feedback. I want to know if anyone has a better way to make the file it saves smaller and if anyone has a way to open it ;)

2002C #16776
RC4 Encryption/Decryption

Encrypts and Decrypts data using the RC4 algorithm and a Key/Password. Many thanks goes to many, many people on PSC and the internet for helping me through this. Sebastions code over at the Visual Basic section was a good start. This code runs quick in one function and is slightly commented. note - RSA patent expired in September 2000.

2002C #16777
RC4 Class

Applys Encryption/Decryption to strings. I think just about everyone who has seen my code knows how I love classes. This version is more "cleaned up" and thrown into a nice little class for an object oriented feeling. (If only ASP was object oriented, I would be a happy camper). It is also a little more optimized to run quicker if you change the Key/Password often.

2002C #16771
vbScript ColorCoder v2.0

This script colorizes your vbScript for display on web pages. All colors can be managed through a style sheet. It seems that those who knew about the results of this version (from browsing my website) always kept asking me for the code and my old version that I refered them to was out-dated and didn't come close enough to there expectations. So peeps - I give to you my most proud and recent version of the color coder.

2002C #16820
Vector Markup Language (VML) Charts Version 2

** On 1/31/02 I have posted a Scalable Vector Graphics/JavaScript version ... check Java/JavaScript site for code or visit my website at home.att.net/~p.walchli **. Create VML Charts on the fly with ASP. This is (finally) Version 2 of what I previously posted. I have included five files (VML.asp, BuildPage.asp, BuildLineChart.asp, BuildBarChart.asp, and BuildPie.asp) that will show you how to choose a chart type, enter some values and build the chart. As I have mentioned before, and do so in each file, VML does not render in anything but Internet Explorer 5.0 (IE 5.0). IE 5.5 seems to have some quirks rendering text … I have not worked on a work-around as of yet. I have also not tested the code in IE 6.0. Please let me know how it works if you do. That said, VML is excellent for a controlled environment using IE 5.0. I would also plan on one day converting your VML over to Scalable Vector Graphics (SVG). SVG will be (at least it appears that way today) far more widely supported. Contact me with any questions or if you find any bugs. Enjoy!

2002C #16941
Transfer Tables between different databases and after that downlod it for printing post mail cards

Well, this is a zip file with two .mdb and an ASP script. with this you can transfer the data from one table to another located in a different database, after that you can download the second database, let's see an example: An office has a big, big SQL Server database, well they have 1000 clients that doesn't have an email, then they need the data of this clients for writtin the cards on a printer, well, this script takes the data from the sql server or another acces file and puts it into a database with only one table, but with the clients in order, with a link, you can download the file to the disk, ok? You can use apply programs for designing the cards, and after that the database is ready por printing the cards for the post mail.

Languages
Top Categories
Global Discovery