Author: Steve Brown
Publisher:
ISBN: 9780782125597
Category : Computers
Languages : en
Pages : 484
Book Description
Essential advanced information for Visual Basic developers in an underpublished area. One of the only Win 32 API books on the market for professional VB developers, this title gives in-depth coverage of APIs not covered in the only competitive book, including multimedia and networking APIs.
Visual Basic Developer's Guide to the Win32 API
Author: Steve Brown
Publisher:
ISBN: 9780782125597
Category : Computers
Languages : en
Pages : 484
Book Description
Essential advanced information for Visual Basic developers in an underpublished area. One of the only Win 32 API books on the market for professional VB developers, this title gives in-depth coverage of APIs not covered in the only competitive book, including multimedia and networking APIs.
Publisher:
ISBN: 9780782125597
Category : Computers
Languages : en
Pages : 484
Book Description
Essential advanced information for Visual Basic developers in an underpublished area. One of the only Win 32 API books on the market for professional VB developers, this title gives in-depth coverage of APIs not covered in the only competitive book, including multimedia and networking APIs.
Visual Basic 4 API How-to
Author: Noel Jerke
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 948
Book Description
Clear, concise, and well-explained examples show Visual Basic programmers how to optimize their work with Windows API. It introduces the Application Programming Interface (API), shows how the API can be used from within Visual Basic, and provides a helpful reference to the programmer. Compatible with Windows 95, the guide is accompanied by a CD-ROM featuring all the book's programs.
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 948
Book Description
Clear, concise, and well-explained examples show Visual Basic programmers how to optimize their work with Windows API. It introduces the Application Programming Interface (API), shows how the API can be used from within Visual Basic, and provides a helpful reference to the programmer. Compatible with Windows 95, the guide is accompanied by a CD-ROM featuring all the book's programs.
Dan Appleman's Visual Basic Programmer's Guide to the Win32 API
Author: Dan Appleman
Publisher: Sams Publishing
ISBN:
Category : Computers
Languages : en
Pages : 1602
Book Description
Quickly harness the full power of the Windows(R) 32-bit operating system using Visual Basic. This best-selling guide covers every key element of the core Win32 API--from Windows management and drawing operations to advanced process control and interprocess communication techniques. Dan Applemen shows you how to translate C and C++ based Win32 documentation to Visual Basic, how to port 16-bit applications to 32-bits, and how to design applications to run on different versions of Windows.
Publisher: Sams Publishing
ISBN:
Category : Computers
Languages : en
Pages : 1602
Book Description
Quickly harness the full power of the Windows(R) 32-bit operating system using Visual Basic. This best-selling guide covers every key element of the core Win32 API--from Windows management and drawing operations to advanced process control and interprocess communication techniques. Dan Applemen shows you how to translate C and C++ based Win32 documentation to Visual Basic, how to port 16-bit applications to 32-bits, and how to design applications to run on different versions of Windows.
Visual Basic 2015 in 24 Hours, Sams Teach Yourself
Author: James Foxall
Publisher: Sams Publishing
ISBN: 0134191862
Category : Computers
Languages : en
Pages : 1077
Book Description
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 advice or teach an easier way to do something. Cautions advise you about potential problems and help you steer clear of disaster. Learn How To Master VB 2015 by building a complete feature-rich application Navigate VB 2015 and discover its new shortcuts Work with objects, collections, and events Build attractive, highly-functional user interfaces Make the most of forms, controls, modules, and procedures Efficiently store data and program databases Make decisions in code Use powerful object-oriented techniques Work with graphics and text files Manipulate filesystems and the Registry Add email support Create efficient modules and reusable procedures Interact effectively with users Write code to preview and print documents Debug with VB 2015’s improved breakpoint features Distribute your software Download all examples and source code presented in this book from informit.com/title/9780672337451 as they become available. Who Should Read This Book Those who have little or no programming experience or who might be picking up Visual Basic as a second language. Bug Alert Description: Changing the startup form's name in a VB WinForms app does not update the "Startup form" #4517 Explanation: In the latest Visual Basic update on GitHub, Microsoft accidentally introduced a significant bug that you should be aware of. In the Visual Basic project properties dialog on one of the tabs (Application), is a drop down box for selecting the "startup object". This can be either a Main method or a System.Windows.Forms instance (or System.Windows.Window for WPF). When you do a rename on a form (say from the code editor in source or from the solution explorer) currently set as the startup form the rename doesn't cascade to the startup object project property cause the project to enter an invalid state where the user must now manually reset this project property from the now nonexistent Form to the new name. This is a huge annoyance. The fix for the bug (until Microsoft addresses) can be found here: http://www.jamesfo
Publisher: Sams Publishing
ISBN: 0134191862
Category : Computers
Languages : en
Pages : 1077
Book Description
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 advice or teach an easier way to do something. Cautions advise you about potential problems and help you steer clear of disaster. Learn How To Master VB 2015 by building a complete feature-rich application Navigate VB 2015 and discover its new shortcuts Work with objects, collections, and events Build attractive, highly-functional user interfaces Make the most of forms, controls, modules, and procedures Efficiently store data and program databases Make decisions in code Use powerful object-oriented techniques Work with graphics and text files Manipulate filesystems and the Registry Add email support Create efficient modules and reusable procedures Interact effectively with users Write code to preview and print documents Debug with VB 2015’s improved breakpoint features Distribute your software Download all examples and source code presented in this book from informit.com/title/9780672337451 as they become available. Who Should Read This Book Those who have little or no programming experience or who might be picking up Visual Basic as a second language. Bug Alert Description: Changing the startup form's name in a VB WinForms app does not update the "Startup form" #4517 Explanation: In the latest Visual Basic update on GitHub, Microsoft accidentally introduced a significant bug that you should be aware of. In the Visual Basic project properties dialog on one of the tabs (Application), is a drop down box for selecting the "startup object". This can be either a Main method or a System.Windows.Forms instance (or System.Windows.Window for WPF). When you do a rename on a form (say from the code editor in source or from the solution explorer) currently set as the startup form the rename doesn't cascade to the startup object project property cause the project to enter an invalid state where the user must now manually reset this project property from the now nonexistent Form to the new name. This is a huge annoyance. The fix for the bug (until Microsoft addresses) can be found here: http://www.jamesfo
Win32 API Programming with Visual Basic
Author: Steven Roman
Publisher: O'Reilly Media
ISBN:
Category : Computers
Languages : en
Pages : 544
Book Description
This book provides the missing documentation for VB programmers who want to harness the power of accessing the Win32 API within VB, and shows how to create powerful and unique applications without needing a background in Visual C++ or Win32 API programming. Other features a CD-ROM containing several of the applications discussed in the book, and can be used or modified to suit particular needs and used as learning tools.
Publisher: O'Reilly Media
ISBN:
Category : Computers
Languages : en
Pages : 544
Book Description
This book provides the missing documentation for VB programmers who want to harness the power of accessing the Win32 API within VB, and shows how to create powerful and unique applications without needing a background in Visual C++ or Win32 API programming. Other features a CD-ROM containing several of the applications discussed in the book, and can be used or modified to suit particular needs and used as learning tools.
Hardcore Visual Basic
Author: Bruce McKinney
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 776
Book Description
The first edition has been a big hit with serious Visual Basic programmers. In this second edition, they'll find more help for expanding what Visual Basic can do.
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 776
Book Description
The first edition has been a big hit with serious Visual Basic programmers. In this second edition, they'll find more help for expanding what Visual Basic can do.
Using Visual Basic 4
Author: Jeff Webb
Publisher:
ISBN:
Category : BASIC (Computer program language)
Languages : en
Pages : 1060
Book Description
CD-ROM contains: Visual Basic Programmer's Journal back issues; Visual basic catalog on disk datebase; add-on tool demos from VB vendors; VB sharewares and customized wincim software.
Publisher:
ISBN:
Category : BASIC (Computer program language)
Languages : en
Pages : 1060
Book Description
CD-ROM contains: Visual Basic Programmer's Journal back issues; Visual basic catalog on disk datebase; add-on tool demos from VB vendors; VB sharewares and customized wincim software.
The Official Visual Basic Programmer's Journal Guide to Visual Basic 4
Author: Daniel Appleman
Publisher: Que
ISBN: 9780789704658
Category : Computers
Languages : en
Pages : 676
Book Description
CD-ROM includes: a limited version of the VBPJ VB-CD subscription; third-party custom controls and utilities; source code and project files for applications presented in the book; chapters on optimization and OLE automation.
Publisher: Que
ISBN: 9780789704658
Category : Computers
Languages : en
Pages : 676
Book Description
CD-ROM includes: a limited version of the VBPJ VB-CD subscription; third-party custom controls and utilities; source code and project files for applications presented in the book; chapters on optimization and OLE automation.
Developing Client/server Applications with Visual Basic 4
Author: Dan Rahmel
Publisher: Sams
ISBN: 9780672307898
Category : Computers
Languages : en
Pages : 1078
Book Description
This book provides people new to Client/Server concepts and implementation a step-by-step guide to building applications in Visual Basic. Specific implementation examples are provided including cutting edge technology such as WinSock, distributed OLE, Remote Access, etc. The CD contains all example code--including executable versions of the applications--custom controls, and utilities.
Publisher: Sams
ISBN: 9780672307898
Category : Computers
Languages : en
Pages : 1078
Book Description
This book provides people new to Client/Server concepts and implementation a step-by-step guide to building applications in Visual Basic. Specific implementation examples are provided including cutting edge technology such as WinSock, distributed OLE, Remote Access, etc. The CD contains all example code--including executable versions of the applications--custom controls, and utilities.
Mastering Visual Basic .NET
Author: Evangelos Petroutsos
Publisher: John Wiley & Sons
ISBN: 0782152341
Category : Computers
Languages : en
Pages : 1112
Book Description
VB Programmers: Get in Step with .NET With the introduction of Visual Basic .NET, VB transcends its traditional second-class status to become a full-fledged citizen of the object-oriented programming, letting you access the full power of the Windows platform for the first time. Written bythe author of the best-selling Mastering Visual Basic 6 this all-new edition is the resource you need to make a successful transition to .NET. Comprising in-depth explanations, practical examples, and handy reference information, its coverage includes: Mastering the new Windows Forms Designer and controls Building dynamic forms Using powerful Framework classes such as ArrayLists and HashTables Persisting objects to disk files Handling graphics and printing Achieving robustness via structured exception handling and debugging Developing your own classes and extending existing ones via inheritance Building custom Windows controls Building menus and list controls with custom-drawn items Using ADO.NET to build disconnected, distributed applications Using SQL queries and stored procedures with ADO.NET Facilitating database programming with the visual database tools Building web applications with ASP.NET and the rich web controls Designing web applications to access databases Using the DataGrid and DataList web controls Building XML web services to use with Windows and web applications Special topics like the Multiple Document Interface and powerful recursive programming techniques Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Publisher: John Wiley & Sons
ISBN: 0782152341
Category : Computers
Languages : en
Pages : 1112
Book Description
VB Programmers: Get in Step with .NET With the introduction of Visual Basic .NET, VB transcends its traditional second-class status to become a full-fledged citizen of the object-oriented programming, letting you access the full power of the Windows platform for the first time. Written bythe author of the best-selling Mastering Visual Basic 6 this all-new edition is the resource you need to make a successful transition to .NET. Comprising in-depth explanations, practical examples, and handy reference information, its coverage includes: Mastering the new Windows Forms Designer and controls Building dynamic forms Using powerful Framework classes such as ArrayLists and HashTables Persisting objects to disk files Handling graphics and printing Achieving robustness via structured exception handling and debugging Developing your own classes and extending existing ones via inheritance Building custom Windows controls Building menus and list controls with custom-drawn items Using ADO.NET to build disconnected, distributed applications Using SQL queries and stored procedures with ADO.NET Facilitating database programming with the visual database tools Building web applications with ASP.NET and the rich web controls Designing web applications to access databases Using the DataGrid and DataList web controls Building XML web services to use with Windows and web applications Special topics like the Multiple Document Interface and powerful recursive programming techniques Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.