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

Developing custom controls is not a difficult task, and by the end of this book you will have all the knowledge necessary to create advanced custom controls. The intent of this chapter was to familiarize you with the necessary terms and to give a general overview of control development. The key requirement for developing custom controls is a desire to create cool components for other developers to drool over.



    .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