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

download

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

Cryptography 101 for the .NET Framework

An introduction to key cryptographic concepts supported by the .NET Framework
22 Aug 2006, 20:27:00   Source: Cryptography 101 for the .NET Framework   Tags: Security VB.NET

How to monitor a printer queue from VB.NET

How to monitor a printer queue from Visual Basic .NET
16 Aug 2006, 15:46:00   Source: How to monitor a printer queue from VB.NET   Tags: VB.NET Examples

3-tier Architecture with ASP.NET 2.0: Tutorial 4: Displaying Data With the ObjectDataSource (Visual Basic)

Accessing and displaying data from a Business Logic Layer can be accomplished without writing a line of code thanks to ASP.NET 2.0's ObjectDataSource control. The ObjectDataSource invokes a specified method of a class and returns the results.
10 Aug 2006, 16:35:32   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 4:...   Tags: ASP.NET VB.NET