Visual Basic
Упорядочить: А → Я |
→
| 1→100 руб
Купить
5126 руб.NET Compact Framework Programming with Visual Basic .NET (MICROSOFT NET DEVELOPMENT SERIES)
Paul Yao, David Durant
Постоянная ссылка → .NET Compact Framework Programming with Visual Basic .NET (MICROSOFT NET DEVELOPMENT SERIES)Написать комментарий →←
Купить
4169 руб.NET Gotchas
Venkat Subramaniam Book DescriptionLike most complex tasks, .NET programming is fraught with potential costly, and time-consuming hazards. The millions of Microsoft developers worldwide who create applications for the .NET platform can attest to that. Thankfully there's now a book that shows you how to avoid such costly and time-consuming mistakes. It's called .NET Gotchas. The ultimate guide for efficient, pain-free coding, .NET Gotchas from O'Reilly contains 75 common .NET programming pitfalls--and advice on how to work around them. It will help you steer away from those mistakes that cause application performance problems, or so taint code that it just doesn't work right. The book is organized into nine chapters, each focusing on those features andconstructs of the .NET platform that consistently baffle developers. Within each chapter are several "gotchas," with detailed examples, discussions, and guidelines for avoiding them. No doubt about it, when applied, these concise presentations of...
Постоянная ссылка → .NET Gotchas
Купить
4260 руб7 Client/Server Applications in Visual Basic (Toolbox of Templates Series)
Mark McCall Develop and implement powerful, effective client/server applications with this new book and companion diskette by Mark McCall. It provides seven working software example applications as learning tools for you to understand, use, and ultimately build on. It's a paint-by-numbers approach that lets you "color in" the template code to fit your organizations unique development needs--all the time learning as you go. The templates are complete applications with error handling and production quality user interface design.
Постоянная ссылка → 7 Client/Server Applications in Visual Basic (Toolbox of Templates Series)
Купить
5584 рубA Brief Course in QBASIC with An Introduction to Visual BASIC (2nd Edition)
David I. Schneider Teaches readers all aspects of QBasic and provides a foundation in structured programming, with emphasis on problem-solving techniques. It covers the fundamentals of computer programming such as input, decision structures, and loop structures. The book is designed for use with the IBM-PC and it compatibles.
Постоянная ссылка → A Brief Course in QBASIC with An Introduction to Visual BASIC (2nd Edition)
Купить
2654 рубAccess 2003 VBA Programmer's Reference (Programmer to Programmer)
Patricia Cardoza Book DescriptionWhat is this book about? Its power and short learning curve have made Access Microsoft’s leading consumer relational database management system for desktop applications. VBA lets you tap more of that power, responding to application level events, displaying forms and reports, manipulating toolbars, and much more. In this book, a crack team of programmers, including two Microsoft MVPs, shows you how to take control of Access 2003 or 2002 using VBA. You’ll learn to create and name variables, use DAO and ADO to manipulate data, handle errors correctly, create classes and use APIs, and more. An entire chapter is devoted to the changes in Access 2003, including new wizards and GUI features that previouslyrequired VBA code as well as new VBA features. You’ll receive a thorough education in system security, macro security, and the Access Developer Extensions (ADE). You will discover how to access data with VBA, execute and debug...
Постоянная ссылка → Access 2003 VBA Programmer's Reference (Programmer to Programmer)
Купить
3356 рубAccess 97 Macro & VBA Handbook
Susann Novalis Improve your database productivity with this task-oriented guide to creating timesaving Access macros. See how Visual Basic for Applications (VBA) makes it easier than ever to write and record macros, create Wizards, and design VBA links to other Office Suite products--even if you have no prior programming experience. The companion CD contains all code from the book, as well as shareware and evaluation copies of Access add-ins.
Постоянная ссылка → Access 97 Macro & VBA Handbook
Купить
2486 рубAccess VBA Programming
Charles E. Brown Book DescriptionTake a look at this great application of VBA and learn to expand the capabilities of Access with simple programming. Author Charles E. Brown shows you step-by-step how to create your own code, work with Object-Oriented Programming, and more. Plus, discover and utilize key programming concepts that can be applied beyond VBA.
Постоянная ссылка → Access VBA Programming
Купить
5178 рубADO.NET and ADO Examples and Best Practices for VB Programmers (Second Edition)
William R. Vaughn, Bill Vaughn ADO.NET and ADO Examples and Best Practices for VB Programmers, Second Edition brings the popular first edition up to date with fresh insights and tips on COM-based ADO—and adds a voluminous section on the new ADO.NET technology. Writtenspecifically for COM-based ADO developers retooling for ADO.NET, this is a developer's book, packed with practical advice on how to make code run faster, yet be easier to write and understand. Veteran author William Vaughn guides you through the data access maze with working exapmles and numerous discussions of what works and what doesn't. Derived from years of experience working with data access developers, Vaughn's Best Practices are a set of techniques proven to drastically reduce overhead, problems, and confusion&emdash;for the devleoper, the system, and the entire team. While some are quite simple to implement, others require considerable knowledge and forethought to enable.
Постоянная ссылка → ADO.NET and ADO Examples and Best Practices for VB Programmers (Second Edition)
Купить
3170 рубADO.NET Programming in Visual Basic .NET, Second Edition
Steve Holzner, Bob Howell, Steven Holzner, Robert Howell
Постоянная ссылка → ADO.NET Programming in Visual Basic .NET, Second Edition
Купить
2995 рубADO.NET: From Novice to Pro, Visual Basic .NET Edition
Peter Wright Designed to get programmers up to professional levels as fast as possible, ADO.NET: From Novice to Pro is geared toward developers who have little or no .NET or ADO.NET experience, as well as programmers who are not yet comfortable with database programming. Best-selling author Peter Wright painlessly moves readers from simple database access to the sophisticated manipulation of XML documents. The book begins by showing you the basic architecture of ADO.NET, and then provides you with the tools you'll need to work with data providers and the new Connection, Command, and DataSet objects. Wright then drills down into the topics that are essential for you as a professional developer to understand, including transactions, concurrency, typed DataSets, and the use of XML with ADO.NET. Through numerous hands-on examples and working code that is adaptable to individual projects, you'll learn how to create fast and powerful ADO.NET enterprise applications. By the end of this book,...
Постоянная ссылка → ADO.NET: From Novice to Pro, Visual Basic .NET Edition
Купить
4264 рубAdvanced .NET Remoting in VB .NET
Ingo Rammer With all the attention paid recently to Web services, many developers don't realize that the true successor to DCOM is actually .NET Remoting. And what an improvement it is! Advanced .NET Remoting in VB .NET is the Visual Basic edition of Ingo Rammer's bestselling Advanced .NET Remoting (C# edition). This book offers in-depth coverage of the .NET Remoting Framework in Visual Basic .NET. The first part of the book covers everything you as a developer need to know to use the framework and its capabilities in real-world applications, including the basics of server-activated objects versus client-activated objects, formatters, channels, lifetime issues, security, configuration files, and more. The server-side hosting of remotable components in console applications, Windows Services, and IIS are also covered. The second part presents .NET Remoting internals, and Ingo Rammer shows how the framework really uses message sinks and sink providers, and gives in-depth advice on...
Постоянная ссылка → Advanced .NET Remoting in VB .NET
Купить
5603 рубAdvanced Visual Basic 6
Kip Irvine, Kaiyang Liang
Постоянная ссылка → Advanced Visual Basic 6
Купить
4921 рубAdvanced Visual Basic 6 : Power Techniques for Everyday Programs, Book w/CD-ROM (The DevelopMentor Series)
Matthew J. Curland In Advanced Visual Basic 6, leading Visual Basic expert Matthew Curland demonstrates powerhouse techniques programmers can use to write high-performance, robust, and reusable VB code. Readers learn how to leverage the close relationships between VB, COM,and OLE Automation, extending the envelope of VB's capabilities and building high-quality, object-based systems. Key topics include how to: * Control VB array variables explicitly to directly access arbitrary memory locations * Call pointers to standard, cdecl, and class module functions * Aggregate complete interface implementations into any VB object * Override functions on any interface, including those implemented automatically by VB * Turn any user-defined type into a lightweight COM object * Minimize memory usage in systems with a large number of objects * Safely create and manage threads in ActiveX EXEs and DLLs * Interact with messages to customize windowed and windowless UserControl...
Постоянная ссылка → Advanced Visual Basic 6 : Power Techniques for Everyday Programs, Book w/CD-ROM (The DevelopMentor Series)
Купить
9372 рубAdvanced Visual Basic.NET: Programming Web and Desktop Applications in ADO.NET and ASP.NET
David Gefen, Chittibabu Govindarajulu This book teaches Visual Basic programming with a focus on the most required skills in the industry. It enables readers to develop awareness of the concepts behind Visual Basic through hands-on teaching. Each chapter presents a short theory basis of thetopic to be covered and then involves readers directly into a guided Visual Basic project building activity. Extensive coverage of material current in the industry provides readers with industry-crucial material including Internet programming and incorporating database programming into programming applications. Website provides updated examples and revisions as new versions of Visual Basic and patches are released. CD-ROM provides readers with sample programs, exercises for reinforcement and practice, and detailed solutions to the programming examples in the text. Hands-on programming approach trains readers to effectively code in Visual Basic. Programming hints provided throughout highlight for readers those important programming...
Постоянная ссылка → Advanced Visual Basic.NET: Programming Web and Desktop Applications in ADO.NET and ASP.NET
Купить
10111 рубAn Introduction to Programming with Visual Basic 6.0, Fourth Edition
David I. Schneider Assuming no prior computer programming knowledge on the part of the reader, the updated edition of David Schneider's best-selling Visual Basic 6 book now includes an introduction to Visual Basic.NET. This book uses Visual Basic 6.0 to explore the fundamentals of programming in general and to explain how to use Visual Basic as a front end to take control of major applications such as Microsoft Office. A broad range of examples, case studies, exercises, and programming projects gives readers significant hands-on experience. Introducing good programming practices that are in-step with modern programming methodology, this book uses well-chosen examples to illustrate every new concept. It includes carefully designed examples that both reinforce the text and challenge the reader to make original connections. The book also incorporates real, current, and sometimes humorous data throughout to add fun and interest to the overall presentation. The updated edition of Introduction to...
Постоянная ссылка → An Introduction to Programming with Visual Basic 6.0, Fourth Edition
