From Here

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 9.  Creating Code Components


From Here…

In this chapter, you learned how to create your own custom classes. The following chapters will help you work with similar concepts:

  • To see how to use class programming concepts to create a custom control that you can use on Windows forms, see Chapter 16, "Creating Your Own Windows Controls."

  • To learn more about writing code that you can include in your custom classes, see Chapter 7, "Controlling the Flow of Your Program," and Chapter 8, "Managing Program Tasks with Procedures."


    Team-Fly    
    Top
     



    Special Edition Using Visual Basic. NET
    Special Edition Using Visual Basic.NET
    ISBN: 078972572X
    EAN: 2147483647
    Year: 2001
    Pages: 198

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net