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 | | Part I: Getting Started with Visual Basic .NET |
In this chapter Understanding Programming and Visual Basic's Role The Importance of Application Design Tips for a Good Design Big Changes in Visual Basic .NET From Here . . . Thank you for deciding to make this book part of your library. We hope that it will serve as your guide to the exciting new world of Microsoft Visual Basic .NET. |
| Team-Fly | |
|
| |
|