| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
CapsLock and NumLock | VB 4.0 (32-bit) | Not Given / Ian Ippolito (PSC) | 3376 since 1/1/2015 4:02:00 AM |
By 4 Users
|
|
How to Activate CapsLock and NumLock from Code |
|
|
|
 |
Center_Form | VB 5.0, VB 6.0 | Not Given / Ian Ippolito (PSC) | 10182 since 1/1/2015 12:01:00 AM |
By 39 Users
|
|
To center all of your forms nicely on the screen, use this as the first line in the Form_Load event--resolution independent.
'note:call this function like this:
Center_Form Me |
|
|
|
 |
Create customized web output using VB web classes | VB 5.0, VB 6.0 | Intermediate / Ian Ippolito (PSC) | 3308 since 1/6/2015 4:33:00 AM |
By 8 Users
|
|
You CAN create web apps without losing the sophistication of such Visual Basic niceties as sophisticated error handling, API calls, class modules, etc...using Visual Basic Web Classes! This article shows you how. (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Create your first n-tier app in under 30 minutes! : Part I | VB 5.0, VB 6.0 | Beginner / Ian Ippolito (PSC) | 4509 since 1/6/2015 4:34:00 AM |
By 8 Users
|
|
Creating your app with an N-tier architecture gives you alot of advantages, like easier maintenance, and better code-reuse. However, many times the concepts behind creating such an app, deter people from ever learning. This tutorial teaches you the fundam ...(description truncated) |
|
|
|
 |
Create your first n-tier app in under 30 minutes! : Part II | VB 5.0, VB 6.0 | Intermediate / Ian Ippolito (PSC) | 1899 since 1/6/2015 4:35:00 AM |
By 6 Users
|
|
Part 2 of this series we learn how to program dynamic gui's using the Flexible Object Framework we developed in Part 1. |
|
|
|
 |
Create Your Own Personal Internet Web-bot | VB 5.0, VB 6.0 | Intermediate / Ian Ippolito (PSC) | 15807 since 1/6/2015 4:32:00 AM |
By 19 Users
|
|
Learn how to use the Microsoft Internet Control to create your own custom web-bots that can scour the web for whatever information you're looking for! (ScreenShot) |
|
|
|
 |
Dump_String_To_File | VB 5.0, VB 6.0 | Not Given / Ian Ippolito (PSC) | 3798 since 1/1/2015 12:10:00 AM |
By 38 Users
|
|
Dumps a string to a file |
|
|
|
 |
Finding Nemo Board game | VB 6.0 | Beginner / Ian Ippolito (PSC) | 2648 since 9/10/2018 1:14:24 PM |
By 1 Users
|
|
(This was recovered by a user from before the data crash, and so I am reposting it now. Thank you!)
This project was written to teach students about Control Arrays and creating own routines such as the Rolldice Routine. Also Teaches how to use a high Scor ...(description truncated) (ScreenShot) |
|
|
|
 |
Flatterer | VB 6.0 | Beginner / Ian Ippolito (PSC) | 2039 since 9/20/2018 1:24:27 AM | Unrated
|
|
(From other author pre data loss)
This was made just to put a smile on someones face to let them know someone cared / cares or
liked them enough and is thinking about them
Inside the zipped file you will find the complete code,
The program itself (a vi ...(description truncated) |
|
|
|
 |
Flip and Reverse your screen | VB 6.0 | Intermediate / Ian Ippolito (PSC) | 1939 since 9/20/2018 1:27:05 AM | Unrated
|
|
Just for a joke, it flips and reverses your screen. Ctrl-Alt-Del is disabled. look for the X label in the upper left of your screen to escape.
|
|
|
|
 |
Instant Read only form | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 | Beginner / Ian Ippolito (PSC) | 1738 since 1/21/2015 12:42:00 PM |
By 3 Users
|
|
Just some quick code I threw together that will convert a normal form into a 'read only' form so you don't have to code 2 forms to do the same thing. The code creates the read only form by dynamically generating labels over normal input controls. It curre ...(description truncated) (ScreenShot) |
|
|
|
 |
Mouse Reverse | VB 6.0 | Beginner / Ian Ippolito (PSC) | 2124 since 9/20/2018 1:29:40 AM | Unrated
|
|
(recovered from another author prior to data loss).
This code is copyright Flex Software.
You can use this code everywhere for even for commericial things.
|
|
|
|
 |
mSendEmail | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Not Given / Ian Ippolito (PSC) | 2200 since 1/1/2015 9:26:00 PM |
By 16 Users
|
|
If you have Outlook 98 you can send email using VB! Use this code for the basis of creating mailing programs! |
|
|
|
 |
Terminal Velocity | VB 6.0 | Intermediate / Ian Ippolito (PSC) | 2252 since 9/20/2018 1:31:51 AM | Unrated
|
|
(Recovered from other author after site data loss)
This Program is intended to help teach movement velocity collision and redirection, It can be used for many different things but it may be very handy for games like Tennis, Racing Games, and I am sure a l ...(description truncated) |
|
|
|
 |
test upload. Please ignore | VB 6.0 | Advanced / Ian Ippolito (PSC) | 3137 since 7/9/2015 2:51:49 AM | Unrated
|
|
this is a test submission. Please ignore. (ScreenShot) |
|
|
|
 |
The 15 minute WWW browser | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Beginner / Ian Ippolito (PSC) | 4938 since 1/1/2015 7:05:00 AM |
By 8 Users
|
|
It took Netscape months to create their first browser, and Microsoft wasnt able to follow up that trick until years later. But you can create a world wide web browser in less than 15 minutes, even if you are a Visual Basic novice! The following tutorial w ...(description truncated) |
|
|
|
 |
Validate_Drive | VB 3.0, VB 4.0 (16-bit) | Not Given / Ian Ippolito (PSC) | 1692 since 1/1/2015 12:39:00 AM |
By 2 Users
|
|
Validates whether a given hard/floppy/network drive is valid |
|
|
|
 |
Validate_File | VB 3.0, VB 4.0 (16-bit) | Not Given / Ian Ippolito (PSC) | 2196 since 1/1/2015 12:40:00 AM |
By 3 Users
|
|
Determines if a file exists
Improved version--detects hidden files too! |
|
|
|
 |
VB6 Desktop Icon Size Changer | VB 6.0 | Intermediate / Ian Ippolito (PSC) | 4072 since 9/20/2018 1:22:22 AM | Unrated
|
|
(From other author pre data loss)
This Program was made to help free up space on a users DeskTop,,,,
This will let the user adjust the size of the Icons on their DeskTop,
Just type in,30 x 30 as an example then Resize Icon size,
I have it set so it sho ...(description truncated) |
|
|
|
 |
Zodiac Chinese | VB 6.0 | Beginner / Ian Ippolito (PSC) | 2107 since 9/20/2018 1:34:54 AM | Unrated
|
|
(This was written by another author and recovered after the site data loss)
I was bored & after a exspensive dinner at a Chineze Resteraunt I desided to slap this simple program together, & see what I retained from teaching myself VB6, I learned ...(description truncated) |
|