About the Authors

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


Brian Siler has been developing Visual Basic applications since 1994. He received his bachelor of science degree in computer science from the University of Memphis in 1995. In addition to his day job as lead systems analyst for a major hotel corporation, Brian occasionally develops custom VB applications for other individuals. He has created many types of computer programs, including client/server, Active Server Pages, and "n-tier" Web applications. Brian is familiar with a variety of databases, including Microsoft SQL Server, Sybase, and Microsoft Access. Additional information about some of Brian's VB projects as well as sample source code is available on the Web at www.vbinsider.com. He has coauthored two previous Visual Basic books. Brian may be contacted via e-mail at bsiler@vbinsider.com.

Jeff Spotts is a financial systems advisor for Federal Express Corporation. A 1980 graduate of the University of Memphis, he also teaches programming classes at Southwest Tennessee Community College in Memphis. In addition, he develops custom applications for individuals and businesses and has a growing portfolio of Visual Basic database applications plus a variety of Web-based systems using VBScript and Active Server Pages. Jeff is a Microsoft Certified Professional (MCP), has been involved with computer hardware and software since the late 1970s, and has been programming with Visual Basic since just after its introduction. Jeff is a coauthor (with Brian Siler) of Que's Special Edition Using Visual Basic 6 and has contributed to several other titles. He may be contacted via e-mail at jspotts@vbinsider.com.


    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