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

download

Working with the Web Browser Control in Visual Studio 2005 - IE7Clone.

Example application working with the VS2005 Web browser control

Visual Basic .NET Types Explained

Learn about VB.NET data types, variable naming, default values according to type, and access levels.
10 Dec 2006, 06:18:06   Source: Visual Basic .NET Types Explained   Tags: VB.NET

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.
7 Dec 2006, 23:54:00   Source: Securing Text Data in .NET   Tags: Security VB.NET

Advanced Basics: TableLayoutPanels

This month Ken Getz writes a demo-creation system for Windows-based applications, which he calls a switchboard.
14 Nov 2006, 19:00:00   Source: Advanced Basics: TableLayoutPanels   Tags: VB.NET

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.
5 Oct 2006, 14:43:00   Source: Gain Access To DataGridView Canned Controls   Tags: Examples VB.NET

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.
28 Sep 2006, 15:36:00   Source: A Filter Dialog for a DataGridView   Tags: Database VB.NET

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