Chapter 7 - OutlookBarTab Component

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

Chapter 7 - OutlookBarTab Component

IN THIS CHAPTER

  • Detailed Design

  • Implementation

All projects, no matter how small or large, must start somewhere. Ideally, you should build the core components of a system and gradually expand outward until such time as the outer layers can be built in parallel. The OutlookBar control will be developed using this same process. First, the OutlookBarTab is created. The OutlookBarTab provides a simple starting point for the overall project. In Chapter 8, "OutlookBar Control," the OutlookBarTab is used within the main OutlookBar control. The OutlookBar control is then further extended in Chapter 9, "ImageListView Control," to provide for image support.



    .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