Cargando…

Windows Presentation Foundation Development Cookbook : 100 recipes to build rich desktop client applications on Windows.

Windows Presentation Foundation (WPF) is Microsoft's development tool for building rich Windows client user experiences that incorporate UIs, media, and documents. With the updates in .NET 4.7, Visual Studio 2017, C# 7, and .NET Standard 2.0, WPF has taken giant strides and is now easier than e...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Chowdhury, Kunal
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: WPF Fundamentals; Introduction; The WPF Architecture; Presentation Framework; Presentation Core; Common Language Runtime; Media Integration Library; OS Core; Types of WPF applications; The XAML overview; XAML syntax terminologies; Object element syntax; Property Attribute syntax; Property Element syntax; Content syntax; Collection syntax; Event Attribute syntax; Installing WPF Workload with Visual Studio 2017; Getting ready; How to do it ... ; Creating WPF applications; Getting ready.
  • How to do it ... There's more ... ; Creating and navigating from one window to another; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Creating and navigating from one page to another; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Creating a dialog box; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using the open file dialog; Using the save file dialog; Using the print dialog; Other common dialogs; Creating ownership between windows; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Creating a single instance application.
  • Getting readyHow to do it ... ; How it works ... ; There's more ... ; Passing arguments to WPF applications; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Handling unhandled exceptions; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Chapter 2: Using WPF Standard Controls; Introduction; Using the TextBlock control to add plain text; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using Label to add other controls in text; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Providing a user option to input text; Getting ready.
  • How to do it ... How it works ... ; There's more ... ; Windows Clipboard support; Adding spellcheck support; Adding images to your application UI; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Working with ready-to-use 2D shapes; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Adding tooltips to show additional information; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Adding a standard menu to the WPF application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Adding an access key to menus; Adding icons to menus.
  • Adding checkable menu itemsAdding click-event handlers to menus; Providing extra functionalities using the context menu; Getting ready; How to do it ... ; How it works ... ; Adding user options with radio buttons and checkboxes; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Working with the progress bar control; Getting ready; How to do it ... ; How it works ... ; Using the Slider control to pick a numeric value; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using the Calendar control in your application; Getting ready; How to do it ... ; How it works ...