The Wayback Machine - https://web.archive.org/web/20101122084518/http://www.codeguru.com:80/vb/gen/vb_graphics/animation/

    Animation

    Animation in VB.NET, Part 1

    Discover how to update the VB6 Asteroids project to run in VB.NET.

    Animation in VB (Part 2)

    This time, you look at animating bitmap images and write a simple platform game. You also find out how to load images directly into memory without setting up a picturebox in design time.

    Animation in VB (Part 1)

    Look at doing a simple stick figure animations, and then use similar methods to create a simple, fast-paced 2D vector animated game.

    Rendering Graphics in ASP.NET with GDI+

    Web forms do not have a canvas, so you can't ask a Web form for its Graphics object. But, you can simulate this behavior by rendering graphics in ASP.NET—with some help from GDI+.

    3D Tubes in Visual Basic 6

    Draw shaded tubes using circles and random numbers. Great basis for a screen saver.