User Interfaces in VB .NET: Windows Forms and Custom Controls

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.

    Категории