Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks Visual BASIC

Si vous aimez les titres Visual BASIC, vous allez adorer cette sélection.
Affichage des résultats 49 - 72 sur 154
Skip side bar filters
  • An Introduction to Excel VBA Programming

    with Applications in Finance and Insurance

    par Guojun Gan ...
    Excel Visual Basic for Applications (VBA) can be used to automate operations in Excel and is one of the most frequently used software programs for manipulating data and building models in banks and insurance companies. An Introduction to Excel VBA Programming: with Applications in Finance and Insurance introduces readers to the basic fundamentals of VBA Programming while demonstrating applications ... En savoir plus

    CHF 58.09

  • Excel macro 2016

    dalla registrazione della prima macro al linguaggio VBA

    par Edimatica ...
    Collection Livre 5 - Lavorare con Excel
    Questo manuale insegna l'utilizzo del linguaggio VBA per la creazione di macro, potenzialità generalmente poco sfruttata che permette di automatizzare, personalizzare e ottenere il massimo da un foglio di calcolo Excel. Passo dopo passo il lettore è guidato nella costruzione di macro, partendo dalla semplice registrazione di una serie di operazioni, fino alla scrittura e personalizzazione del ... En savoir plus

    Avant CHF 8.00 Après CHF 4.00 ou Gratuit avec Kobo Plus

  • Subclassing and Hooking with Visual Basic

    Harnessing the Full Power of VB/VB.NET

    par 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 ... En savoir plus

    CHF 31.97

  • Secrets of VBA for Modelers!

    Developing Decision Support Systems with Microsoft Office Excel

    par 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 ... En savoir plus

    CHF 2.77

  • 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 ... En savoir plus

    Avant CHF 11.00 Après CHF 7.00 ou Gratuit avec Kobo Plus

  • Programmierung in Visual Basic (VB)

    von der promanalyse zum programm

    Diese Arbeit entstand aus der vom Autor gefundenen Notwendigkeit, verschiedene Probleme, die sich im Laufe der Zeit wiederholten, in Bezug auf die in Excel-Tabellen eingefügten Daten in kürzester Zeit zu lösen. Als Programmierer und Experte für Pascal, Cobol und Javascript suchte der Autor nach der am besten geeigneten Lösung und fand sie im Excel VBA und im Visual Studio VB. Dieses Dokument soll ... En savoir plus

    Avant CHF 14.00 Après CHF 7.00 ou Gratuit avec Kobo Plus

  • Microsoft Visual Basic 2010 Step by Step

    Collection series 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 ... En savoir plus

    CHF 24.51

  • ADO.NET in a Nutshell

    Collection series 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 ... En savoir plus

    CHF 24.49

  • .NET Gotchas

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

    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 ... En savoir plus

    CHF 21.82

  • Programming .NET Components

    Design and Build .NET Applications Using Component-Oriented Programming

    par 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 ... En savoir plus

    CHF 27.25

  • LINQ Pocket Reference

    Learn and Implement LINQ for .NET Applications

    Collection series 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 ... En savoir plus

    CHF 12.39

  • NUnit Pocket Reference

    Up and Running with NUnit

    par Bill Hamilton ...
    Collection series 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 ... En savoir plus

    CHF 6.86

  • Visual Basic 2012網路程式設計-線上遊戲實作

    par 張逸中 ...
    本書聚焦在介紹如何讓「客戶之間(client-side)連線」的程式設計技巧,包含UDP、TCP與HTTP等三種網路通訊協定的程式實作。有鑑於任何網路程式實作的難度高於一般的視窗程式設計,筆者極力降低此學習門檻,使用VB程式語言並針對線上遊戲設計所需,直接以實際範例介紹最精簡的網路連線程式。初學網路程式設計就靠這一本!包你輕鬆跨過網路程式設計的艱澀門檻沒想到用VB也能輕鬆寫出網路連線程式!本書精選14個線上遊戲程式範例,就是要讓你愈學愈有趣!本書特色包含如下:☆打破學習門檻:經課堂實際教學測試,學習成效掛保證☆範例引導式學習:採用範例實作來引發讀者的學習興趣☆符合教學情境設計:範例解說詳盡,方便教師引導同學逐步完成範例的實作☆進階知識補給:章末提供進階的概念或實用的設計技巧,可作為延伸學習使用不僅如此,HTML 5最新增加的繪圖功能,本書也有介紹喔!第12章所實作的網頁白板程式 ... En savoir plus

    CHF 7.29

  • C#-Visual Basic Bilingual Dictionary : Visual Studio 2015 Edition

    par Tim Patrick ...
    Built on Microsoft’s powerful .NET Framework, C# and Visual Basic are complete equals in terms of coding power and application development possibilities. In today’s multi-platform environment, an understanding of both languages is a job requirement. The C#-Visual Basic Bilingual Dictionary unifies the languages by providing clear, functional equivalents for all syntax and grammar differences.• ... En savoir plus

    CHF 9.50

  • Numerical Methods for Chemical Engineers Using Excel, VBA, and MATLAB

    par Victor J. Law ...
    While teaching the Numerical Methods for Engineers course over the last 15 years, the author found a need for a new textbook, one that was less elementary, provided applications and problems better suited for chemical engineers, and contained instruction in Visual Basic for Applications (VBA). This led to six years of developing teaching notes that ... En savoir plus

    CHF 101.06

  • Multivariate Nonparametric Regression and Visualization

    With R and Applications to Finance

    Collection series Wiley Series in Computational Statistics
    A modern approach to statistical learning and its applications through visualization methodsWith a unique and innovative presentation, Multivariate Nonparametric Regression and Visualization provides readers with the core statistical concepts to obtain complete and accurate predictions when given a set of data. Focusing on nonparametric methods to adapt to the multiple types of data generating ... En savoir plus

    CHF 91.00

  • Visual Basic 2012 Programmer's Reference

    par Rod Stephens ...
    The comprehensive guide to Visual Basic 2012Microsoft Visual Basic (VB) is the most popular programming language in the world, with millions of lines of code used in businesses and applications of all types and sizes. In this edition of the bestselling Wrox guide, Visual Basic expert Rod Stephens offers novice and experienced developers a comprehensive tutorial and reference to Visual Basic 2012. ... En savoir plus

    CHF 29.00

  • Let's Play with Excel

    par Anurag Pandey ...
    Let's Play with ExcelWhat can you really make Excel do with VBA?Excel is much more than a tool for entering data, making tables, and performing calculations. With VBA, logical thinking, and a little creativity, you can automate repetitive work, manipulate data, generate useful documents, solve programming problems, and explore possibilities that go beyond ordinary spreadsheet operations.Let's Play ... En savoir plus

    CHF 3.50 ou Gratuit avec Kobo Plus

  • VBA dal problema alla soluzione

    Lavorare meglio con Excel imparando a programmare da zero

    Excel è uno strumento insostituibile in qualsiasi ambiente di lavoro. Non tutti però sanno che è possibile estenderne le potenzialità grazie a VBA, Visual Basic for Applications, un'implementazione del linguaggio di programmazione Visual Basic. Questa guida all'utilizzo di VBA, attraverso esempi pratici ed esercitazioni basate su problemi reali, trasmette le competenze per impiegare il linguaggio ... En savoir plus

    Avant CHF 23.00 Après CHF 12.00

  • Start-to-Finish Visual Basic 2005

    Learn Visual Basic 2005 as You Design and Develop a Complete Application

    par Tim Patrick ...
    “I have never reviewed a book I enjoyed as much as this one. Excellent coverage, perfect for the intended audience. Concise, clear, accurate descriptions. This is a winner.”        –Ken Getz, MCW Technologies, LLC   Master Visual Basic 2005 by Building a Complete, Production-Quality Application from Start-to-Finish!   This book ... ... En savoir plus

    CHF 29.71

  • Je me perfectionne avec Excel 2016

    Traitement de données, si , macros, Visual Basic

    par joel green ...
    Collection series J'apprends à me servir de
    Cet ouvrage est plus particulièrement destiné aux directeurs financiers, contrôleurs de gestion, services marketing ou statistiques… et plus généralement à tout utilisateur averti d'Excel ayant à traiter des données.La plupart des très nombreux exemples et exercices liés à cet ouvrage sont réexploitables.Excel 2016 est l'outil idéal pour traiter des données, que celles-ci soient dans Excel ou dans ... En savoir plus

    CHF 8.69

  • Mastering Visual Basic

    From Fundamental Concepts to Advanced Applications in .NET

    par Thomas Blake ...
    "Mastering Visual Basic" is an in-depth exploration of the Visual Basic programming language, tailored for both beginners and experienced developers. This book provides a thorough understanding of Visual Basic's syntax, concepts, and its application in the .NET framework.Starting with the basics, the book introduces fundamental programming constructs of Visual Basic, making it an ideal resource ... En savoir plus

    CHF 4.72 ou Gratuit avec Kobo Plus

  • Easy Programming with Visual Basic for Applications (VBA)

    This work was born from the need found by the author to solve various problems repeated over time, concerning the data inserted in Excel sheets in the shortest possible time. The author, being a programmer and expert in Pascal, Cobol and Javascript, searched for the most suitable solution and found it in the Excel VBA. This document is intended to introduce users to programming in general and to ... En savoir plus

    Avant CHF 11.00 Après CHF 7.00 ou Gratuit avec Kobo Plus

  • Programming in Visual Basic (VB)

    For Visual Studio

    This work was born from the necessity found by the author to solve various problems repeated over time, concerning the data inserted in Excel sheets in the shortest possible time. The author, being a programmer and expert in Pascal, Cobol and Javascript, searched for the most suitable solution and found it in the Excel VBA and in the Visual Studio VB. This document is intended to introduce users ... En savoir plus

    Avant CHF 14.00 Après CHF 7.00 ou Gratuit avec Kobo Plus