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

download

Making TripleDES Simple in Visual Basic .NET

This is a simple wrapper class that provides an easy interface for encrypting and decrypting byte arrays and strings.
17 Mar 2006, 10:43:00   Source: Making TripleDES Simple in Visual Basic .NET   Tags: Security VB.NET

Using P/Invoke to Call Unmanaged APIs from Your Managed Classes

Learn how to use P/Invoke to call unmaged Win32 APIs from managed code. These sample applications show how to mute sounds, change Windows resolution, and display ballon tips from your managed code.
16 Mar 2006, 15:19:57   Source: Using P/Invoke to Call Unmanaged APIs from Your Managed...   Tags: C# VB.NET

A Simple Guide To Mobile Phone File Transferring

An article on how to do file transfers in mobile phones.
16 Mar 2006, 12:58:00   Source: A Simple Guide To Mobile Phone File Transferring   Tags: Mobile VB.NET

An All VB.NET Explorer Tree Control with ImageList Management

Explorer TreeView control with Shell Folder access class and Icon management.

Online C# code converter to VB.Net and visa versa

Web-based utility from DotNet Taxi: C# code converter to VB.Net and visa versa. No need to install any software, offered free of charge. Generics and all other new .Net 2.0 language features are supported.
19 Feb 2006, 18:00:00   Source: Online C# code converter to VB.Net and visa versa   Tags: Software VB.NET C#

Creating Applications for Handheld Devices Using Embedded Visual Basic

A no nonsense tutorial designed to give Visual Basic developers an insight into developing VB applications for handheld devices such as PDAs.

Copy Selected Text Within a Browser to a Clipboard

Find out how you can copy selected text within a Web browser to a clipboard in VB.NET 2.0.
14 Feb 2006, 05:36:11   Source: Copy Selected Text Within a Browser to a Clipboard   Tags: VB.NET Examples

Using custom attributes to add performance counters to your application

A brief overview of what performance counters are and a library that makes their use a bit easier.

Scaling and Hit-Testing in Ink Applications

In addition to text recognition and similar capabilities, Ink can also be useful for image annotation and markup, such as in medical and insurance applications, where marking up images can be a valuable and critical form of input.
7 Feb 2006, 06:31:50   Source: Scaling and Hit-Testing in Ink Applications   Tags: Tablet PC Examples VB.NET

The ExifWorks class

The ExifWorks is a class written in 100% pure managed VB.NET, which allows comfortable reading of embedded EXIF metadata.
1 Feb 2006, 21:16:00   Source: The ExifWorks class   Tags: Graphics VB.NET