Navigation
On Topic
Complete Directory
About Us
Add-site
Link to Us

Google


111 Basic Programming Resources
Acid Works Software
Hosts numerous games programmed in QBasic, QuickBasic 4.5 or QuickBasic 7.1. There is also a message board dedicated to QBasic issues.
Open Open Tab   Provides Information
AckyNet Visual Basic
Game, winsock, and graphics source code examples categorized for easy navigation.
Open Open Tab   Provides Information
ActiveX controls for TCP/IP protocols.
This Distinct Visual Internet Toolkit includes networking components for ActiveX and DLL for Visual Basic, VC++, VJ++ Delphi and others, a network sniffer, scheduler, full featured applications and more.
Open Open Tab   Provides Information
Advanced Visual Basic
Advanced information for the Visual Basic developers. By Duke Engineering.
Open Open Tab   Provides Information
Arcata Pet-Visual Basic Samples
Arcata Pet visual basic samples. Arcata Pet produces shareware image viewers, wallpaper managers, and screen savers.
Open Open Tab   Provides Information
B
BASIC Archives, The
This all-in-one site is designed to answer the most commonly asked questions about programming in BASIC.
Open Open Tab   Provides Information
Basic Instincts
Query Comprehensions
Open Open Tab August 2007 Provides Information
BASIS International
solutions for the business BASIC community
Open Open Tab   Provides Information
Black Dirt Software
Black Dirt Software is promoting their Visual Basic-to-Java converter program.
Open Open Tab   Provides Information
Brad's VB-32 Programs and Samples
A collection of unique 32 bit freeware programs and code samples for the intermediate and advanced Visual Basic developer familiar with the Win32 API.
Open Open Tab   Provides Information
Brush up on option statements in VB.net
looks at the three option statements that are supported in VB.NET: Option Explicit, Option Compare, and Option Strict.
Open Open Tab   Provides Information
Bug Proofing Visual Basic Source Code
Source example that demostrates how to bug proof your code.Will give an analysis and display fixes for your buggy code.
Open Open Tab   Provides Information
Bundle related elements in VB.NET with enumeration
In general, enumerations assist in bundling together related elements in Visual Basic .NET. Here's a tip that shows how enumeration makes code easier to develop and read.
Open Open Tab   Provides Information
C
Check for leap years in your VB.NET code with IsLeapYear
Whenever you need to determine if a year is a leap year in VB.NET, you can use the IsLeapYear function. This tip shows how you can use this function in your development work.
Open Open Tab   Provides Information
Chipmunk Basic Home Page
Chipmunk Basic is an old fashioned BASIC interpreter that runs on almost all Macs and is accelerated for PowerMacs.
Open Open Tab   Provides Information
Comparing strings with and without case sensitivity in VB.NET
rina Medvinskaya offers an example that shows how VB.NET's String.Compare method can come in handy when you need to compare two string variables.
Open Open Tab   Provides Information
Count words in VB.NET using Split and Replace functions
The next time you need to know the number of words in a larger VB.NET string consider using the Split function. This tip provides an example of how to use Split, as well as Replace if you have more than one space between words.
Open Open Tab   Provides Information
Create a date/time value from date parts in VB.NET
Irina Medvinskaya shows you how to put together a full date/time value from a combination of its specific parts. This VB.NET tip also includes sample code.
Open Open Tab   Provides Information
Create a temp file with VB.NET
Irina Medvinskaya looks at the VB.NET code that allows you to get the name of the file that you can use as a temp file. She also provides sample code that shows how to create a temp file.
Open Open Tab   Provides Information
Create Dynamic Maps with Visual Basic 9.
I've always had a bit of a fascination with drawing maps. I also think that Visual Studio® 2008 and Visual Basic® 9.0 are amazing.
Open Open Tab December 3, 2007 Provides Information
Creating a VB.NET form that users cannot move
In Visual Basic .NET, there are two simple options for making sure that a form you create cannot be moved by users. Irina Medvinskaya discusses both options in this tip.
Open Open Tab   Provides Information
D
Determine elapsed time in VB.NET with Stopwatch
The Stopwatch object is useful for calculating the time that has elapsed between two time intervals in a VB.NET application. View an example to see how you can use this object in your development work.
Open Open Tab   Provides Information
Determine the number of days between dates in VB.NET
Trying to figure out how many days there are between two given dates? Find out why you may want to use VB.NET's TimeSpan object.
Open Open Tab   Provides Information
Determine your computer's IP address with VB.
Did you know that you can use VB.NET's System.Net.Dns class to find out your computer's IP address? Irina Medvinskaya offers two code samples that show how this is possible.
Open Open Tab   Provides Information
DRT Systems: Developer's Resource
offers Visual Basic tutorials, tech reviews, news, free counter download, and more.
Open Open Tab   Provides Information
Dynamic Concepts Inc.
business BASIC language solutions for the developer and user.
Open Open Tab   Provides Information
E
Employ Strong Encryption in Your Apps with Our CryptoUtility Component
You know that storing passwords, credit card numbers, or Social Security numbers on your system is risky and can open the door for someone to steal that information.
Open Open Tab   Provides Information
Extreme Visual Basic Forum
web based forum where the topics include game programming, directX, and VBA.
Open Open Tab   Provides Information
F
FreeVBCode.com
has free and high-quality code written in Visual Basic. All code is tested before it is posted. New code is added every day.
Open Open Tab   Provides Information
Full Moon Software
Full Moon Software offers add-on products and utilities for several Basic languages for DOS.
Open Open Tab   Provides Information
G
Get tips for using namespaces in VB.NET
When you want to place classes within specific .NET namespaces, use a namespace statement with the default namespace that's identified in a project's properties. This VB article explains how.
Open Open Tab   Provides Information
Get VB Refactoring Support Now!
is a free plug-in from Developer Express Inc., in partnership with Microsoft, that enables Visual Basic developers to simplify and re-structure source code inside of Visual Studio 2005, making it easier to read and less costly to maintain.
Open Open Tab   Provides Products
GFA Basic Windows Programming
is designed to give users of GFA Basic Windows help.
Open Open Tab   Provides Information
I
Iterating through all controls on the form with VB.NET
Irina Medvinskaya presents a simple way to change all the controls on a form in runtime with VB.NET.
Open Open Tab   Provides Information
J
Joe's Sega and QBasic Page
Here are a number of games available for downloading, all of which were programmed in the QBasic programming language.
Open Open Tab   Provides Information
K
K & K Consulting's VB Guru
Ask the guru, FAQ, book store, tips, code and snippets, tutorials, links.
Open Open Tab   Provides Information
L
Language Enhancements in Visual Basic 2005
This article explores the many new enhancements to Visual Basic 2005 and provides you with simple code snippets to illustrate how many of them work.
Open Open Tab   Provides Information
Learn the basics about structured exception handling in VB.NET
provides information, as well as code samples, about both types of structured exception handling blocks: Try…Catch and Try…Finally.
Open Open Tab   Provides Information
LearningVB.net
Resources for the Visual Basic programmer. Includes resources on COM, VBA, VB news, and reference documents.
Open Open Tab   Provides Information
Locate the executable path using VB.NET
In this Visual Basic .NET tip, Irina Medvinskaya looks at a simple way to simple way to determine the path where the current executable resides.
Open Open Tab   Provides Information
M
Make only one instance of an application run with VB.NET
Irina Medvinskaya presents a way to allow only one instance of an application run with VB.NET. She presents a code example that uses the System.Diagnostics.Process class to determine whether there is more than one instance of an application running.
Open Open Tab   Provides Information
Make your text stand out by adding a halo with this VB.NET code
Here's a VB.NET solution to handle the task, along with a companion application that uses the code to create and format haloed text and add it to a selected image.
Open Open Tab   Provides Information
Microsoft ties high-level code to Web development with Volta
The long effort to make it technically feasible for already skilled developers to produce Web applications using high-level languages like C++, may at last be paying off.
Open Open Tab December 7, 2007 Provides Information
Microsoft VBScript
The Microsoft information site on VBScript.
Open Open Tab   Provides Information
Mircosoft Visual Basic
Information about releases, top links, documentation, add-ons, VB related articles, support.
Open Open Tab   Provides Information
Midware Technologies
A source of migration products for evolution from proprietary BASIC language environments to Open Systems, UNIX, DOS, Windows, Windows NT, and LANs.
Open Open Tab   Provides Information
Move and resize controls on a VB.NET form
When you need to be able move and appropriately resize the controls on a Visual Basic .NET form, Irina Medvinskaya suggests that you use the Anchor property.
Open Open Tab   Provides Information
MSTools
MSTools is home to software development tools designed to simplify and speed up the coding process.
Open Open Tab   Provides Information
N
Need Scripts
One stop Web Development Resource providing reviews and articles.
Open Open Tab   Provides a Service
Niakwa, Inc.
programming tools development company specializing in NPL, and advance form of BASIC.
Open Open Tab   Provides Information
O
O'Basic95
Windows95 system script language.
Open Open Tab   Provides Information
One-Stop Source Shop
The collected works of Karl E. Peterson, author of numerous articles and samples.
Open Open Tab   Provides Information
OsloPage
Powerful Windows database management tool. Supports SQL and all popular database formats.
Open Open Tab   Provides Information
P
Padding a string for fixed width display in VB.NET
Here's a simple way to pad strings for a fixed width display in VB.NET utilizing the PadLeft and PadRight methods of a String object.
Open Open Tab   Provides Information
Perform actions at set intervals with VB.NET's Timer control
VB.NET's Timer control is a convenient way to perform a specific action after a set time interval.
Open Open Tab   Provides Information
PowerBASIC on the Net
This product allows your DOS programs to look and act just like a Windows application.
Open Open Tab   Provides Information
PowerBASIC's Home in Germany
Claiming they are the oldest PowerBASIC site on the Internet, this organization offers free downloads and news catering to the PowerBASIC community.
Open Open Tab   Provides Information
Programmers Heaven - Visual Basic Zone
Source code categorized by file type and other resources.
Open Open Tab   Provides Information
Q
QBasic Page, The
tutorials, links, news, and a questions and answers page
Open Open Tab   Provides Information
QBasic Software Pages
Here you can find programs that are designed to be easily understood by programmers who are just starting with QBasic.
Open Open Tab   Provides Information
QBasic Station, The
Tutorials and free advice. Your questions emailed = personal reply + loads of advice.
Open Open Tab   Provides Information
QuickBasic Cafe
offers games, tools, tutorials, and more.
Open Open Tab   Provides Information
R
RealBasic
RealSoftware, Inc. Makers of RealBasic, the premire graphics basic IDE for the Macintosh platform.
Open Open Tab   Provides Information
Realbasic 2008 Release 1 now shipping
Real Software has begun shipping Realbasic 2008 Release 1, the latest version of the company’s cross platform development environment. The company said this version includes introspection, the most requested new feature from its users.
Open Open Tab February 11, 2008 Provides Information
REALbasic 2008 Release 2 sports 200 improvements
REALbasic enables you to develop applications that can run on any of the three operating systems. It's used for full-fledged application development, rapid application development, prototyping and creation of custom enterprise tools and software.
Open Open Tab May 6, 2008 Provides Information
Retrieving environment variables with VB.net
Irina Medvinskaya shows how you can use VB.NET to retrieve the important information (e.g., computer name and user name) from Windows environment variables.
Open Open Tab   Provides Information
S
Script Search
CGI, C, Java, and JavaScript scripts!
Open Open Tab   Provides Information
Set the current working path with VB.NET
If you want to use relative paths instead of absolute paths in your code, the ability to set the current working path can come in handy.
Open Open Tab   Provides Information
Shrinkwrap Visual Basic
Source code examples of video capture technigues.
Open Open Tab   Provides Information
Splitting a class across files in VB.NET
Partial keyword allows you to split very long classes to multiple physical source files. Learn more about using the Partial keyword, and see a code example.
Open Open Tab   Provides Information
Soft Circuits Programming
There are lots of Visual Basic code snippets that you can use in your own programs.
Open Open Tab   Provides Information
T
Tarak's Tower
Home to QBasic RPG's, Tutorials, and links, come take a look.
Open Open Tab   Provides Information
The BASIC Archives - Home Page
Welcome to the BASIC Archives
Open Open Tab   Provides Information
The VBBox
A collection of VB related source code, tools and documents. Home of the CodeBox windows UI framework classes.
Open Open Tab   Provides Information
The Visual Basic Programmers Lair
is for Visual Basic programmers who are looking for a place to start their learning. You can find tutorials, programs, source codes and a forum. You can also submit your own programs.
Open Open Tab   Provides Information
U
Using My.Settings in Visual Basic 2005
This article discusses how the My.Settings class has made storing application and user settings much simpler in Visual Basic 2005.
Open Open Tab   Provides Information
Using RS232 Ports in BASIC
A tutorial on using BASIC to send and recieve ASCII data via a com port. Uses an ADR101 data acquisition interface as an example.
Open Open Tab   Provides Information
Using the MsComm Control for Serial Data Acquisition
A tutorial on the use of the MsComm control for serial data acquisition. user an ADR112 to read analog voltages.
Open Open Tab   Provides Information
V
VB ActiveX Toolbox
Complete code tricks and tips for faster, more versitle applications, complete with screenshots and step by step directions.
Open Open Tab   Provides Information
VB City
Complete program source code and also a large snippets library.
Open Open Tab   Provides Information
VB Square
provides articles, tips, source code, and more.
Open Open Tab   Provides Information
VB Techniques
VB Techniques is a site devoted to developers who can't find enough good technical material on the web.
Open Open Tab   Provides Information
VB X Zone
Contains monthly articles on various programming topics, weekly API Tip section with articles and examples on how to use various API functions, a daily link to a cool VB website.
Open Open Tab   Provides Information
VBA Code Samples
ProgrammingMSAccess.com makes available many tools for Access and Office developers, including this selection of VBA code samples.
Open Open Tab   Provides Information
VBA Excel Tips
offers code, functions, formulas, and database tools and tips.
Open Open Tab   Provides Information
VBCE.com
For Visual Basic/CE Developers providing news, downloads, source code, training, consulting, and more.
Open Open Tab   Provides Information
VB-Helper: Stick to the Script
No matter how hard you try, you can never anticipate every user's needs. And whether you get paid by the hour or by the product release, constantly adding new features can be alluringly profitable, although often tedious.
Open Open Tab   Provides Information
VBnet
The Visual Basic Developers Resource Centre - Has everything Visual Basic related packed into one page
Open Open Tab   Provides Information
VBScript FAQ
Frequently asked questions about VBScript.
Open Open Tab   Provides Information
VBWire.com
VBWire is your ultimate source of Visual Basic news. Our editors scour the net every day to bring you the hottest news so you don't have to.
Open Open Tab   Provides Information
Visual Basic
A place for the Novice VB programmer. Includes source code, tutorials and sample programs.
Open Open Tab   Provides Information
Visual Basic 911
Sample projects, FAQs, tips, and resources.
Open Open Tab   Provides Information
Visual Basic Cell
Great for both newbies and advanced programmers with source and step by step tutorials. Also has many descriptions of MS Knowledge base articles.
Open Open Tab   Provides Information
Visual Basic Code
Free code. Copy and paste code from your browser directly into Visual Basic.
Open Open Tab   Provides Information
Visual Basic Explorer
features tutorials, forums, book reviews, downloads, toolbox, source code, contests and more for the novice to intermediate level programmer.
Open Open Tab   Provides Information
Visual Basic for Applications: Anthony's Page
Visual Basic for Applications is very similar to the Visual Basic programming language.
Open Open Tab   Provides Information
Visual Basic MCI Command Post
Source code for MCI programming.
Open Open Tab   Provides Information
Visual Basic Programming Zone
VB code, samples, utilities, and tutorials. Includes a five-lesson "Learn Visual Basic" course.
Open Open Tab   Provides Information
Visual Basic Source Code
Example code demonstrating many useful interface enhancement techniques and system functions.
Open Open Tab   Provides Information
Visual Basic Thunder
VB source, reviews, help, reference, software, tutorials.
Open Open Tab   Provides Information
Visual Basic Web Ring
This is the official home to the Visual Basic Web ring.
Open Open Tab   Provides Information
Visual Basic Windows Forms over Data Video Series
This how-to video series is dedicated to getting Visual Basic developers productive on areas of data-based Windows Application development. The series starts with the basics of database development with SQL-Server 2005 Express then walks through the details of connecting to and querying databases, and Windows Forms development basics using the built-in designers in Visual Basic 2005.
Open Open Tab   Provides Information
Visual Basic Zone
A comprehensive source of technical and how-to information on Visual Basic programming. Articles, tips, product reviews, jobs, conferences and more.
Open Open Tab   Provides Information
Visual Basic: Anthony's VBA Page
This home page provides examples in Visual Basic for Applications for Excel.
Open Open Tab   Provides Information
W
Walker Brothers Visual Basic Development
Source code for Visual Basic v4 and 5. All code is 32 bit.
Open Open Tab   Provides Information
Watermark your images with this VB.NET code
Watermarking is a useful technique for branding or copyrighting images, and with a little bit of code, you can handle the task dynamically. Justin James explains how to create a watermark class that creates a watermark on a source image using either another image or text--and he's thrown in a watermarking application, complete with full source code and the class file, so you can see it in action.
Open Open Tab   Provides Information
Windows API Guide
guide to various Windows 95 API functions, designed with Visual Basic users in mind.
Open Open Tab   Provides Information
Y
YABASIC
YABASIC, which stands for Yet Another BASIC program, is a free interpreter for Unix and Window 95.
Open Open Tab   Provides Information
Z
Zarr's VB Web Site
Source code, hints, tips, articles, news and many other resources.
Open Open Tab   Provides Information
ZCurve Software
makers of MacStandardBasic, a powerful BASIC for the Macintosh, and the Auction Browser, for tracking online auctions.
Open Open Tab   Provides Information
© 1997 - 2008 The MerchantStore