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

With the OutlookBar, custom tab collection, and designer in place, the final product is almost complete. This chapter has covered a lot of new ground pertaining to control development and the implementation of a much more sophisticated designer. At this point, extending the current control to add additional features merely requires some imagination and extending the use of the services provided by the .NET base class library covered so far. The goal has been to build on knowledge gained in previous chapters and to apply that knowledge in incremental steps toward the final goal, which is to gain a solid understanding of custom control development.



    .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