Drawing Pictures: Using Graphics

In a previous lesson, you learned how to create the user interface using forms and controls. Sometimes you might want to customize the look of your program by using images or effects that cannot be created by using controls.

In Visual Basic, you can use graphics methods to draw almost anything on a form or on a control. In this set of lessons, you will be introduced to the graphics capabilities in Visual Basic.

In This Section