Main Page

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); } }
   
  
• Table of Contents
Special Edition Using Microsoft® Visual Basic® .NET
By Brian Siler, Jeff Spotts
 
Publisher: Que
Pub Date: December 21, 2001
ISBN: 0-7897-2572-X
Pages: 848


Microsoft's .NET initiative created drastic changes in the Visual Studio line of products, and as a result a lot of Visual Basic developers feel like they are beginners all over again. Special Edition Using Visual Basic.NET will offer in-depth explorations of new features so that both experienced programmers and novices will feel comfortable making the transition to .NET. Although a major portion of the book is devoted to Internet applications, the book covers more general topics than many other books. Features of Visual Basic that will be explained include database access, controls, and best coding and practices. These features will be explored in detail, with extensive use of example programs and screen captures.



 



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