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); }

The journey toward a functional and popular control, the OutlookBar, is now underway. In the next two chapters control development is the primary focus. The OutlookBarTab component serves as the basis for building the larger control. Developing controls requires defining the various components and building small blocks from which the main control will be constructed. In this chapter several ideas have been re-enforced, and some new ideas have been introduced. The process of building controls is a fantastic journey, and it has just begun.



    .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