Přeskočit na hlavní obsah

Nákupní košík

Dostáváte VIP zacházení!

Položka(y), kterou si nemůžete koupit
Prosím, zkontrolujte svůj košík. Nedostupnou položku (y) můžete odebrat nyní nebo ji automaticky odebereme v pokladně.
položkypoložka
položkypoložka

Doporučeno pro vás

Loading...

Visual BASIC elektronické knihy

Pokud se vám líbí e-knihy v oblasti Visual BASIC, pak budete milovat tyto top výběry.
Zobrazuje se 124 z 52
Přeskočit filtry boční lišty
  • Microsoft Excel VBA Like Operator and Wildcard Characters

    podle Kenny L Keys ...
    This five-minute eBook will quickly show anyone how to use Microsoft’s VBA operators (e.g., , Like, And) and its wildcard characters (e.g., #, ? and *) to filter for data in spreadsheet cells. If a user has ever worked with filtering data in Microsoft Access databases, he or she will be very familiar with these operators and wildcard characters and how they’re used to extract data, but the user ... Přečtěte si více

    48,53 Kč

  • The Secret Life of Word

    A Professional Writer's Guide to Microsoft Word Automation

    podle Robert Delwood ...
    The Secret Life of Word looks at Microsoft Word from the perspective of technical and other professional writers. It gives writers an in-depth look at the hidden capabilities of Word, and shows how to take advantage of those capabilities without being a programmer.The Secret Life of Word will help you master the full gamut of Word mysteries, including AutoCorrect, QuickParts, BuildingBlocks, ... Přečtěte si více

    451,39 Kč

  • Excel VBA in easy steps, 4th edition

    podle Mike McGrath ...
    Série série In Easy Steps
    Get more out of Microsoft Excel and save time by learning Excel VBA (Visual Basic for Applications). Excel VBA in easy steps, 4th edition demonstrates VBA macro programming in a clear and concise manner, and will take your Excel proficiency to the next level:- Write your own Excel macros so that you can do a series of tasks at the click of a button.- Use VBA to automate repetitive tasks, and for ... Přečtěte si více

    391,32 Kč

  • Cybersecurity

    Mastering Information Technology Security: Securing Your Electronic Data from Hacker Attacks While Browsing the Internet on Various Devices, Including PCs and Televisions

    podle Ryan roffe ...
    In today's landscape, cybercrime is on the rise, posing significant challenges for individuals and smaller businesses due to inadequate cybersecurity measures. Despite the belief that data is secure, companies face daily attacks, often orchestrated by cyber-criminals with far greater expertise than the average person or employee. These criminals exploit personal data for various purposes, ... Přečtěte si více

    220,38 Kč nebo zdarma s Kobo Plus

  • Visual Basic 2015 in 24 Hours, Sams Teach Yourself

    podle James Foxall ...
    Série série Sams Teach Yourself
    In just 24 sessions of one hour or less, you’ll learn how to build complete, reliable, and modern Windows applications with Microsoft® Visual Basic® 2015. Using a straightforward, step-by-step approach, each lesson builds on what you’ve already learned, giving you a strong foundation for success with every aspect of VB 2015 development.Notes present interesting pieces of information.Tips offer ... Přečtěte si více

    645,25 Kč

  • Writing Excel Macros with VBA

    Learning to Program the Excel Object Model Using VBA

    podle Steven Roman, PhD ...
    Newly updated for Excel 2002, Writing Excel Macros with VBA, 2nd Edition provides Excel power-users, as well as programmers who are unfamiliar with the Excel object model, with a solid introduction to writing Visual Basic for Applications (VBA) macros and programs for Excel. In particular, the book focuses on:The Visual Basic Editor and the Excel VBA programming environment. Excel features a ... Přečtěte si více

    558,90 Kč

  • Visual Basic and Algorithmic Thinking for the Complete Beginner

    Master Visual Basic and Algorithmic Thinking: From Fundamentals to Advanced Concepts

    podle Aristides Bouras ...
    Explore the essentials of computer programming and algorithmic thinking with Visual Basic. This comprehensive course is designed for beginners to master the core concepts and practical applications.Key FeaturesComprehensive coverage of Visual Basic and algorithms with practical exercises and examplesIntroduction to programming fundamentals, & in-depth exploration of advanced structuresIntroduction ... Přečtěte si více

    209,99 Kč nebo zdarma s Kobo Plus

  • VBA for the 2007 Microsoft Office System

    podle Paul McFedries ...
    “VBA for the 2007 Microsoft Office System is jam-packed with code samples that you’ll be able to reuse right away in your VBA projects.”—Guy Barrette, Microsoft MVP & Regional Director, .NET ExpertiseDevelop your VBA expertise instantly with proven techniquesVBA for the 2007 Microsoft® Office System shows you how to take full advantage of the 2007 Microsoft Office suite by automating routine ... Přečtěte si více

    698,71 Kč

  • Subclassing and Hooking with Visual Basic

    Harnessing the Full Power of VB/VB.NET

    podle Stephen Teilhet ...
    Subclassing & Hooking with Visual Basic offers developers a unique way to customize Windows behavior.Windows is a message-based system. Every action you request creates one or more messages to carry out the action. These messages are passed between objects and carry with them information that gives the recipient more detail on how to interpret and act upon the message.With Subclassing and the ... Přečtěte si více

    821,03 Kč

  • Secrets of VBA for Modelers!

    Developing Decision Support Systems with Microsoft Office Excel

    podle Andrei Besedin ...
    Secrets of VBA for Modelers: Developing Decision Support Systems with Microsoft Office ExcelVisual Basic Application (VBA) is one of the powerful tools that Microsoft Office Excel can offer you. It is the best when you master both basic and advanced skills of VBA. So you can become a skilled modeler we have made available an incredible short book titled “SECRETS OF VBA FOR MODELERS: DEVELOPING ... Přečtěte si více

    72,55 Kč

  • Easy Programming with Visual Basic (VB)

    This document is intended to introduce users to programming in general and to programming in Visual Basic in particular. The VB is simple and can be used on existing csv files or data entered directly into Visual Studio, quickly processing a large amount of data. For the moment the only tool we need is Visual Studio and the csv files. Obviously I can't go into the intricacies of the databases that ... Přečtěte si více

    189,55 Kč nebo zdarma s Kobo Plus

  • Microsoft Visual Basic 2010 Step by Step

    podle Michael Halvorson ...
    Série série Step by Step Developer
    Your hands-on, step-by-step guide to learning Visual Basic 2010.Teach yourself the essential tools and techniques for Visual Basic 2010-one step at a time. No matter what your skill level, you'll find the practical guidance and examples you need to start building professional applications for Windows and the Web.Discover how to:Work in the Microsoft Visual Studio 2010 Integrated Development ... Přečtěte si více

    571,69 Kč

  • ADO.NET in a Nutshell

    Série série In a Nutshell (O'Reilly)
    Written by experts on the Microsoft® .NET programming platform, ADO.NET in a Nutshell delivers everything .NET programmers will need to get a jump-start on ADO.NET technology or to sharpen their skills even further. In the tradition of O'Reilly's In a Nutshell Series, ADO.NET in a Nutshell is the most complete and concise source of ADO.NET information available.ADO.NET is the suite of data access ... Přečtěte si více

    628,86 Kč

  • .NET Gotchas

    75 Ways to Improve Your C# and VB.NET Programs

    podle Venkat Subramaniam ...
    Like 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 ... Přečtěte si více

    558,90 Kč

  • Programming .NET Components

    Design and Build .NET Applications Using Component-Oriented Programming

    podle Juval Lowy ...
    Brilliantly compiled by author Juval Lowy, Programming .NET Components, Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components.Following in the footsteps ... Přečtěte si více

    698,71 Kč

  • LINQ Pocket Reference

    Learn and Implement LINQ for .NET Applications

    Série série Pocket Reference (O'Reilly)
    Ready to take advantage of LINQ with C# 3.0? This guide has the detail you need to grasp Microsoft's new querying technology, and concise explanations to help you learn it quickly. And once you begin to apply LINQ, the book serves as an on-the-job reference when you need immediate reminders.All the examples in the LINQ Pocket Reference are preloaded into LINQPad, the highly praised utility that ... Přečtěte si více

    317,45 Kč

  • NUnit Pocket Reference

    Up and Running with NUnit

    podle Bill Hamilton ...
    Série série Pocket Reference (O'Reilly)
    Few .NET developers have the luxury of unlimited code testing once their application is complete, and rushing through the testing process is both problematic and stressful. The open source NUnit framework provides an excellent and efficient way to test and improve .NET code as it's written, saving hundreds of QA hours and headaches.NUnit is one of the most mature and widely-used .NET open source ... Přečtěte si více

    174,56 Kč

  • Microsoft VBA Loop Statements for Word and Excel Includes Do…Until, While…Wend and For…Next Statements

    podle Kenny L Keys ...
    This book is the third and final book in the Microsoft VBA Codes Are Fun, Simple, and Easy to Learn In One Hour or Less series.  I’m dedicated to making VBA as simple as possible for anyone who wants to harness its power and efficiency.  Since I’ve already explained Microsoft VBA statements, built-in objects, arrays, variables, integers, Sub, Private Sub and Public Sub tags in my previous books, I ... Přečtěte si více

    145,59 Kč

  • Program in VBA (Visual Basic for Applications)

    This work was born from the necessity found by the author to solve problems of various kinds during her studies and work. The large amount of data and the repetitive processing required an automated procedure that could be applied in any context. The author, being a programmer and being an expert in Pascal, Cobol and Javascript, searched for the most suitable solution and found it in the Excel VBA ... Přečtěte si více

    189,55 Kč nebo zdarma s Kobo Plus

  • Visual Basic.NET All Versions

    Visual Basic .NET is a radically new version of Microsoft Visual Basic, the world's most widely used rapid application development (RAD) package. Whether you are just beginning application development with Visual Basic .NET or are already deep in code, you will appreciate just how easy and valuable the VB.NET Language Pocket Reference is.VB.NET Language Pocket Reference contains a concise ... Přečtěte si více

    376,88 Kč nebo zdarma s Kobo Plus

  • Learning Visual Basic .NET

    Introducing the Language, .NET Programming & Object Oriented Software Development

    podle Jesse Liberty ...
    Most Visual Basic .NET books are written for experienced object-oriented programmers, but many programmers jumping on the .NET bandwagon are coming from non-object-oriented languages, such as Visual Basic 6.0 or from script programming, such as JavaScript. These programmers, and those who are adopting VB.NET as their first programming language, have been out of luck when it comes to finding a high ... Přečtěte si více

    489,05 Kč

  • ADO.NET 3.5 Cookbook

    Building Data-Centric .NET Applications

    podle Bill Hamilton ...
    Série série Cookbooks (O'Reilly)
    This guide is strikingly different from other books on Microsoft ADO.NET. Rather than load you down with theory, the new edition of ADO.NET 3.5 Cookbook gives you more than 200 coding solutions and best practices for real problems you're likely to face with this technology using Visual Studio 2008 and the .NET 3.5 platform.Organized to help you find the topic and specific recipe you need quickly ... Přečtěte si více

    768,56 Kč

  • Programming ASP.NET

    Building Web Applications and Services with ASP.NET 2.0

    O'Reilly has once again updated its bestselling tutorial on ASP.NET, the world's leading web development tool from Microsoft. In Programming ASP.NET, Third Edition, authors Jesse Liberty and Dan Hurwitz give you the lowdown on the technology's latest version, ASP.NET 2.0, as well as Visual Studio 2005.Among the most significant improvements to ASP.NET 2.0 are new server controls and services that ... Přečtěte si více

    698,71 Kč

  • Doing Objects in Visual Basic 2005

    podle Deborah Kurata ...
    Doing Objects in Visual Basic 2005 is the authoritative guide to object-oriented design, architecture, and development with Visual Basic 2005. Author Deborah Kurata is the original pioneer in building object-oriented applications with Visual Basic. In this book she continues to offer clarity and deliver best practices for using object-oriented techniques in Visual Basic 2005. She has been honored ... Přečtěte si více

    768,56 Kč