Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #46945
AOL Command 2.0

This is a great replica of the blue buttons in AOL (America Online). It has advanced mouse tracking and is drawn completely from scratch using API and built in VB procedures. The button is also small, being 64k when compiled. It supports images, fonts, different fore and backcolors for normal, mouseover, and mousedown. It is also fully commented so you can learn from it.

ASP_Volume3 #46946
Downloader

This is an example on how to download text/HTML from the internet without using an external OCX such as Winsock. It demonstrates some new features built into VB5/6 on how to do this. Also is fully commented.

ASP_Volume3 #64789
Double Buffer A Picture Box (Flicker Free)

**DOUBLE BUFFERING FOR BEGINNERS** Drawing constantly to a picture box causes huge amounts of flickering which is undesirable and looks unprofessional. This is a very easy way of removing the flickers using the double buffer method. Double Buffering has been used in games since time began, even back on the Amiga with Blitz Basic and Amos. The idea is to draw all details into a buffer, this means the user cannot see it and it is very quick. Once all the drawing is complete it is then copied to the front buffer (Picture box in this case). This means there is only ever one update per cycle as opposed to an update for every item drawn. When I began looking for this I found only examples of drawing onto a form... well that's a cheat, it has a DoubleBuffer property, a picture box doesn't... I'm not fussed about votes folks, just let me know if this has helped.

ASP_Volume3 #45501
ASP Procedure Used To Recurse Through All SubFolders Of Any Given Path

Use it to recurse (walk-through) every sub-directory of any given path. Use it to find a file or list all files in any given path.

ASP_Volume3 #49824
Fading background to reveal hidden text

This code starts with a plain background and when a button is pressed the background fades to another colour revealing text that was the same color as the origional background. Easily adaptable by unexperienced users, passwords can be added easily.

ASP_Volume3 #46972
ProblemScan v1.0

This program scans files for strings of ASCII that are known to be in certain "trojan server" programs such as Subseven, (Sub7) NetBus, and Back Orifice.

ASP_Volume3 #46973
DSN_connection

if mdb_dsn_connection doesn't exist... then make it

ASP_Volume3 #44961
Explode on desktop

Draws cool transparent explosions in a variety of sizes anywhere on the screen. Just click with the left and middle mouse buttons at the same time. To change the size of the explosions, click the middle and the right mouse buttons.

ASP_Volume3 #46635
Back Color

Creates a gradient effect on a form

ASP_Volume3 #62432
A number puzzle

It's a game to arrange numbers in ascending order inside 3 X 3 boxes. It's a must see program for beginners.The code is very simple!

ASP_Volume3 #45586
INTERMEDIATE PSC Login v2

This is from SpiderWire's code to login to your PSC account without going through the annoying process of doing everything you normally do. Differences are that it has all 4 worlds now & A few bugs are fixed. The pulldown menu problem is fixed & instead of using the the giant web browser that comes with it, it uses windows default browser.

ASP_Volume3 #49933
Basic of Database with ASP

This piece of code demonstrate the way of accessing database (basic reading and writing). Good for beginners who wish to learn ASP. Nearly every line is documented.

ASP_Volume3 #46982
ADO Upload and Retrieve ORACLE BLOB

To upload and retrieve ORACLE BLOB File using ADO Recordset. Never try with other than ORACLE database, but i think i can ...

ASP_Volume3 #46984
Binary Save/Open File

Saves/Opens Binary file. Takes the contents of (2)Listboxes, (1)RTB, and (1)Label and saves to a binary file. Also opens the contents of the binary file into (2)Listboxes, (1)RTB, and (1)Label.

ASP_Volume3 #46983
ACCESS / ORACLE ADO Connection and Recordset

To Provide a Recordset Template (view,execute,edit,Add new) To Provide a Database Connection Template (ORACLE and MS Access)

ASP_Volume3 #45150
Survey/Quiz

Simple ASP codes showing "Survey" and online quizes

ASP_Volume3 #45383
A Pig Latin Text Converter

This code does nothing more than take a word or phrase and convert it to Pig Latin. Now, it is not finished, as I need to somehow figure out how to take in account punctuation. It is almost there, tho, and any suggestions would be nice.

ASP_Volume3 #49086
ASPFileUpload_NonWSC

Let your users upload files through their web browser to an IIS web server. Previously I uploaded a WSC version of this code but many requests came in for a non Window Script Component Version. This version is extracted from the WSC into a simple .inc file that you can place on your own web site. Thanks to Vadim Maslov for the original work that I cleaned up and added the SaveAs function and ASP implementation sample to.

ASP_Volume3 #46987
Clean SysTray Example

A Cleaned Up SysTray Example

ASP_Volume3 #48876
Banner Fun

Helps Your Site Get More Clicks On Your Banners And Helps Your Users Have More Fun!

Languages
Top Categories
Global Discovery