The Windows Way of Drawing

When you drop the Visual Basic safety net and start drawing with the Windows API, you’ll find yourself dealing with issues that didn’t concern you before. Scaling becomes a problem. You must figure out what Visual Basic properties mean to Windows and vice versa. Despite the problems, here are several good reasons why you might want to draw the hard way:

Let’s look at some examples.