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 chapter certainly covered a lot of ground and provides a point of reference for the entire book. With the designer architecture and services detailed in this chapter, you have all the basic information you'll need in order to create advanced controls. I suggest reviewing the various base classes and interfaces presented here before moving on to the remainder of the chapters.

The next four chapters are dedicated to building a fairly complex control, along with designers and custom editors. Many of the designer services, classes, interfaces, and attributes listed in this chapter will be used during the construction of the OutlookBar, aka the Shortcut Control.



    .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