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 14.  Designing an Effective User Interface


Although nothing we suggest here can guarantee a successful user interface, a bad user interface will certainly guarantee that no one will use your program. However, with the rapid pace of advances in computing, the definition of what is a "good" interface will surely keep changing. Consider, for example, the process of setting a VCR clock. Early VCR clocks were programmed with buttons and switches, but this method was soon replaced with onscreen displays. Now a broadcast signal makes the whole process automatic in some models. Like the VCR example, your Visual Basic user interfaces will evolve over time, as the industry sets new standards and you learn how to best meet your users' expectations.


    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