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 11.  Fundamental Controls

From Here…

In this chapter you learned about some of the fundamental controls that you will use regularly as you build Windows applications using Visual Basic .NET. Chapter 12, "Advanced Controls ," continues this discussion by presenting some of the more advanced controls that are available for you to use.


    Team-Fly    
    Top
     

    Категории