.NET news » VB.NET VB.NET Rss Feed

< 1 2 3 4 5 6 7 8 >
Pro VB 2008 and the .NET 3.5 Platform (Windows.Net)
Author: Andrew Troelsen
Average rating: 5.0 / 2
(2 reviews)
More .NET VB.NET books
download
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.
28 Sep 2006, 10:59:00   Source: Pan and Zoom Very Large Images   Tags: Graphics VB.NET
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.
13 Sep 2006, 20:22:44   Source: Decorate Your Code with Astonishing Attributes   Tags: VB.NET
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.
13 Sep 2006, 16:41:41   Source: Retaining Multiple Sets of User Settings   Tags: VB.NET Examples
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.
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.
25 Aug 2006, 19:00:00   Source: Developing 3 tier web sites in ASP.NET 2.0   Tags: ASP.NET VB.NET
< 1 2 3 4 5 6 7 8 >