Programming with Microsoft® Visual Basic® 2008, 4th EditionDiane Zak
Written in a lively and engaging style by a developer who's grown up with Visual Basic, including both VB 6 and VB .NET, this hands-on guide addresses the core topics of the new VB, from basic to complex, with plenty of code examples. Programming Visual Basic 2008also examines .NET ...
The latest version, VB 2008, is even more useful -- and provides even more incentive for migrating from VB 6. All it lacks is a good book on how to harness its power. fills the void. Written in a lively and engaging style by a developer who's grown up with Visual Basic, including...
XML Programming in Visual Basic 9.0Jonathan AnejaBy now you've probably heard of LINQ (or Language Integrated Query), the new query technology coming in Visual Studio® 2008. LINQ-enabled languages like Visual Basic® give you a rich set of query operators that can be applied to various ...
Article 06/18/2008 In this article In This Section Related Sections You can create applications and programs by learning about and using Visual FoxPro's programming language and capabilities.In This SectionBasic Programming Concepts Provides an overview of programming fundamentals necessary to work in...
In Visual Basic 2008, the keywords Private, Friend, Public, and Static, plus the new keywords Protected and Protected Friend are used to set access levels for declared elements. The access level of a declared element is the extent of the ability to access it— that is, what code has permi...
Advanced programming using Visual Basic.NET The author team of Julia Bradley and Anita Millspaugh remain the guiding light for countless students around the world in Programming in Visual Basic 2008... JULIACASEBRADLEY,A Millspaugh - Mc-Graw Hill Irwin 被引量: 27发表: 2003年 Advanced Visual Ba...
This chapter picks up where the previous chapter left off and completes your investigation of the core aspects of the Visual Basic 2008 programming language.We begin by examining various details regarding the construction of VB 2008 subroutines and functions, exploring the Optional, ByRef, ByVal, an...
同時執行的應用程式指的是讓執行多個指令的事情同時發生。.NET 也支援同時執行多指令的功能 -- 委派與多執行緒,不過同時有多指令在執行的程式會有許多潛在的危險。為了讓指令的同時執行能更輕鬆容易,.NET 提供了操作多執行緒的方法,並且透過委派讓同時執行指令的工作變為更簡單安全。