Special Edition Using Visual Basic.NET

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); } function Print() { window.focus(); if(window.print) { window.print(); window.setTimeout('window.close();',5000); } }
Team-Fly    

Special Edition Using Microsoft® Visual Basic® .NET

By Brian Siler, Jeff Spotts

Table of Contents
Chapter 16.  Creating Your Own Windows Controls

Now that you have learned to create your own Windows controls, you might want to examine the following topics:

  • In Chapter 19, "Web Controls," you will learn how to design controls that can be utilized on the World Wide Web.

  • Appendix A, "Packaging Your Applications," shows you how to package and deploy the projects you create, including custom controls.


    Team-Fly    
    Top
     

    Категории