.NET news » VB.NET 
Pro VB 2008 and the .NET 3.5 Platform (Windows.Net)
Author: Andrew Troelsen
Average rating: (2 reviews)
More .NET VB.NET books
Pan and Zoom Very Large Images
Smoothly panning and zooming VERY large images can be a challenge. Here's a control, with source code, that demonstrates one way of overcoming this challenge.
Decorate Your Code with Astonishing Attributes
Attributes provide extra information about your code that allows tools such as Visual Studio to make using your code easier. For example, they tell the Properties window how to display and edit properties and they let you fine-tune XML serialization.
Retaining Multiple Sets of User Settings
Retaining a single set of user settings for your application is easy. Retaining multiple sets of user settings is much more challenging.
Building a Simple Word Processor Around an Extended RichTextBox Control
This article describes an easy approach to building a simple word processor around an extended version of the RichTextBox (RTB) control.
13 Sep 2006, 15:24:00 Source: Building a Simple Word Processor Around an Extended...
Tags: Examples
VB.NET
Build Your Own Visual Studio: An Application Framework for Editing Objects at Runtime
This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an object editor.
12 Sep 2006, 14:59:00 Source: Build Your Own Visual Studio: An Application Framework...
Tags: VB.NET
Examples
3-tier Architecture with ASP.NET 2.0: Tutorial 6: Programmatically Setting the ObjectDataSource's Parameter Values (Visual Basic)
While the ObjectDataSource's parameters' values can typically be set declaratively, without requiring a line of code, it's easy to set the parameter values programmatically. This tutorial concludes the Basic Reporting section.
11 Sep 2006, 18:55:26 Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 6:...
Tags: ASP.NET
VB.NET
3-tier Architecture with ASP.NET 2.0: Tutorial 5: Declarative Parameters (Visual Basic)
In order to use methods with input parameters, we need to specify the values for the parameters in the ObjectDataSource's SelectParameters collection. Different types of parameters allow for the parameter value to be obtained from different sources.
11 Sep 2006, 18:21:48 Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 5:...
Tags: ASP.NET
VB.NET
A Visual Basic Developer's Introduction to ASP.NET 2.0
Visual Basic .NET and Visual Basic 6.0 developers get an introduction to building Web applications with ASP.NET 2.0, as well as the major differences between developing desktop and Web applications.
6 Sep 2006, 18:17:53 Source: A Visual Basic Developer's Introduction to ASP.NET 2.0
Tags: ASP.NET
VB.NET
A Visual Basic Developer's Introduction to ASP.NET 2.0
Visual Basic .NET and Visual Basic 6.0 developers get an introduction to building Web applications with ASP.NET 2.0, as well as the major differences between developing desktop and Web applications.
6 Sep 2006, 18:17:53 Source: A Visual Basic Developer's Introduction to ASP.NET 2.0
Tags: ASP.NET
VB.NET
Developing 3 tier web sites in ASP.NET 2.0
This article will explain how a typical 3-tier architecture can be used in ASP.NET 2.0 with the help of Generics based collections and Data Source Controls. Note that the article aims at showing a simple 3 tier architecture and not at teaching you generics, data bound controls and data source controls.

