Skip to main content

購物車

您會獲得 VIP 禮遇!

無法購買的項目
請檢閱您的購物車。您可以即刻移除無法購買的項目,或者我們將於結帳時為您自動移除。
項目項目
項目項目

專屬於您的推薦

Loading...

Visual BASIC 電子書

如果您喜歡 Visual BASIC 電子書,或許您也會喜歡這些熱門精選。
顯示第 124 個結果,共 141
Skip side bar filters
  • Visual C# 2012網路程式設計-線上遊戲實作

    張逸中 ……
    本書聚焦在介紹如何讓「客戶之間(client-side)連線」的程式設計技巧,包含UDP、TCP與HTTP等三種網路通訊協定的程式實作。本書事實上是「Visual Basic 2012 網路程式設計-線上遊戲實作」的C# 版本,多數專業的網路程式其實都傾向以 C 語言為主要設計工具,但以微軟公司提供的.NET Framework 架構來說,使用VB、C# 或C++ 其實都可以完全做到一樣的事情!前書使用VB語言的目的是希望降低網路程式初學者的學習門檻。然而,網路程式畢竟還是以 C 語言寫的較多,從實用的角度思考,用 C# 實作網路程式,在日後的系統整合與擴充上會較為方便。有鑑於任何網路程式實作的難度高於一般的視窗程式設計,筆者極力降低此學習門檻,使用 C# 程式語言並針對線上遊戲設計所需,直接以實際範例介紹最精簡的網路連線程式。初學網路程式設計就靠這一本 …… 閱讀更多內容

    NT$280 TWD

  • ASP.NET 4.5.1 初學指引[1] - 使用Visual Basic 2013

    網頁開發快速上手

    陳錦輝 ……
    ■ 網頁設計真簡單,依照書中步驟學習,輕鬆拖拉即可完成網頁設計。■ 透過內嵌程式碼分割模型設計,不用深入學習VB 2013語法,即可快速開發網頁。■ 全書提供上百個實用範例,讓您從做中學會網頁程式設計的精隨。■ 全書圖文並茂,先打好網頁設計的基礎知識,然後更深入了解ASP.NET的工作原理。本書的主要目的是協助初學者快速進入ASP.NET網頁程式設計的世界,並建立ASP.NET網站應用程式的觀念。因此,本書包含下列特色:(1)以圖解方式說明網站的運作流程。特別說明,為何ASP.NET能夠以事件處理模式來設計網頁程式,以及Web應用程式與Windows應用程式的區別。(2)以實例說明各種控制項,透過拖拉方式建置ASP.NET網頁。盡可能使用現有的預設控制項,加強網站的功能,例如善用驗證控制項來替使用者輸入的資訊做把關的動作。(3)使用單一檔案模式開發ASP.NET程式,使用IIS …… 閱讀更多內容

    NT$480 TWD

  • VBA for Excel: Programming VBA Macros - The Easy Introduction for Beginners and Non-Programmers

    squirrelpublish ……
    *** Learn the basics of VBA in less than one day ***This e-book is an introductory course to Visual Basic for Applications (VBA), an incredibly useful tool that can make your day-to-day work with Microsoft Excel a lot easier and increase your productivity enormously. With VBA you can automate Excel work that would take a lot of time if done manually. Whether it's copying data from one workbook or …… 閱讀更多內容

    NT$95 TWD 透過 Kobo Plus 免費享用

  • Visual Basic for the Approved Workman

    Wesley Sweetser ……
    Drawing from many years of professional software development and teaching experience, I prepared an innovative text that presents the Visual Basic language in a simple, yet powerful way, at the same time integrating Biblical perspective.Few textbooks address the simplicity of Visual Basic, many are unable to address the complexity of real-world systems, and few if any have attempted to integrate …… 閱讀更多內容

    免費

  • C# 12 Pocket Reference

    Instant Help for C# 12 Programmers

    Looking for quick answers for using C# 12? This tightly focused and practical guide tells you exactly what you need to know without long intros or bloated samples. Succinct and easy to browse, this pocket reference is an ideal quick source of information. If you know Java, C++, or an earlier C# version, this guide will help you get rapidly up to speed.All programs and code snippets are available …… 閱讀更多內容

    NT$525 TWD

  • 從零開始學Visual Basic 2013程式設計

    李馨 ……
    Visual Basic是一個簡易、上手的程式語言,也是應用層面廣泛的開發程式。配合NET Framework豐富多元的類別庫,再佐以Visual Studio 2013智慧型的開發環境,可以大大降低學習程式語言的困難度。本書致力讓初學者了解VB程式語言所具備的特性,即使是視窗程式,也能由淺而深,厚植學習者的基礎,全書重要內容如下:◎探索程式的基本語法第1章~第8章從基本語法開始,透過表單容器,納入控制項;並學會變數、常數、資料型別、流程控制以建立程序與模組,以及例外處理等主題。◎領略視窗程式之美第9章~第14章介紹各種不同用途的控制項、事件處理機制的運作模式、版面控制該如何排列、圖形裝置使得視覺更為豐富,而檔案系統更讓不同格式的文件活躍於標準資料流之間。◎穿梭於物件導向設計世界第15章~第18章則是以物件導向設計開始,逐一介紹封裝、繼承、多形等技術;此外,OOP、類別乃至ADO …… 閱讀更多內容

    NT$450 TWD

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

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

    NT$280 TWD

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

    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.• …… 閱讀更多內容

    NT$316 TWD

  • ADO.NET in a Nutshell

    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 …… 閱讀更多內容

    NT$860 TWD

  • 跟著範例學會Visual Basic 2012

    張逸中 ……
    精選16個主題範例,程式設計入門就從做中學本書作者將自身十年教授程式語言的經驗及教材編寫成書,設計理念為『快樂做中學』,強調藉由實作有趣的小型程式,來激起同學的學習興趣,以逐步引導同學奠定程式設計的基礎。※範例引導式學習揚棄一般程式設計書籍以理論架構為規範的枷鎖,改採兼具實用與趣味的遊戲範例引發學習興趣。※符合教學情境設計每章內容設計為3小時授課使用,提供完整的專案設計畫面與程式碼,由簡而繁逐步完成操作示範與解說過程。※進階知識補給章末均有「課後閱讀」與「進階挑戰」單元,提點進階的技術概念與實用的設計技巧,可做為觀念上的加強與練習。 …… 閱讀更多內容

    NT$240 TWD

  • Mastering Excel: Starter Set

    Mark Moore ……
    Ramp up your Excel skills with the Mastering Excel Starter Set. This collection of three Excel lessons will get you on the path to be the Excel guru.The Starter Set includes:Mastering Excel Macros - Introduction: The first in the mastering Excel macros series. The series starts from the most basic levels (you need to know nothing about macros) and ends with you writing macro to control PowerPoint …… 閱讀更多內容

    免費

  • ADO.NET 3.5 Cookbook

    Building Data-Centric .NET Applications

    Bill Hamilton ……
    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 …… 閱讀更多內容

    NT$1,051 TWD

  • Visual Basic 2010 Essentials

    Neil Smyth ……
    Visual Basic 2010 Essentials is intended to be of use to both novices looking to learn Visual Basic 2010 and to those proficient in other languages that plan to cross-train from other programming languages. The Visual Basic language combined with the Visual Studio 2010 development environment provides a uniquely powerful yet easy to learn programming environment allowing even the absolute beginner …… 閱讀更多內容

    NT$408 TWD

  • Learn Excel in 24 Hours

    Alex Nordeen ……
    The book gives a detailed introduction to Excel. It proceeds to teach basic concepts like row, columns, ribbon, worksheet, shortcuts. Later provides a detailed explanation of Formulas, Operators, and Functions. The book also briefly touches the concept of VBA.Pivot Tables, Connection to external Data Sources included.The book also includes a case study to Managing personal finance using Microsoft …… 閱讀更多內容

    NT$332 TWD

  • Visual Basic Interfaces Gráficas Aplicaciones WPF WCF Silverlight Informatica sistemas computacion ingenieria rama ra-ma

    Aplicación WPF: biblioteca WPF, XAML, IGU, eventos, ciclo de vida. Introducción a WPF: clases WPF, eventos enrutados, validación, estilos y plantillas, recursos, temas y máscaras. Menús y barras de herramientas. Controles y cajas de diálogo. Enlace de datos en WPF: XML como fuente de datos y objetos como fuente de datos. Acceso a una base de datos. LINQ: entity framework. Navegación de tipo Web: …… 閱讀更多內容

    NT$836 TWD 透過 Kobo Plus 免費享用

  • Practical Database Programming with Visual Basic.NET

    Ying Bai ……
    Practical Database Programming with Visual Basic.NETThe most up-to-date Visual Basic.NET programming textbook—covering both fundamentals and advanced-level programming techniques—complete with examples and solutionsVisual Basic.NET (VB.NET) is an object-oriented computer programming language that can be viewed as an evolution of the classic Visual Basic (VB), which is implemented on the .NET …… 閱讀更多內容

    NT$3,247 TWD

  • Beginning Visual Basic 2012

    Bryan Newsome ……
    The ultimate beginner's guide to programming in Visual Basic 2012Visual Basic, used to write Windows applications and web apps with ASP.NET, is an essential language for beginning programmers. Using the time-tested Wrox approach, this guide provides a step-by-step format that gets beginners up and running quickly and confidently. Essential topics covered include writing Windows applications, …… 閱讀更多內容

    NT$1,122 TWD

  • Excel VBA in easy steps, 4th edition

    Mike McGrath ……
    系列 series 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 …… 閱讀更多內容

    NT$579 TWD

  • Apple Watch Series 6 User Guide

    Practical Manual On How To Make Use of Your 2020 Apple Watch 6 Features with Simplicity With WatchOS 7 Updates.

    Pogue Davis Derek ……
    The Apple Watch Series 6 introduces significant new features that improve functionality, encompasses mind-blowing features which makes Apple watch series 6 is a special one compare to the previous series, especially for iOS device users. This guide enlightens you and share more insight as regards information on Hardware, Design and Display, and Blood Oxygen (SPO2) monitoring.Apple Watch Series 6 …… 閱讀更多內容

    NT$166 TWD 透過 Kobo Plus 免費享用

  • Visual Basic Programming:How To Develop Information System Using Visual Basic 2010, A Step By Step Guide For Beginners

    Sherwyn Allibang ……
    Visual basic is a powerful tool in developing windows application. The book "Visual Basic: How to develop information system using Visual Basic 2010, a step by step guide for beginners" is a beginner's guide in building and developing an information system using Visual Basic 2010 with Database connection. This book is an easy to understand visual basic programming guide that uses simple words, …… 閱讀更多內容

    NT$108 TWD 透過 Kobo Plus 免費享用

  • NUnit Pocket Reference

    Up and Running with NUnit

    Bill Hamilton ……
    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 …… 閱讀更多內容

    NT$238 TWD

  • An Introduction to Excel VBA Programming

    with Applications in Finance and Insurance

    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 …… 閱讀更多內容

    NT$2,421 TWD

  • VBA Automation for Excel 2019 Cookbook

    Solutions to automate routine tasks and increase productivity with Excel and other MS Office applications

    Mike Van Niekerk ……
    A comprehensive guide to gaining a 360-degree overview of the VBA programming language and learning how to build your own programs for automating routine tasksKey FeaturesExtend the capabilities of Excel and other Office applications with the help of Microsoft VBATake your Excel programming skills to the next level by creating custom applications with dialogue boxes and the range objectAutomate …… 閱讀更多內容

    NT$687 TWD 透過 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 …… 閱讀更多內容

    NT$284 TWD 透過 Kobo Plus 免費享用