Summary

function OpenWin(url, w, h) { if(!w) w = 400; if(!h) h = 300; window.open(url, "_new", "width=" + w + ",height=" + h + ",menubar=no,toobar=no,scrollbars=yes", true); }

This concludes the brief tour of GDI+. The .NET base class libraries provide a rich set of classes and APIs for dealing with the graphical interface, fonts, and images. In addition, built-in support for translation, scaling, and rotation on GDI calls makes tasks such as rotated fonts a snap. For more in-depth information regarding GDI+, I recommend C# and the .NET Framework: The C# Perspective, by Robert Powell and Richard Weeks, also from Sams Publishing.



    .NET Windows Forms Custom Controls
    User Interfaces in VB .NET: Windows Forms and Custom Controls
    ISBN: 1590590449
    EAN: 2147483647
    Year: 2002
    Pages: 74

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net