Chapter 10 - Control Deployment

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

IN THIS CHAPTER

  • Licensing

  • Hosting Controls in Internet Explorer

  • GAC (Global Assembly Cache) Versus Local Assemblies

The last major area of control development has to do with distributing controls to customers. Control deployment consists of three basic topics:

  • Licensing

  • Hosting controls in Internet Explorer

  • GAC (Global Assembly Cache) versus local assemblies

Each of these topics requires assessing how, when, and where controls will be used.



    .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