На главную Special Edition Using Visual Basic.NET 2017-07-07 02:10:07 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® .NETBy Brian Siler, Jeff SpottsTable of Contents 1 Introduction to Visual Basic .NET 2 Creating Your First Windows Application 3 Creating Your First Web Application 4 Understanding the Development Environment 5 Visual Basic Building Blocks Team-Fly Top Related Категории Search