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

Pro VB 2008 and the .NET 3.5 Platform (Expert's Voice)
Author: Andrew Troelsen
Average rating:  / 0
(0 reviews)
More .NET VB.NET books
download

Playing with the GridView PagerBar

Extend GridView.PagerBar while preserving its functionality and add a drop-down to change the page size
20 Jun 2007, 15:57:00   Source: Playing with the GridView PagerBar   Tags: VB.NET

Personalization with Application Settings in Visual Basic

Application Settings is a new feature in Windows Forms 2.0 that allows you to maintain both user- and application-specific data (known as settings). Find out how to use it to improve your application's usability with personalization--this time in Visual Basic.
7 Jun 2007, 22:55:30   Source: Personalization with Application Settings in Visual Basic   Tags: VB.NET

Hue Saturation Lightness Filter

Visual Basic .NET class implements image filter which can change hue, saturation and/or lightness of the image.
6 Jun 2007, 11:13:00   Source: Hue Saturation Lightness Filter   Tags: VB.NET Graphics

Webcam using DirectShow.NET

This article describes how to use DirectShow.NET. DirectShow.NET is a dll to use DirectShow as managed code. I found it hard to find examples for using DirectShow. I still didn't find out how that all works. That is why I translated a C# example of DirectShow.NET to VB.NET code..
22 Apr 2007, 21:38:00   Source: Webcam using DirectShow.NET   Tags: Examples Multimedia VB.NET

Threading Wrapper Classes in VB

This contains a set of VB written classes which help with threading tasks
13 Apr 2007, 08:33:00   Source: Threading Wrapper Classes in VB   Tags: VB.NET

Add Flexible Sort Capabilities to ListView Controls

Learn how to make the ListView control sort by a column when a user clicks on a column header, sort by all columns, or sort in just about any other way you can imagine.
3 Apr 2007, 15:09:56   Source: Add Flexible Sort Capabilities to ListView Controls   Tags: Examples VB.NET

Creating Property Editors in DesignTime for VS.Net Easily (UITypeEditor Helper)

This is a base class to help easily create UITypeEditors. It is used to edit control properties in a DropDown window or a Modal-Form in design mode in the Visual Studio IDE

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...

1 Mar 2007, 18:00:00   Source: Everyday Use of Generics   Tags: VB.NET

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.

DotNet Real Tree

A simple progam to drawing fractal Trees
11 Jan 2007, 15:04:00   Source: DotNet Real Tree   Tags: Graphics VB.NET