.NET news » VB.NET 
Pro VB 2008 and the .NET 3.5 Platform (Windows.Net)
Author: Andrew Troelsen
Average rating: (3 reviews)
More .NET VB.NET books
Everyday Use of Generics
If you ever use arrays or ArrayLists in your applications, consider using the built-in generics collections instead. The built-in generics collections are not only easier to use than arrays, but they allow you to limit the data type of the items that are in the collection. This provides type-safety, meaning that a compile-time error is generated if the code attempts to put something in the collection that is not of the correct type. It can also improve the performance of the application, limiting conversion of data types...
Build a Photo Viewer Using the New FTP Classes in .NET 2.0
Yet another highly useful but underappreciated feature of .NET 2.0? How about the FTPWebRequest and FtpWebResponse classes? These nifty classes let you built FTP file access right into your applications. See how it's done with this handy photo viewer example.
23 Feb 2007, 20:49:29 Source: Build a Photo Viewer Using the New FTP Classes in .NET 2.0
Tags: VB.NET
Examples
Internet
DotNet Real Tree
A simple progam to drawing fractal Trees
Working with the Web Browser Control in Visual Studio 2005 - IE7Clone.
Example application working with the VS2005 Web browser control
4 Jan 2007, 16:46:00 Source: Working with the Web Browser Control in Visual Studio...
Tags: Examples
VB.NET
Visual Basic .NET Types Explained
Learn about VB.NET data types, variable naming, default values according to type, and access levels.
Securing Text Data in .NET
Discussion of securing text in an application. The example project contains a SecureString wrapper to make working with SecureString easier, and a textbox that directly manipulates a SecureString.
Advanced Basics: TableLayoutPanels
This month Ken Getz writes a demo-creation system for Windows-based applications, which he calls a switchboard.
Beautify Your UIs with Perfect Pen and Brush Control
Spice up your interfaces by taking full advantage of the Pen and Brush classes capabilities in the .NET Framework. Learn to create dashed and striped lines, control line joins, and use brushes to create interesting patterns and gradients.
18 Oct 2006, 17:53:49 Source: Beautify Your UIs with Perfect Pen and Brush Control
Tags: Graphics
VB.NET
Gain Access To DataGridView Canned Controls
How to gain access to the DataGridViewComboBoxEditingControl's properties, methods and events.
A Filter Dialog for a DataGridView
This is a dialog window that allows filtering a datagridview. It can build filters with any depth of parentheses.

