Starting in 1996, Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the Wayback Machine after an embargo period.
[Updated] Creating Non-Rectangular Forms
Rating: Bradley Jones - 07/21/2005 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
Rating: none Bill Hatfield - 12/21/2004 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.
Enable / Disable Forms Close Button
Rating: Pete Cozens - 01/28/2004 Learn how to enable/disable the Close button on a form. (Added: 9-Jun-1999)
Treating a Form Like a Function
Rating: Konstantin Komissarchik - 01/28/2004 Learn to 'wrap' a form (and all its functionality) as a function in Visual Basic. (Added: 12-May-1999)
Create Star Shaped Window
Rating: Andy Monis - 01/28/2004 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
Rating: none Eling Homminga - 01/28/2004 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)
Creating Shaped Windows
Rating: none Duncan Jones - 01/28/2004 Create shaped windows using the SetWindowRegion and CreatePolygonRgn WinAPI calls. (Added: 15-Feb-2000)
Icons
VB DeskTop Icon Restorer Ver 3.02 Win95+98 Only
Rating: none Paul Pavlic - 02/05/2004 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)
ListBox
Smart List Box with Formatting and In-Line Buttons
Rating: DougBangkok - 04/24/2006 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.