The Wayback Machine - https://web.archive.org/web/20110902034316/http://www.codeguru.com:80/vb/gen/vb_forms/

    Forms & Controls

    Tip: Screen Capture

    This tool will help user to capture selected area of screen. It provides user to set his/her own HotKey to capture screen. It runs in system tray. Source code is included with this article.

    Uploading an Image and Creating a Thumbnail in ASP.NET

    Follow these simple steps to let users upload image files and display them as thumbnails in ASP.NET.

    Edit ListView SubItems

    Easily retrieve the subitem index and change the text from a ListView control.

    DataBinding a DropDownList in a FormView

    Providing a drop down list in your ASP.NET Web applications help users avoid wasting time with bad data and it's a kinder, gentler thing to do.

    [Updated] How to Build a Simple Event Log Montior/Watcher (Using TCP in .NET)

    Learn how to build a simple event log "watcher" application to monitor event log changes on a remote machine(s).

    Smart List Box with Formatting and In-Line Buttons

    Learn about an OCX that provides a list box with the ability to format cells, lines, and columns; has headers and footers; and has command buttons on any line.

    [Updated] Creating Non-Rectangular Forms

    It is amazingly easy to create forms of any shape within Visual C#. You can even do it with VB .NET!

    Discovering Visual Basic .NET: Working with Variables

    Nearly every program needs to keep track of things. Discover how to with Visual Basic .NET in this installment of the Visual Basic .NET tutorials.

    VB DeskTop Icon Restorer Ver 3.02 Win95+98 Only

    Create a desktop handling program that allows you to save/restore icon positions, change resolutions, and much more. Windows 95/98 only. (Added: 6-Aug-1999)

    Centering A Form - Using Available Desktop Space

    Learn how to center a form on the screen. (Added: 12-May-1999)

    Enable / Disable Forms Close Button

    Learn how to enable/disable the Close button on a form. (Added: 9-Jun-1999)

    Treating a Form Like a Function

    Learn to 'wrap' a form (and all its functionality) as a function in Visual Basic. (Added: 12-May-1999)

    Create Star Shaped Window

    Create any window shape you desire. It is currently set to create a hollow star window. The window can be dragged around by the mouse and is closed by double clicking the form. (Added: 1-Dec-1998)

    A class for API Created Dynamic Menus

    Learn how to create dynamic menus using the Windows API. All of the code is wrapped up in a small class module that you can drop into your projects right away. (Added: 15-Feb-2000)

    Autoresize a form and its controls when the user changes the font

    Learn how to resize a form and its controls appropriately when a user changes the font for the program. (Added: 23-Jun-1999)

    Creating Shaped Windows

    Create shaped windows using the SetWindowRegion and CreatePolygonRgn WinAPI calls. (Added: 15-Feb-2000)

    Add an Exciting Gradient Backdrop!

    Discover howe to use Visual Basic to add a gradient backdrop to your applications!

    Adding Multiline Balloon ToolTips to ListView Items

    Create multiline tool tips for list-view items using Visual Basic.

    Dynamically Adding a Horizontal Scroll Bar to a List Box

    Learn how to dynamically add a horizontal scroll bar to a list box. (Visual Basic)

    Creating Flexible Forms in Visual Basic (Flexi-Forms)

    Create flexible forms in Visual Basic that have controls that dynamically reposition, resize, and align to form size.