Creating your own Tetris game with VB.NET
In this article we ensure smooth animation and eliminate any flicker.
In this article we ensure smooth animation and eliminate any flicker.
Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.
Round those corners and make your user interfaces a little jazzier with a rounded rectangle Panel control; a fun chunk of code to incorporate into your application.
Discover how to update the VB6 Asteroids project to run in VB.NET.
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.
Look at doing a simple stick figure animations, and then use similar methods to create a simple, fast-paced 2D vector animated game.
Discover a utility for quickly obtaining and managing rectangles within rectangles. The rectangles then can be used to do things such as manage the layout of dynamically generated forms or visualize LINQ queries.
There's no need to store file system paths in a database. Just store images in your database and then directly load them to your ASP.NET pages.
With this article, you will learn how to Crop, Zoom, and Rotate images. You also will learn how to make an Eyedropper, how to draw text, and how to make a moveable Selection.
You've learned how to render graphics with GDI+ and ASP.NET. Take the next step and learn how to dynamically update images with AJAX.
With Part 3, we add shapes like hearts, rounded rectangles, spirals, stars. We also experiment with different brushes to fill our shapes more nicely.
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+.
Given an image and a quadralateral, Aaform will fit the image onto the quadraleteral passed using geometry.
Want to create non-rectilinear controls for custom Windows software development? Learn how to convert a custom three-dimensional shape primitive into a shaped control with .NET and GDI+.
Shows how to make 'holes' in a window by using a color key and three API functions.
Learn how to build a Windows Forms interface that allows you to work with your images database.
Make your VB Forms transparent or translucent with just three API calls.
Learn how to use Zip and Unzip compatible methods with VB5 or VB6. All the code is contained in class modules that can either be compiled into an ActiveX or dropped into an existing project. The Zip/Unzip functionality is handled by the FreeWare InfoZip components from (http://www.cdrom.com/pub/infozip ) - these DLL's are included in the download.
Learn how to tile any bitmap across a forms background. (Added: 9-Jun-1999)
Learn how to obtain the RGB color of any pixel under the cursor. (Added: 20-Jan-2000)
Learn how to do transformations on solid and wire-frame 3D objects. (Added: 01-Jun-1999)
Create a professional screen-grabber to copy any part of the screen into a picturebox / clipboard. (Added: 22-Feb-2000)
Learn about many different methods of painting directly to a form to and creating 'clickable' regions. The project draws the Periodic Table and all associated properties with each element. (Added: 1-Mar-2000)
Use this excellent set of routines that make up a Dex3D 3D Graphics Engine (Added: 1-Feb-2000)