Home > Store

Windows Forms Programming in C#

Register your product to gain access to bonus material or receive a coupon.

Windows Forms Programming in C#

Book

  • Sorry, this book is no longer in print.
Not for Sale

About

Features

Striking a balance between theory and practice, "Software Legend" Chris Sells has written the definitive book on WinForms programming.

° The WinForms team at Microsoft is praising Sells as a definitive authority on the subject

° The content and structure are based on years of experience both building apps with WinForms as well as teaching other developers about WinForms

° Chris Sells is widely revered in the programming community, and has been named by Microsoft as one of eight "Software Legends"

Description

  • Copyright 2004
  • Dimensions: 7" x 9-1/4"
  • Pages: 736
  • Edition: 1st
  • Book
  • ISBN-10: 0-321-11620-8
  • ISBN-13: 978-0-321-11620-8

Praise for Windows Forms Programming in C#

“Chris may have a strong affinity for semi-colons, but anybody who’s programming Windows Forms needs to read this book.”

     —Brian Randell, Visual Basic Guru and DevelopMentor Instructor

“Chris Sells has done it again. This book has everything a developer needs to know to write serious WinForms applications. Chris leaves no stone unturned in explaining the WinForms programming model and arming developers with the knowledge they need to exploit WinForms to the fullest. And, as if that weren’t enough, Chris’s writing style makes this book a page-turner for geeks. I couldn’t put it down! Until John Grisham gets the .NET religion, you won’t find a better WinForms book anywhere.”

     —Jeff Prosise, co-founder of Wintellect, author of Programming Microsoft .NET

“Chris is clearly *the* expert on web deployment of WinForms. In this book, Chris explains this material clearly and the power of the technology really shows. Unlike other WinForms books, this manuscript takes a more practical approach to the use of programming tools, such as Visual Studio. Sells’s book strikes a nice balance between theory and practice. Windows Forms is an important technology that needs more press. Chris Sells’ book is in great position to be the definitive work on the emerging technology.”

     —Brian Graff, Sr. SW Engineer, PreEmptive Solutions, Inc.

“Chris has written the best WinForms book around. Period.”

     —Pierre Nallet, DevelopMentor Instructor

“Chris does a nice job of presenting the core elements of WinForms complete with many concise samples and graphic depictions of UI features in action. Even more compelling, however, is how Chris anticipates how most developers will want to use these features, and presents techniques and paradigms of usage that will be invaluable for any serious WinForms developer. This book is destined to become dog-eared in the hands anyone building WinForms applications.”

     —Fritz Onion, DevelopMentor instructor and author of Essential ASP.NET

“I don’t want just a description of the WinForms widgets. I can get that online or from other books. What I want is a roadmap for pitfalls to avoid, and innovative solutions for common problems. That is where this book shines.”

     —Johan Ericcson, SW Engineer, Agilent

“This is the definitive book for every Windows Programmer.”

     —Fumiaki Yoshimatsu, Sr. Engineer, Intoferia Corporation

“After browsing through countless books that introduce me to Windows Forms basics, it is refreshing to find a book that dives right into some real hard-core programming. This is, without a doubt the best and most useful C#/WinForms book I have ever read. I would suggest this book to be essential reading for very serious .NET WinForms developer who wants to work smarter instead of harder.”

     —Serge Shimanovsky, Software Developer, Rueters Group PLC

“In this book, Chris Sells discusses how the Windows Forms classes and their supporting infrastructure can be used to write robust and rich smart client applications. If you’re an experienced Windows programmer who has previously used MFC or directly utilized the Win32 API to write such applications, you will find Chris’s direct delivery very appropriate for transferring your knowledge to the managed classes. If you’re a developer with less Windows development experience, you’ll find the treatment of core concepts in application UI programming indispensable.”

     —From the foreword by Mike Blaszczack, Architect, SQL Server Data Warehousing, Microsoft

"I think this book does a great job of hitting a huge number of features—sometimes I forget how much there is to WinForms!"—Chris Anderson, Software Architect, Microsoft Windows Forms team

Programming Windows Forms in C# is the ultimate guide to using the Microsoft .NET forms package. Readers learn how to build smart client applications that take full advantage of both the rich user interface features of the Microsoft Windows operating system and the deployment features of HTML-based applications. Author Chris Sells draws upon his WinForms research and programming experience to provide what the Windows Forms documentation could not: a clear picture of exactly how C# programmers will want to use WinForms.

Well-written and easy to navigate, this book presents the building blocks of WinForms and the best practices for creating stand-alone client applications and front ends to databases and Web services. Readers gain an understanding of the rationale behind aspects of WinForms' design and will find out how to avoid or solve common problems. Figures illustrate WinForms' user interface features and code samples are used throughout the book to demonstrate best practices. All code has been tested with Visual Studio .NET 1.1 and is available at www.sellsbrothers.com, where readers will also find updates to the book.

This book focuses on the topics readers need to understand in order to build real-world applications. These topics include:

Form layout
  • Multiple top-level windows
  • Non-rectangular windows
  • Accessing data from the middle tier, filesystems, XML, databases, and Web services
  • Classes outside the System.WinForms namespace, including System.Drawing and System.Security
  • Custom drawing
  • Hosting and building controls
  • Design-time integration
  • Data binding
  • Multithreaded user interfaces
  • Deploying WinForms over the Web
  • Moving from MFC
  • Delegates and events
  • Serialization basics

Programming Windows Forms in C# is the tutorial for experienced Windows programmers who are serious about mastering Windows Forms.



Downloads

Source Code

Downloadable the Source Code for this title.

Sample Content

Online Sample Chapter

Design-Time Integration

Downloadable Sample Chapter

Download the Sample Chapter related to this title.

Table of Contents



Figures.


Tables.


Foreword.


Preface.


1. Hello, Windows Forms.

WinForms from Scratch.

Windows Forms in Visual Studio .NET.

Arranging Controls.

Controls.

Application Settings.

Resources.

Dialogs.

Drawing and Printing.

Data Binding.

Multithreaded User Interfaces.

Deployment.

Moving from MFC.

Where Are We?



2. Forms.

Showing Forms.

Owner and Owned Forms.

Form Lifetime.

Form Size and Location.

Restricting Form Size.

Z-Order.

Form Adornments.

Form Transparency.

Nonrectangular Forms.

Form Menus.

Context Menus.

Child Controls.

Control Z-Order.

Control Tab Order.

Themed Controls.

Hosting COM Controls.

Layout.

Form Auto-Scaling.

Anchoring.

Docking.

Docking and Z-Order.

Splitting.

Grouping.

Custom Layout.

Multiple Document Interface.

Menu Merging.

Visual Inheritance.

Where Are We?



3. Dialogs.

Standard Dialogs.

Styles.

Setting Modal Versus Modeless Behavior Dynamically.

Data Exchange.

Handling OK and Cancel.

Modeless Form Data.

Data Validation.

Regular Expressions and Validation.

Data Format Notification.

Thorough Validation.

Implementing Help.

Tooltips.

Using the ErrorProvider for General Information.

Handling the Help Button and F1.

Using HTML Help.

Compiled HTML Help.

Using the HelpProvider Component.

Showing Help Contents, Index, and Search.

Where Are We?



4. Drawing Basics.

Drawing to the Screen.

Handling the Paint Event.

Triggering the Paint Event.

Colors.

Known Colors.

Color Translation.

Brushes.

Solid Brushes.

Texture Brushes.

Hatch Brushes.

Linear Gradient Brushes.

Path Gradient Brushes.

Pens.

Line Caps.

Dashes.

Alignments.

Joins.

Creating Pens from Brushes.

Shapes.

Curves.

Smoothing Modes.

Saving and Restoring Graphics Settings.

Paths.

Fill Modes.

Images.

Loading and Drawing Images.

Scaling, Clipping, Panning, and Skewing.

Rotating and Flipping.

Recoloring.

Transparency.

Animation.

Drawing to Images.

Icons.

Cursors.

Where Are We?



5. Drawing Text.

Fonts.

Creating Fonts.

Font Families.

Font Characteristics.

Font Height.

Strings.

Formatting.

Strings and Paths.

Where Are We?



6. Advanced Drawing.

Page Units.

Converting Pixels to Page Units.

Transforms.

Scaling.

Scaling Fonts.

Rotation.

Translation.

Shearing.

Combining Transforms.

Transformation Helpers.

Path Transformations.

Regions.

Constructing and Filling a Region.

Clipping to a Region.

Region Combination Operations.

Optimized Drawing.

Double Buffering.

Other Drawing Options.

Where Are We?



7. Printing.

Print Documents.

Print Controllers.

Print Preview.

Basic Print Events.

Margins.

Page Settings.

Printer Settings.

Print Range.

Targeting the Printer.

Where Are We?



8. Controls.

Standard Controls.

Action Controls.

Value Controls.

List Controls.

Container Controls.

ImageLists.

Owner-Draw Controls.

Custom Controls.

Deriving Directly from the Control Class.

Testing Custom Controls.

Control Rendering.

Ambient Properties.

Custom Functionality.

Control Input.

Windows Message Handling.

Scrolling Controls.

Extending Existing Controls.

User Controls.

Drag and Drop.

The Drop Target.

The Drop Source.

Where Are We?



9. Design-Time Integration.

Components.

Standard Components.

Custom Components.

Design-Time Integration Basics.

Hosts, Containers, and Sites.

Debugging Design-Time Functionality.

The DesignMode Property.

Attributes.

Property Browser Integration.

Code Serialization.

Batch Initialization.

Extender Property Providers.

Type Converters.

Expandable Object Converter.

UI Type Editors.

Drop-Down UI Type Editors.

Modal UI Type Editors.

Custom Designers.

Design-Time-Only Properties.

Design-Time Context Menu Verbs.

Where Are We?



10. Resources.

Resource Basics.

Manifest Resources.

Typed Resources.

Resource Manager.

Designer Resources.

Resource Localization.

Culture Information.

Resource Probing.

Resource Localization.

Resource Localization for Nondevelopers.

Resource Resolution.

Input Language.

Where Are We?



11. Applications and Settings.

Applications.

Application Lifetime.

Application Context.

Application Events.

UI Thread Exceptions.

Single-Instance Applications.

Passing Command Line Arguments.

Multi-SDI Applications.

Environment.

Compile-Time Settings.

Environment Settings.

Settings.

Types of Settings.

.config Files.

Dynamic Properties.

The Registry.

Special Folders.

Settings and Streams.

Isolated Storage.

Versioned Data Paths.

Choosing a Settings Mechanism.

Where Are We?



12. Data Sets and Designer Support.

Data Sets.

Retrieving Data.

Creating Data.

Updating Data.

Deleting Data.

Tracking Changes.

Committing Changes.

Multitable Data Sets.

Constraints

Relations.

Navigation.

Expressions.

Designer Support.

Connection Objects.

Command Objects.

Data Adapter Objects.

Typed Data Sets.

Creating a Typed Data Set.

Constraints in Typed Data Sets.

Relations in Typed Data Sets.

Expressions in Typed Data Sets.

Adding a Typed Data Set to a Form.

Where Are We?



13. Data Binding and Data Grids.

Data Binding.

Bindings and Data Sources.

Simple Data Binding to Items.

Simple Data Binding to Lists

Simple Binding to Data Sets.

Binding Managers.

Current Data Row.

Changes to the Data Set.

Changes to the Control.

Complex Data Binding.

Data Views.

Master-Detail Relations.

Data Grids.

Formatting Data Grids.

Data Exchange and Data Grids.

Bringing It All Together.

Custom Data Sources.

Custom Item Data Sources.

Type Descriptors and Data Binding.

Type Conversion.

List Data Sources.

Where Are We?



14. Multithreaded User Interfaces.

Long-Running Operations.

Progress Indication.

Asynchronous Operations.

Safety and Multithreading.

Simplified Multithreading.

Canceling.

Communication with Shared Data.

Communicating via Method Parameters.

Communication via Message Passing.

Asynchronous Web Services.

Where Are We?



15. Web Deployment.

Hosting Controls in Internet Explorer.

Control Creation.

Control Interaction.

Code Access Security.

Checking for Permissions.

Awarding Permissions.

No-Touch Deployment.

Application Download.

Versioning.

Related Files.

Partially Trusted Assembly Considerations.

Allowing Partially Trusted Callers.

Settings.

Custom User Input.

Communicating via Web Services.

Reading and Writing Files.

Command Line Arguments.

Debugging NTD Applications.

Increasing Permissions.

Increasing Permissions Programmatically.

Deploying Permissions.

Authenticode.

Where Are We?



A. Moving from MFC.

A Few Words About MFC.

MFC Versus WinForms.

The Differences.

Strategy.

Genghis.



B. Delegates and Events.

Delegates.

Events.

Harvesting All Results.

Asynchronous Notification: Fire and Forget.

Happiness in the Universe.



C. Serialization Basics.

Streams.

Formatters.

Skipping a Nonserialized Field.

IDeserializationCallback.

ISerializable.

Data Versioning.



D. Standard WinForms Components and Controls.

Components and Controls Defined.

Standard Components.

Standard Dialogs.

Notify Icons.

Timer.

Image List.

Main Menus and Context Menus.

Standard Controls.

Non-Container Controls.

Container Controls.



Bibliography.


Index. 0321116208T08272003

Preface

As a fairly public figure in the Windows developer community, I often get asked if I think that .NET is going to "take off." I always answer the same thing; it's not a matter of "if," it's a matter of "when." Microsoft's .NET Framework has so many benefits that even as a grizzled old C++/Win32 guy, I wasn't able to resist the siren song of a managed development environment. It's ironic that the temporary dip in the economy has caused folks to avoid anything new just when .NET comes along to deliver significant reductions in time to market and cost while simultaneously increasing code quality. The organizations that have already adopted .NET know that it's going to have a long and happy life, especially as it gets pushed further and further into Microsoft's own plans for the future of the Windows platform, both on the server and on the client.

The primary server-side technology in .NET is ASP.NET, which provides the infrastructure needed to build web sites and web services. ASP.NET provides the reach to deploy web sites to anyone by aiming at the baseline of features provided by the middle generation web browsers. To provide the highest level of functionality possible, ASP.NET does most of the work on the server-side, leaving the client-side HTML as a thin wrapper to trigger server-side requests for new pages of data. The server-side handles practically everything, from data manipulation to user preferences to the rendering of simple things like menus and toolbars. This model provides the greatest availability across operating systems and browsers.

If, on the other hand, your targeted customers are Windows users, an HTML-based experience limits the users to a lowest-common denominator approach that is unnecessary. In fact, in an attempt to provide a richer client-side experience, many organizations that know they're targeting Windows users require specific versions of Microsoft's Internet Explorer (IE) web browser. However, as soon as that happens, IE becomes less of a browser and more of an HTML-based application runtime. And for that purpose, the HTML object model is fairly primitive, often requiring a lot of work to do things that are normally simple (like keeping track of a user's session state). If you're going to be targeting Windows users, the .NET Framework provides a much richer set of objects for building interactive user interfaces.

This brings me to the subject of this book: Windows Forms (WinForms). WinForms is the face of .NET on the client, providing a forms-based development environment meant to provide the best of the UI object models that have come before it. In addition, it provides one feature that no Windows-based development framework has provided to date - the deployment features of HTML-based web applications. The ability to combine the richness of Windows applications with the deployment of web applications signals a completely new world for Windows developers; one that makes me more than happy to give up the mess of unmanaged code.

Audience

When writing this book, I had two target audiences in mind. I wanted to provide real-world WinForms coverage for both the programmer that had already programmed in .NET as well as for the programmer that hadn't. Towards that end, I do briefly introduce core .NET topics as they come up. However, the .NET Framework itself is a large area that this book doesn't pretend to cover completely. Instead, when I think more information would be useful to the reader, I reference another work that provides the full details. In particular, I find that I've referenced Essential .NET, by Don Box, with Chris Sells, a great deal, making it a good companion to this book. In this same category, I can also recommend Pragmatic ADO.NET, by Shawn Wildermuth, Advanced .NET Remoting, by Ingo Rammer, .NET Web Services, by Keith Ballinger and Applied Microsoft .NET Framework Programming, by Jeffrey Richter.

Two core .NET topics are of special importance to WinForms programmers and I cover them in more detail in Appendix B: Delegates & Events and Appendix C: Serialization Basics. The coverage of delegates and events is particularly important if you're new to .NET, although I don't recommend diving into that topic until you've got a WinForms-specific frame of reference (which is provided about 1/3rd of the way through Chapter 1: Hello, Windows Forms).

I'd like to provide one other note for potential readers. Many years ago, I wrote my first five-day training course. The topic was Windows 95 and included a few hours of coverage on the new controls; what they looked like, what their properties, methods and events were and how to program against them. Those hours seemed to take days for both me and for the students. The details of a particular control are only interesting when you're putting that control to use and when that time comes, the control-specific documentation and IntelliSense do a marvelous job of giving you the information you need. Towards that end, this book covers none of the standard controls completely. Instead, as each control is interesting the context of the current topic, like the DataGrid control in Chapter 13: Data Binding & Data Grids, that control is covered appropriately. Also, Chapter 8: Controls and Chapter 9: Design-Time Integration introduces the broad range of categories of controls that WinForms provides, including the category of non-visual controls called components in .NET. Finally, to give you a visual to go with all of the controls and components and to introduce you to the major functionality of each of them, Appendix D: Standard WinForms Components & Controls provides a list of the standard controls and components. I wouldn't think to waste your time by attempting to be more thorough that that reference documentation that comes with the .NET Framework SDK and Visual Studio .NET. Instead, this book focuses on the real-world scenarios that aren't already covered in detail elsewhere.

Conventions

For those of you that have decided to take the plunge with this book, I'd like to thank you for your faith and express my hope that I live up to in. To aid you in reading the following text, I want to let you in on some conventions I use in my writing.

First and foremost, the wonderful thing about WinForms is how visual it is, which is why I use a lot of figures to illustrate its features. Some of those pictures really need to be color to make the point, so be sure to check the color pages at the center of this book for those figures.

As useful as figures are, I think primarily in code. Code will be shown in mono-faced type:

System.Console.WriteLine("Hello, WinForms.");

Console application activation will also be shown in mono-faced type:

C:\> csc.exe hello.cs

When a part of a code snippet or a command line activation is of particular interest, I mark it in bold and often provide a comment:

// Notice the use of the .NET System namespace
System.
Console.WriteLine("Hello, WinForms.");

When I want to direct your attention to a piece of code even more fully, I'll replace superfluous code with ellipses:

class MyForm : System.Windows.Forms.Form {
  ... // fields
  private void MyForm_Load(object sender, System.ComponentModel.EventArgs e) {
    MessageBox.Show("Hello from MyForm");
  }

}

Further, to make the printed code more readable, I'll often drop namespaces and protection keywords when they don't provide additional information:

// Shortened "System.Windows.Forms.Form" base class
class MyForm : Form {
  ... // fields
  // Removed "private" specifier and "System.ComponentModel" namespace
  void MyForm_Load(object sender, EventArgs e) {
    MessageBox.Show("Hello from MyForm");
  }
}

When showing .NET attributes, I use their full name:

SerializableAttribute
class MyCustomType {...}

Some languages, like C#, allow the "Attribute" suffix to be dropped for convenience, but that makes it hard to find the details of the attribute class in the online documentation.

Also, I sometimes take error checking out of the printed code for clarity, but try to leave it in the sample code that comes with this book.In the prose itself, I often put a word or phrase in italics to indicate a new term that I'm about to define. As an example of this kind of term and its definition, hegemony is preponderant influence or authority, as well as a useful business practice.

Finally, I often mention keyboard shortcuts because I find them convenient. The ones I mention are the default Visual Studio Developer key bindings. If you're not using those key bindings, you'll need to map the keyboard shortcuts to your own settings.

Contact

The up-to-date information for this book, including the source code and the errata, are maintained at http://www.sellsbrothers.com/. This site also provides a way for you to send feedback to me about the book, both complimentary and less so.



0321116208P05022003

Foreword

Download the Foreword related to this title.

Index

Download the Index file related to this title.

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020