View RSS Feed

Recent Blogs Posts

  1. Simple Painting Program in VB.NET

    by
    Xav
    , 07-21-2008 at 09:00 PM
    Code samples are in Visual Basic.NET, but directly apply to C# as well. Replace "Me" with "this" if you are using C#.

    Hi again. Let me tell you all about .NET - no, OK, I've already bored you. Now we'll look at something so cool - the System.Drawing namespace, and particularly, GDI+.The code within Windows that handles drawing things is known as the Graphical Device Interface, or GDI for short. This draws everything, such as text, shapes and lines. Windows generates ...

    Updated 03-08-2009 at 06:35 AM by Xav

    Tags: good Add / Edit Tags
    Categories
    Uncategorized