Book description
“For nearly two decades, Paul Yao and David Durant have
been acknowledged as experts on the Windows platform, so it’s
only natural that they would bring their experienced point of view
to the .NET Compact Framework. With a unique combination of
historical perspective and in-depth understanding of the subject
matter, Yao and Durant take the reader through not only the
technical guts of the Compact Framework but also the reasons behind
the design decisions.”
—Joshua Trupin, Executive Editor, MSDN Magazine
“Yao and Durant have written a book that, although it
assumes no prior experience with the .NET Framework, serves both
the rookie and advanced programmer equally well. This is definitely
a rare quality among technical books and is certainly not an easy
thing for an author to accomplish.”
—Doug Holland, Precision Objects
“This is a very good hands-on book with plenty of sample
code illustrating programming tasks and techniques, which any
serious development effort for Windows CE or Pocket PC will
require.”
—Bill Draper, Director of Software Development
“This book serves as both a great reference and tutorial
when building .NET Compact Framework applications. My only wish is
that it had been available sooner.”
—Greg Hack, Senior Software Engineer, Allscripts
Healthcare Solutions
“Of the handful of books on Compact Framework, this book
takes the cake. Paul Yao and David Durant’s expertise with
.NET Compact Framework is evident from their excellent and very
insightful coverage of sections such as Building the User
Interface, Managing Device Data, and Creating Graphical Output. The
chapter discussing the topic of P/Invoke is unparalleled. After
reviewing this book, I am certain that if there is one book that
will help you understand .NET Compact Framework, this is the
one.”
—Deepak Sharma, Senior Systems Specialist, Tata Infotech
Ltd.
“Yao and Durant’s fresh, innovative, and in-depth
look at the .NET Compact Framework gets developers up to speed
using C# to develop robust and scaleable handheld software
solutions. A definite must-read for mobile handheld developer
enthusiasts!”
—Andrew Krowczyk, Software Architect, Zurich North
America
.NET Compact Framework Programming with Visual Basic .NET is the definitive tutorial and reference for the .NET Compact Framework (CF). It shows you how to transfer your skills and your code to the Pocket PC 2003 and other mobile and embedded smart devices.
Authors Paul Yao and David Durant draw upon their years of research and experience with members of the Microsoft .NET CF team to show you exactly how the best CF programming gets done in Visual Basic .NET. This is the only book a programmer needs to master the art of CF coding. Throughout the book, sample code and examples illustrate best practices and programming techniques. In addition, the companion Web site includes downloadable code for all these examples, along with a set of development tools to help you with your CF development projects.
The authors expertly zero in on what programmers need to understand for successful smart device programming, including:
Garbage Collection in the .NET Compact Framework
Controls and supported Properties, Methods, and Events (PMEs)
Custom controls with Windows Forms Designer support
Using Platform Invoke (P/Invoke)
Simple and complex data binding and the DataGrid control
Programming with ADO.NET data classes
Synchronizing SQL Server CE with SQL Server 2000 databases
Creating graphical output, including font and printing coding tricks
Differences between the standard desktop framework and the CF
.NET Compact Framework Programming with Visual Basic .NET is your single resource for everything you really need to know about CF programming.
Table of contents
- Copyright
- Praise for .NET Compact Framework Programming with Visual Basic .NET
- Microsoft .NET Development Series
- Foreword
- Preface
- Acknowledgments
- About the Authors
-
I. Foundations
-
1. .NET Compact Framework Architecture
- Windows CE Overview
- What Is .NET?
- The .NET Compact Framework
- CONCLUSION
- 2. What Is a .NET Compact Framework Program?
-
3. The .NET Type System
- Using Type Information: Namespace References and Assembly References
- Standard Types
- Strings
- Type Conversion
- Memory Management
- CONCLUSION
-
4. Platform Invoke
- Overview of P/Invoke
- Creating P/Invoke Declarations
- Supported P/Invoke Function Parameters
- A Sample Program: CallWin32
- Writing Win32 Dynamic Link Libraries
- Manual P/Invoke Parameter Passing
- Communicating between Unmanaged and Managed Code
- Comparing P/Invoke Support
- CONCLUSION
-
1. .NET Compact Framework Architecture
-
II. Building the User Interface
- 5. Creating Forms
-
6. Mouse and Keyboard Input
- Overview of Input
- Programming for Mouse Input
- Programming for Keyboard Input
- CONCLUSION
-
7. Inside Controls
- What Are Controls?
- Categories of Controls
- Properties, Methods, and Events
- The Core Events
- The Core Properties
- The Core Methods
- Working with Control Type Information
- Five Commonly Used Controls
- A Sample Program: TimeTracker
- The Label Control
- The TextBox Control
- The ListBox and ComboBox Controls
- The Button Control
- The RadioButton and CheckBox Controls
- CONCLUSION
-
8. Data Binding to Controls
- Data Binding
- Complex Data Binding
- Simple Data Binding
-
The DataGrid Control
- Using Complex Data Binding with the DataGrid Control
- Styling the Display of Data in a DataGrid Control
- Creating Table and Column Styles
- Creating Styles at Runtime
- Responding to User Input
- Using Simple Data Binding with the DataGrid Control
- Accessing DataGrid Information
- Providing Drill-Down Capability
- Providing In-Place Editing Capability
- Providing Automated In-Place Editing Capability
- CONCLUSION
- 9. Inside More Controls
-
10. Building Custom Controls
- Custom Controls
-
Controls as Objects
- Design Recommendations
-
About Properties and Methods
- Properties Are Executable Code and Can Be Overridden Just Like Methods
- Overriding a Method or Property to Replace the Base Class Method
- You Can Supplement a Method or Property Instead of Replacing It
- A Private Version of a Method or Property “Shadows” the Base Class Method
- To Extend a Method, Call the Base Class Method
- Hardware Input Bypasses Property Accessors
- About Events
- Deriving Custom Controls from an Existing .NET Control
- Creating Composite Controls
- Creating New Controls
- Adding Animation to a Custom Control
- Authoring Custom Controls for the Multithreaded Environment
- Adding a Custom Control to the Visual Studio .NET Toolbox
- CONCLUSION
-
III. Managing Device Data
-
11. Storage
- Smart-Device Data Storage
- File I/O
-
Registry Access
- Opening a Registry Key
- The Need for P/Invoke Wrappers
- Mapping Registry Types to Managed Types
- Opening and Accessing Registry Keys
- Reading Registry Values
- Writing Registry Values
- Using Function Overloading for Registry Access
- Using Registry Utility Classes
- Updating the Storage Sample Application to Use the Registry
- CONCLUSION
-
12. ADO.NET Programming
- Examining ADO.NET
- Working with Data Sets
- Microsoft SQL Server CE
- Microsoft SQL Server
- Web Services
- CONCLUSION
- 13. Synchronizing Mobile Data
- 14. The Remote API
-
11. Storage
-
IV. Creating Graphical Output
- 15. .NET Compact Framework Graphics
-
16. Text and Fonts
- Drawing Text
- Font Selection
- Placing Text
- Text Color
- CONCLUSION
- 17. Printing
- V. Appendixes
Product information
- Title: .NET Compact Framework Programming with Visual Basic .NET
- Author(s):
- Release date: June 2004
- Publisher(s): Addison-Wesley Professional
- ISBN: 0321174046
You might also like
book
The Addison-Wesley Microsoft Technology Series Doing Objects in Visual Basic 2005
“ Doing Objects in Visual Basic 2005 is one of the few books that I’ve seen …
book
DHTML and CSS: Advanced Visual QuickPro Guide
Once you discovered the dynamic, sophisticated sites you could create using DHTML and CSS, you wanted …
book
C#® Developer's Guide to ASP.NET, XML, and ADO.NET
This is the book every C# developer needs to read to understand how to create effective …
book
Windows Forms 2.0 Programming
“Some books are different-the content can't be Googled from the Internet, the authors have real-life experiences …