Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #128962
Handy Form Utility

This helps you verify all kinds of forms using regular expressions.

2_2002-2004 #128714
Spell Checker

Use Microsoft word spell checker utility

2_2002-2004 #122558
Print Picturebox's Contents

Print the entire contents of a picturebox including all the control's contained in the picturebox.

2_2002-2004 #122559
Another (very easy) Rounding Function

This code makes easy work of doing simple rounding on decimal number...something that VB currently lacks. Why didn't they think of this?

2_2002-2004 #122560
Media Player W/ Microsoft Multimedia Control

To Play the following file types: .mpg, .mpeg, .mp3, .wav, .mid, .midi, .avi using the Microsoft Multimedia Control and the Common Dialog Box.

2_2002-2004 #128508
Sending emails from asp by reading them from text files

In this tutorial, I will share a good site function with you. I will show a good method which can be used to send emails to users. The tutorial will focus on sending e-mails to users(using ASP Email) by opening text files in which e-mail text is stored. At the end, I will present a good example of everything dicussed by building a "Forgot Login" application.

2_2002-2004 #128966
PicturePod

Creates a pop-up window to display an image viewer on a website. The viewer can then move backwards and/or forwards through the images. Useful if you need to create multiple pop-up image viewers as it uses a single ASP page and XML files to generate the HTML file. You can now include text with your pictures. An example is given which can be used as your starting point. Now cross-browser compatible.

2_2002-2004 #122561
a 3D Spinning worlds w/text

This code shows you how to use DirectX 7 and the RM Canvas control to create nice animations that are smooth and simple. It shows you how to create lights, frames animation and more.

2_2002-2004 #128867
Form Based File Upload Using Pure ASP

This code will allow you to do form based file uploads. It supports multiple files and uses only pure ASP. It will parse form data, browse server folders for a save location, and log uploads or failed uploads into a database There are no components to install so it will work on any web server that supports ASP. Just paste this code into a text file and name it saveany.asp. I have tested it on IIS 4 and 5, with IE 4, IE 5 and Netscape 6. 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 #128960
Friendly Error Handler

Creating a user friendly error handler. This Friendly Error Handler pops up a VB liked dialog box to display error messages.

2_2002-2004 #128937
Message Board Anywhere ! v 1.0

Message Board Anywhere !, is a fully functional message board system, developed using MS Active server pages: Features: - Authenticated login to registered users and facility of registration of new users - Sorting the Message board threads on the basis of Date, Email, Name, Subject etc. by a single click - Allows users to post new messages and reply to old messages. Feel free to modify, distribute, use this code as you may please, and if you like it please VOTE FOR ME in the contest.

2_2002-2004 #122562
Change Screen Resolutions

An App that sits in the taskbar...you right click on it to chagne resolutions.

2_2002-2004 #128762
How to dynamically create a HTML table from an ADO recordset !.

Shows how to dynamically create a HTML table from a recordset. All you need is the connection string and the table name.

2_2002-2004 #128268
\Snake game

A very simple game of snake ...fun to play ...and it SHEDS SKIN too... it is not a self moving snake mimicks real life snake. A simple 50 line Code

2_2002-2004 #122563
MDIActiveX - MDIChild in ActiveX-DLL

With MDIActiveX.ocx you can create a MDIChild Form in an ActiveX-DLL. (even seperate menus and accelerator keys are supportet!)

2_2002-2004 #128730
Api with ASP Custom Component

This is example of using Windows Api in Asp, by creating Custom component in Visual basic 6. There are VbComponent.vbp - Visual Basic ActiveX Dll project where component is created, Project1.vbp - VisualBasci6 Standard Exe Project with example of using this component in VB6, and index.asp - example of using component in Asp. Remember to register component - regsrv32 path:\vbcomponent.dll Bye

2_2002-2004 #122564
Webserver v2.1

This is my great Webserver it has become a bugfix! Because everytime a page was requested a new winsock control was loaded! Now all winsocks will be reused after disconnect! another feature is when a directory doesn't have an indexfile it will return a genrated site with the directory contents!

2_2002-2004 #128269
^prime number generator

fastest prime number generator...give it a try generates prime number till u specify

2_2002-2004 #128750
Credit Card Validation (Luhn Formula)

Uses the Luhn formula to quickly validate a credit card. Basically all the digits except for the last one are summed together and the output is a single digit (0 to 9). This digit is compared with the last digit ensure a proper credit card number is entered (Does not actually confirm that is is a real number, just that it is likely to be one. Example: Entering "4000-0000-0000-0002" will pass the check, but "4000-0000-0000-0003" will not pass.)

2_2002-2004 #122565
ADO Database Viewer/Editor

Have you ever needed to view a database on a computer without MS Access? Here's an alternative. It uses ADO 2.1 to open, view & edit MS Access, SQL server, DSN and Oracle databases. There are also a few features to let you add, rename and delete tables as well as purge based on a Date/Time field. Clearly not a replacement for MS Access, but you can distribute it to help troubleshoot. Automatically registers itself as the default database viewer for .mdb files on systems without a default already set. Otherwise, it becomes a second option when right-clicking. Its Biggest advantage is its all ADO. No DAO at all. Now you're able to modify older versions of Access databases when Access itself requires a conversion!! I recommend distributing MDAC 2.5 even if you have a 2.1 application. Microsoft seems to have fixed some of the install problems with the MDAC 2.1. Please Note that you MUST HAVE the Oracle client installed on your PC to use the Oracle connection!!http://www.microsoft.com/data/download.htm ** Updated 3/21/2000 **Added Password support for Access databases.Please vote!

Languages
Top Categories
Global Discovery