The Wayback Machine - https://web.archive.org/web/20110323144210/http://www.codeguru.com:80/vb/gen/vb_general/miscellaneous/

    Miscellaneous

    Using CodeRush in Microsoft Visual Studio

    Learn to use CodeRush in Microsoft Visual Studio to write code faster and easier than ever before.

    Visual Studio 2010 Launch Back On

    After delaying rollout plans for March, Microsoft reschedules.

    Visual Studio 2010 Delayed

    Developer feedback extends beta for quality reasons.

    DoJ May OK Microsoft to Collect Protocol Royalties

    Latest development in antitrust settlement may let Microsoft resume charging licensing fees.

    Dynamic Programming with Lambda Expressions

    Add ultimate flexibility and power to your programs with function parameters and Lambda Expressions.

    Autorun Menu Creator in VB.NET

    Use Visual Basic .NET to create an Autorun menu, through the use of HTA, JavaScript and VBScript.

    The Future of Managed Languages: C# and Visual Basic

    Learn three industry trends that are influencing the next releases of C# and Visual Basic.

    Using IHttpModule to Intercept Every HTTP Request

    Respond to every HTTP request. Just implement event handlers or an IHttpModule (which is a cool way to write a re-deployable solution for multiple projects).

    A Tour of WPF in Visual Studio 2008

    Take a look at the various features of Visual Studio for working with WPF.

    Good Old OOA, OOD, OOP Techniques are Economically Sound

    How do I hide the unneeded features? Don't cut corners just because people are cutting budgets and staff.

    Changing Mouse Settings With VB.NET

    Learn how to change all the mouse settings through the use of your Visual Basic program and the Registry.

    The TaskBar and VB.NET

    Learn to create an application that can set and apply most TaskBar settings.

    There is More Than Just a Little Touching...

    The way you interact with a personal computing device is changing and is about to change even more with lots of touching and even a little hidden video.

    Tip: To Disable Virtualization

    Learn how to disable Vista's virtualization for your application.

    XML Documents from Comments

    Intellisense is a programmer's best friend. The framework is too big to memorize, but Intellisense can make finding things manageable. Extend Intellisense into your own code with XML comments in Visual Studio 8 and 9.

    News: Microsoft Releases Betas and More

    Today Microsoft announced the release of Visual Studio 2008 Beta 2, .NET Framework 3.5 Beta 2, Silverlight 1.0 RC, and more.

    Ponderings about the Tech Ed 2007 Keynote

    The people at Microsoft are busy with lots of products. Did someone forget that they should be excited about them?

    [Updated] Flags Enumerations

    The documentation on Microsoft's flags enumerations is rather sketchy at best, but offers a more ideal solution for a great many problems. The problem is, with such little documentation it can be very time consuming to figure out how to use them correctly. Here is a small walkthrough explaining a relatively simple means of interacting with them through use of the bitwise OR operator.

    What Is New in Visual Basic 2005

    Learn about the new features found in Visual Basic 2005.

    Quick Visual Studio .NET Tips

    Still getting used to Visual Studio .NET? Here are a handful of little-known Visual Studio tips sure to make your life easier...

    Discovering Visual Basic .NET — The Series

    Are you new to Visual Basic .NET? Best-selling "Dummies" author Bill Hatfield teaches you the basics of Visual Basic .NET.

    Discovering Visual Basic .NET: Repeating Code

    For those new to Visual Basic, here is your chance to learn about the topic of looping and how to get your program to execute several lines of code again and again.

    Discovering Visual Basic .NET: Making Decisions

    Continue your learning of Visual Basic .NET by discovering the syntax for adding logical decisions into your programs.

    Discovering Visual Basic .NET: Using Functions and Arguments

    A lot of functionality it already done for you. Learn how to use built-in functionality in Visual Basic .NET. with this installment of our Visual Basic .NET tutorials.

    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.