|
| |
|
EBooks » Visual Basic
 Author(s) : Matthew Tagliaferri Publisher : Apress Year : Aug 2003 ISBN 10 : 1590591143 ISBN 13 : 9781590591147 Language : English Pages : 408 File type : CHM Size : 11 MB (book + source code) Many young programmers are interested in game programming. Learn VB .NET Through Game Programming is a self-paced learning tutorial designed to help any developer master the basics of object-oriented programming (OOP) with Microsoft Visual Basic .NET. Unlike other books on OOP, this easy-to-understand book provides readers with peer-level language, while illustrating concepts with definitive and intuitive game programming examples. The goal of this book is to teach you how to get started programming in Visual Basic .NET by developing games. This book doesn’t intend to be a complete treatise of all the features and capabilities of this latest version of VB. Instead, it provides a series of example programs that illustrate basic features of the language and begins the huge task of introducing you to the contents of the .NET Framework. In addition, I introduce one more important programming concept—the concept of design. Now that object-oriented languages are more common, people have found that the various objects in a program can be designed to interact with each other in different ways; these interactions can make the program more or less complex or more or less adaptable to future features or enhancements. To illustrate the importance of design on a program, I’ve taken the time to walk you through the development process of several of these programs rather than simply presenting you with the final version of the game. By learning how to solve a program one way, then improving upon that design in a second or third version of the program, you’ll begin to recognize when your own designs might be headed down a wrong path and some redesign is in order. This book assumes you’ve had at least some experience in software development before diving into the first chapter and that you now want to learn Visual Basic .NET. Perhaps you’re a VB 6 programmer, for example, in which case this book will help describe the syntactical differences between the languages, as well as introduce you to the .NET Framework classes that will be new to you. Perhaps you’re experienced in an older technology such as mainframe programming and are looking to update your skill set to something more modern. Whatever the case, my assumption is that as you crack open Chapter 1, “Developing Your First Game,” you’ve written programs in some other language so that you have a jumping-off point.  Author(s) : Tim Patrick Publisher : Addison Wesley Year : Nov 2006 ISBN 10 : 0321398009 ISBN 13 : 9780321398000 Language : English Pages : 888 File type : CHM Size : 12.3 MB (book + source code) This book is the fastest, best way for experienced programmers to truly master real-world Visual Basic 2005 development. You won't just learn syntax and features: you'll build a complete, robust, data-driven application. You'll put Visual Basic 2005 to work in solving real business problems, overcoming the practical challenges of building production systems, and you will learn to see Visual Basic 2005 projects as they were intendedas complete, cohesive solutions. Patrick's engaging style and crystal-clear explanations will help you stay focused, learn fast, and apply what you've learned. Start-to-Finish Visual Basic 2005 is the perfect tutorial for existing Visual Basic programmers moving to Visual Basic 2005, programmers moving from other traditional procedural languages, and experienced Visual Basic .NET/2005 programmers who want to deepen their skills in developing entire projects. Each chapter discusses a major programming topic and then follows it up with a practical implementation of that topic: the creation of the Library database program. I don't show every line of code in the book; if I did, the book would weigh 53 pounds and cost $254.38, plus tax. The code and the book's text are united in one purpose: to train you in the skilled use of Visual Basic on the .NET platform, so that you can develop the highest-quality applications possible. The text and the source code both include valuable resources that you can use every day in your programming life.  Author(s) : Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Daniel Read Publisher : Wrox Year : Jul 2004 ISBN 10 : 0764559931 ISBN 13 : 9780764559938 Language : English Pages : 720 File type : CHM Size : 6.1 MB (book + source code) The VBScript standard has changed over time, and several new things have been introduced since this book first published in 1999. The current standard for VBScript is 5.6. The script debugger, script control, and script encoder have all changed and the Windows Script Component Wizard, regular expressions, and remote scripting have been introduced. Windows Script Host technology has also matured over time and gained in both effectiveness and popularity. VBScript Programmer's Reference, 2nd Edition begins with discussion of the general syntax, functions, keywords, style, error handling, and similar language-specific topics and then moves into an expanded reference section covering the object models in detail. The book combines a comprehensive overview of the VBScript technology and associated technologies with practical examples at every stage from beginner to advanced user.  Author(s) : Billy S. Hollis, Rockford Lhotka Publisher : Wrox Year : May 2002 ISBN 10 : 1861007124 ISBN 13 : 9781861007124 Language : English Pages : 500 File type : PDF Size : 11 MB (book + source code) This book is targeted at experienced Visual Basic 6 developers who are looking toward the future � Microsoft's .NET platform and its associated Framework. The aim of this book is bring VB6 developers quickly up to speed in these (and other) new important features of Visual Basic .NET. This book covers not only a new version of Visual Basic, but also the new programming platform on which it runs. It is aimed at developers with a good working knowledge of VB, or ASP and VBScript. No attempt is made at providing a tutorial about the VB language, other than comparisons between VB6 and Visual Basic .NET code techniques, so a good familiarity with VB6 (or at least VBA or VBScript) is necessary to get the full benefit from this book. This book will also appeal to web developers who are using ASP.NET and intend to use the VB language when developing their ASP.NET sites. The level of integration between ASP.NET and Visual Basic .NET far exceeds that between ASP and VB6, and a comprehensive understanding of Visual Basic .NET will be a huge asset to any web developer using ASP.NET. The .NET Framework provides a powerful new way to program for both Windows and the Internet, and this may well attract experienced developers from other platforms and languages to .NET and the Visual Basic .NET language. This book will appeal to these people as it provides discussion and examples of commonly performed programming tasks and techniques, allowing rapid transition from other platforms or languages to Visual Basic .NET.  Author(s): Bill Sempf Publisher: Wiley Year: Nov 2005 ISBN: 076457728X Language: English Pages: 362 File type: PDF Size : 5.3 MB Welcome to the new version of Visual Basic for 2005. As its name implies, Visual Basic is a visual way to create new programs for the Micro$oft Windows family of operating systems. And though it is basic in many ways, the Visual Basic language is also very powerful. You can create new class libraries and XML Web services, as well as programs that you can use on your PC or your Web browser, or even your phone or PDA. Anything that can be done in Windows can be done in Visual Basic. Programming in Visual Basic is easier than you might think, thanks to the visual tools supplied by Visual Studio. You don�t have to type line after line of code to create a working program � Visual Studio automatically generates some code for you when you drag and drop components with the visual tools. Of course, being able to read and write code is important too, and this book provides plenty of code samples so you can understand the inner workings of your programs. This book also shows you some best practices to keep in mind as you get further along in your programming. Your first programs may be very simple, but when you start getting into more complicated applications, you really need to plan out your program before you start writing the code.
|
| |
|