Important alert: (current site time 5/25/2013 7:02:27 PM EDT)
 

What is Visual Basic?

    Visual Basic (VB) is a RAD (Rapid Application Development) tool, that allows programmers to create Windows applications in very little time.   It is the most popular programming language in the world, and has more programmers and lines of code than any of its nearest competitors.

Planet Source Code has:

Click here to see:

Latest news
All Visual Basic categories of code
Newest Visual Basic code
Visual Basic contest winners
How to support the site


Visual Basic & Planet Source Code news and announcements

Visual Basic Categories - Browse the largest code database on the net!

Compatibility Filter Profile:

    VB 3.0
    VB 4.0 (16-bit)
    VB 4.0 (32-bit)
    VB 5.0
    VB 6.0
    VB Script
    ASP (Active Server Pages)
    VBA MS Access
    VBA MS Excel

Note: Stats below include both filtered and non-filtered items.


Advanced Category Browse

Winners for code submitted

Winners for code submitted April 2013 as chosen  by your votes!

Two Month Planner (Update 26 Apr)
Two Month Planner by Robert Rayment...Update 26 Apr 2013..NOTE the Textboxes are multiline and the suggestion that Labels could be used doesn't work because Labels only have a Caption and not a Text property....I found this useful and maybe some of you will as well. Any embellishments I leave to you. The program is mostly standard VB6 apart from a couple of APIs to enable all the contents of a combobox to be visible and a Module for Writing and Getting an ini file. Also a CommonDialog Class to avoid any dependencies. Will probably help to read the READ_ME.txt.