Visual Basic and ASP Source

Right now, there are a few examples of Visual Basic programming here.
Make sure you have at least Visual Basic 6.0 before you start editing.
Some links open in a new window.
Special Source Code #5
Body Mass Indicator
A freeware application that can measure your BMI rating based on your height and weight.
- Includes Source Code
Download Here
Special Freeware Control #5
DS Button Control
- A button control that supports mouse-in/mouse-out events, hover colors and baloon tip-text.
Download Here
Special Freeware Control #4
Password Strength Control
- A Simple control that can link to a textbox and tell the user how strong an entered password is.
Supports additional password strength coding via event, with a Score system used (1-10; 10 being the strongest).
Download Here
Special Freeware Control #3
ActLabel Control
- A Simple Label that provides multi-colored backgrounds and uses anchor positioning.
Download Here
Special Source Code #4
Personnel Management Pro
* NOTE: Requires MySQL to connect to database! *
- Includes MySQL Database Script
- Includes Source Code
- Includes Working BETA application
- Personnel Management Pro is a staff management system that has security features and email controls. It is currently under development,
with more features to be added in the future.
Download Here
Special Freeware Control #2
ActProgressBar Control
- A Simple ProgressBar control that allows for Graphical enhancements
Download Here
Special Freeware Control #1
ScriptEngine Control
- Includes Demo Project
- Second Release
- A small control that can allow many tasks to be done, such as registering filetypes, adding to startup registry, opening files, conversions and simple encryption
Download Here
View Documentation
Special Source Code #3
DynamicFiles User System
- Includes Dependency Files
- An early version of DynamicFiles that shows how online user system and linking system can work
Download Here
Special Source Code #2
MusicPlayer Patching Engine
- Includes Dependency Files
- Demonstrates how an online patching system can work, with multiple version support
Download Here
Special Source Code #1
MusicPlayer Source (version 1.2.45)
- Includes Dependency Files
- Instructions on how to use code is not included, but may be added eventually
Download Here
Threading Example Project- This project demonstrates how to use timers to make Threading in Visual Basic.
Student Class Project- This project demonstrates how to use classes with Visual Basic.
Check if file exists function- You can use this function to check
if a file exists. True if it does, false if not.
Get current drive being used function- You can use this function to find what drive
the program is running off.
Get system directory function- You can use this function to find where the
system directory is located.
Create email template method- You can use this method to create a default email
template in your program. It works fine with Outlook Express 6.
Encryption Project- This project demonstrates how to use simple encryption with Visual Basic.
Convert seconds to minutes function- You can use this function to convert
raw time like seconds into minutes. Also has extra functions to convert further to hours.
Call Forms & Change Them- You can use this method to alter all forms
in a project or make it change only one form.
ASP Example - Postcode search engine- This is a demonstration of how to setup an ASP
search engine for postcodes/suburbs. Supports page limitations and non-specific searches.
VB Interface Control Example- This is a basic demonstration of how to use a custom built
interface control on a window form.
|