Tags: class, vb

Features (147)

Two Visual Basic tips to make your life easier

These techniques from Builder.com will help you access Visual SourceSafe programmatically in VB6 and write a CPU monitoring counter in VB.NET. Read more »

Where will the Visual Basic 6.0 developers go?

You love Visual Basic 6.0, but .NET is breathing down your neck. Do you go VB.NET or C#? Here are some common post-VB6 myths disspelled. Read more »

Download files over the Web with .NET's WebClient class

The System.Net namespace includes the WebClient class for uploading and downloading files via HTTP. You can copy or read files with only a few lines of code. Read more »

Simplify coding and maintenance with class libraries

You use class libraries when you're developing any type of .NET application in order to manipulate the file system, access databases, serialise objects, and launch and synchronise multiple threads of execution. Read more »

A .NET primer on reference types and value types

This article explains some .NET basics -- the difference between reference types and value types. Read more »

Simplify .NET class communication with delegates

What are delegates and what are they good for? Lamont Adams explains how to use them in your .NET apps and has some sample code, to boot. Read more »

Streamline .NET strings

Strings are integral to most app dev projects, so it is imperative that they don't impair performance. The .NET StringBuilder class streamlines string values processing. Read more »

See why VB.NET is the classiest VB of all

VB has always offered basic support for working with objects, but VB.NET is a whole new ballgame. Learn about VB.NET's true object-oriented features. Read more »

Splitting a class across files in VB.NET

With the complexity of today's applications, developers often deal with classes that are very long. One way to make the classes more manageable is to split them across multiple files. Read more »

Work with VB.NET's ArrayList methods and properties

The ability to use collections is important in any language and practical for any application. Collections allow you to manage groups of objects. Irina Medvinskaya looks at how to use an ArrayList class, which provides basic functionality that is useful to most applications. Read more »

Blog (1)

How to manage a team of geniuses

Brendon Chase [blogs:codemonkeybusiness] -- Hiring a team of developers and techies that are smarter than you is inevitable. As a manager how do you cope with this and keep things on track? Read more »

Log in


Sign up | Forgot your password?

What's on?