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

download

Web control to generate database design documents in HTML

Just 200 lines of VB.NET to document your SQL Server databases.

Teach Your Old Web Cam New Tricks: Use Video Captures in Your .NET Applications

Just when you thought there wasn't anything new that you could do with a webcam, along comes this article, which shows you how to exploit the AVICap Windows class so you can integrate on-demand screen captures into your applications.

Auto notify your team members with email, when performing Visual Source Safe operations.

A Visual Source Safe Addin written in VB with the help of which you can auto-email your team members about the operations (Add, Check in, check out...) you performed on VSS

Cryptor - Encrypt Files With Rijndael 256 bit

A simple utility for encrypting files using 256 bit Rijndael (AES). Also, adds menu items to Windows Explorer's file context menu for easy access.
20 Jan 2006, 19:04:00   Source: Cryptor - Encrypt Files With Rijndael 256 bit   Tags: Examples VB.NET Security

Generate Thumbnail Images from PDF Documents in .NET

This article presents VB.NET code to create thumbnail images from a directory of Adobe Acrobat PDF documents using the .NET Framework.
21 Dec 2005, 09:12:00   Source: Generate Thumbnail Images from PDF Documents in .NET   Tags: VB.NET Graphics

Basic Instincts: Programming I/O with Streams in Visual Basic .NET

Basic Instincts: Programming I/O with Streams in Visual Basic .NET
11 Oct 2005, 03:00:00   Source: Basic Instincts: Programming I/O with Streams in Visual...   Tags: VB.NET

Basic Instincts: Reflection in Visual Basic .NET

Basic Instincts: Reflection in Visual Basic .NET
12 Jul 2005, 03:00:00   Source: Basic Instincts: Reflection in Visual Basic .NET   Tags: VB.NET

Get A Raise: Discover a Series of Fortunate Event Handlers in Visual Basic

You may use them every day, but how much do you really know about events? What's going on when you add an event handler to a class? In this article, Ken Getz demonstrates various ways to interact with events and event handlers, and shows how they can solve common problems. Along with the article, you can download two sample applications (one for Visual Basic .NET 2002 and 2003 and one for Visual Basic 2005) and follow along.
10 May 2005, 03:00:00   Source: Get A Raise: Discover a Series of Fortunate Event...   Tags: VB.NET Examples