SlideShare ist ein Scribd-Unternehmen logo
1 von 59
Windows Presentation Foundation Live Club OU PhạmPhương Nguyên Microsoft Student Partner Pham.Nguyen@hotmail.com phamnguyenit.wordpress.com
Agenda Overview WPF 1 WPF4 - Lots of Good Stuff 2 Controls in WPF 3 Question ???? 4
.Net Framework Data Presentation Communications Workflow Web Base Class Library .NET Framework 4 Common Language Runtime
.Net Framework Data Presentation Communications Workflow Web Base Class Library .NET Framework 4 Common Language Runtime
Over View ? ? ? Why ????? what ????? Problem ????? ? ? ?
Resolve the problem
demo  WikipediaExlorer
What is WPF? ,[object Object],Mộtthưviệnthốngnhấtdànhchoviệcxâydựngcácứngdụngtrênnền Windows (kểcảtrênnền Web). ,[object Object]
Documents
Media
Graphics…. ,[object Object],[object Object]
Why WPF? MFC ALT ? WPF GDI+ DirectX MPlayer OpenGL Flash HTML
Why WPF? Designer Look, behavior, brand,and emotional connection Developer Function, deployment, data,security, operational integrity
How WPF? XAML Designer Look, behavior, brand,and emotional connection Developer Function, deployment, data,security, operational integrity
How WPF? <Button Width="100">OK   <Button.Background> LightBlue   </Button.Background> </Button> Button b1 = new Button(); b1.Content = "OK"; b1.Background = newSolidColorBrush     (Colors.LightBlue); b1.Width = 100; Dim b1 As New Button b1.Content = "OK" b1.Background = New _SolidColorBrush _      (Colors.LightBlue) b1.Width = 100 XAML làgì? XAML == “Extensible Application Markup Language” Ngônngữđánhdấucócấutrúc XML đểxâydựngứngdụng, cácthànhphầncủaứngdụng. Mã XAML và source code hoàntoàn “độclập” nhau
How WPF? Tốithiểu .NET Framework 3.0 Visual Studio 2008 hoặccaohơn Expression Blend
Cácthànhphần UI trong WPF Layouts Controls Label, TextBox, Buttons, ComboBox, ProgressBar, …
Windows Presentation Foundation Live Club OU WPF 4.0 - Lots of Good Stuff PhạmPhương Nguyên Microsoft Student Partner Pham.Nguyen@hotmail.com phamnguyenit.wordpress.com
Lots of Good Stuff www.themegallery.com ,[object Object]
Data controls
Accessibility Improvements
Chart Controls
Control Themes
Hundreds of good bug fixes…
Plus all the goodness of .NET4!
Dynamic Language Support
MEF
Globalization and NLS improvements
Managed / Native Code interop
More…
Cached compositions
Text clarity
Layout Rounding
ClickOnce improvements
Multitouch
Win7 Taskbar
Win7 Ribbon
Focus mgt improvements
Support for UIAccessible2
VSM integration
Full Trust XBaps
PS 3,[object Object]
WPF for Windows 7  Multi-Touch Taskbar Ribbon Common dialogs File Explorer presence and customization More… Use these with .NET and via XAML in WPF
Multi-Touch in WPF  UIElement changes Thao tác các sự kiện (theo dõi và thông dịch viên)hệ thống cảm ứng cử chỉ các sự kiện (double-tap và rollover)Raw touch input events (for going to the metal) Multi-touch support in controls ScrollViewer cập nhật để chấp nhận những cử chỉ panCập nhật cơ sở kiểm soát được cảm ứng đa nhận thứcMulti-capture support (for more than one contact point at time) New multi-touch specific controls (e.g. ScatterView) Compatible with Surface SDK 2.0
Touch Development Roadmap NET 4.0 / Surface 2.0 Release Windows 7 Release Native Win32 Application WinFormsApplication WPF Application Surface Application Surface SDK 1.0 Surface SDK 2.0 Multi-Touch Controls Surface   Multi-Touch Controls & API Multi-Touch API WPF 3.5 SP1 WPF 4.0 WPF 3.5 Managed Wrapper and Interop Managed Wrapper and Interop Multi-Touch API and Controls Surface Hardware Windows 7 Surface Hardware Windows Vista Windows 7 Multi-Touch API
demo  Multi-TouchDemo
WPF Taskbar Integration Thumbnails toolbars  Icon overlays  Progress bars  Jumplists With XAML Support
WPF Ribbon Features Fulfills office fluent UI licensing requirements Ribbon with resizing and layout behavior Ribbontabs Ribbongroups Ribbonapplicationmenu (Pearl) Quickaccesstoolbar Keytips Design time support
WPF Tooling Improvements Blend3 Visual Studio  Designer RAD databinding Easier autolayout Markup extension intellisense More property editors  Improvements to XAML authoring and workflow VSM Behaviors Transition animations Prototyping tools
Fundamentals Framework deployment Application deployment Improved interop Text clarity Layout rounding/snapping Media improvements UIA – for accessibility and TFS Graphics performance Localization
Graphics Composition API - give application authors fine grained control over caching rendered elements in video memory An input to a shader effect An image brush to fill any arbitrary 2D shape A texture on a 3D model
Layout Rounding UseLayoutRounding="True" Rounds an object’s coordinates on whole pixels
Client Profile Configurator Tool Configurator tool http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=14962 Client profile Configuration designer “How To” series http://windowsclient.net/wpf/wpf35/wpf-35sp1-start-here.aspx
Controls  WPF4 DataGrid DatePicker VSM Future Chart Controls More…
WPF4 and VS10 Best way to take advantage of Windows 7 Solid fundamentals:  Deployment and ubiquity, text clarity, interop, performance, controls, and completeness Much improved tooling and designers with VS10 and Blend3 Do  Download the beta, demos and give us feedback
Windows Presentation Foundation Live Club OU Controls in WPF PhạmPhương Nguyên Microsoft Student Partner Pham.Nguyen@hotmail.com phamnguyenit.wordpress.com
Kiếntrúccủa WPF User Interface Services Document Services XPS Documents Application Services Controls Data Binding Packaging Services Deployment Services Layout Base Services Core Presentation XPS Viewer Windows Presentation Foundation XAML 2D Audio Imaging Text Accessibility 3D Video Effects Input & Eventing Animation Property System Visual Primitives
Agenda Layout Controls Some Controls in WPF Style và Template Animation DataBinding Event Other Demo
www.themegallery.com Layout controls Can use Grid DockPanel WPF Layout StackPanel Canvas WrapPanel

Weitere ähnliche Inhalte

Was ist angesagt?

A Designer's Overview of Windows Presentation Foundation
A Designer's Overview of Windows Presentation FoundationA Designer's Overview of Windows Presentation Foundation
A Designer's Overview of Windows Presentation Foundationgoodfriday
 
Windows presentation foundation
Windows presentation foundation Windows presentation foundation
Windows presentation foundation Debadatta Gadanayak
 
Best practices for upgrading vb 6.0 projects to vb.net
Best practices for upgrading vb 6.0 projects to vb.netBest practices for upgrading vb 6.0 projects to vb.net
Best practices for upgrading vb 6.0 projects to vb.netajmal_fuuast
 
Leveraging the Ribbon API and Dialog Framework
Leveraging the Ribbon API and Dialog FrameworkLeveraging the Ribbon API and Dialog Framework
Leveraging the Ribbon API and Dialog FrameworkCory Peters
 
.net 3.5 and vs 2008
.net 3.5 and vs 2008.net 3.5 and vs 2008
.net 3.5 and vs 2008maddinapudi
 
WPF & Silverlight Intro
WPF & Silverlight IntroWPF & Silverlight Intro
WPF & Silverlight IntroDave Allen
 
Not Just Better, Faster - Expression and Sketchflow
Not Just Better, Faster - Expression and SketchflowNot Just Better, Faster - Expression and Sketchflow
Not Just Better, Faster - Expression and SketchflowMS Innovation Days
 
Vb6.0 Introduction
Vb6.0 IntroductionVb6.0 Introduction
Vb6.0 IntroductionTennyson
 
Windows 10 pentru dezvoltatori - InfoEducație 2015
Windows 10 pentru dezvoltatori - InfoEducație 2015Windows 10 pentru dezvoltatori - InfoEducație 2015
Windows 10 pentru dezvoltatori - InfoEducație 2015Julian Atanasoae
 
WCF made easy with Microsoft .NET Framework 4 and Windows Server AppFabric
WCF made easy with Microsoft .NET Framework 4 and Windows Server AppFabricWCF made easy with Microsoft .NET Framework 4 and Windows Server AppFabric
WCF made easy with Microsoft .NET Framework 4 and Windows Server AppFabricRobert MacLean
 

Was ist angesagt? (20)

A Designer's Overview of Windows Presentation Foundation
A Designer's Overview of Windows Presentation FoundationA Designer's Overview of Windows Presentation Foundation
A Designer's Overview of Windows Presentation Foundation
 
Windows presentation foundation
Windows presentation foundation Windows presentation foundation
Windows presentation foundation
 
Windows 8
Windows 8Windows 8
Windows 8
 
Chpater1
Chpater1Chpater1
Chpater1
 
Best practices for upgrading vb 6.0 projects to vb.net
Best practices for upgrading vb 6.0 projects to vb.netBest practices for upgrading vb 6.0 projects to vb.net
Best practices for upgrading vb 6.0 projects to vb.net
 
Leveraging the Ribbon API and Dialog Framework
Leveraging the Ribbon API and Dialog FrameworkLeveraging the Ribbon API and Dialog Framework
Leveraging the Ribbon API and Dialog Framework
 
Vs 2008
Vs 2008Vs 2008
Vs 2008
 
.net 3.5 and vs 2008
.net 3.5 and vs 2008.net 3.5 and vs 2008
.net 3.5 and vs 2008
 
WPF & Silverlight Intro
WPF & Silverlight IntroWPF & Silverlight Intro
WPF & Silverlight Intro
 
Not Just Better, Faster - Expression and Sketchflow
Not Just Better, Faster - Expression and SketchflowNot Just Better, Faster - Expression and Sketchflow
Not Just Better, Faster - Expression and Sketchflow
 
Vb6.0 Introduction
Vb6.0 IntroductionVb6.0 Introduction
Vb6.0 Introduction
 
New Introductionfor Flash Designers
New Introductionfor Flash DesignersNew Introductionfor Flash Designers
New Introductionfor Flash Designers
 
Meaning Of VB
Meaning Of VBMeaning Of VB
Meaning Of VB
 
Xamarin Development
Xamarin DevelopmentXamarin Development
Xamarin Development
 
Visusual basic
Visusual basicVisusual basic
Visusual basic
 
Adobe AIR & Printing
Adobe AIR & PrintingAdobe AIR & Printing
Adobe AIR & Printing
 
Windows 10 pentru dezvoltatori - InfoEducație 2015
Windows 10 pentru dezvoltatori - InfoEducație 2015Windows 10 pentru dezvoltatori - InfoEducație 2015
Windows 10 pentru dezvoltatori - InfoEducație 2015
 
Vb tutorial
Vb tutorialVb tutorial
Vb tutorial
 
WCF made easy with Microsoft .NET Framework 4 and Windows Server AppFabric
WCF made easy with Microsoft .NET Framework 4 and Windows Server AppFabricWCF made easy with Microsoft .NET Framework 4 and Windows Server AppFabric
WCF made easy with Microsoft .NET Framework 4 and Windows Server AppFabric
 
Web dynpro & ui5
Web dynpro & ui5Web dynpro & ui5
Web dynpro & ui5
 

Andere mochten auch (20)

бизнес план 3
бизнес план 3бизнес план 3
бизнес план 3
 
Townet e il Tdma
Townet e il TdmaTownet e il Tdma
Townet e il Tdma
 
Il buzzieqa magika
Il buzzieqa magikaIl buzzieqa magika
Il buzzieqa magika
 
Partesdemicuerpo2
Partesdemicuerpo2Partesdemicuerpo2
Partesdemicuerpo2
 
Подарим детям сказку
Подарим детям сказкуПодарим детям сказку
Подарим детям сказку
 
Land of Immortals - Fanzine n.0
Land of Immortals - Fanzine n.0Land of Immortals - Fanzine n.0
Land of Immortals - Fanzine n.0
 
Juniper marketing
Juniper marketingJuniper marketing
Juniper marketing
 
Repaso clase4
Repaso clase4Repaso clase4
Repaso clase4
 
Lec5
Lec5Lec5
Lec5
 
Jelly berry
Jelly berryJelly berry
Jelly berry
 
Kunst met sneeuw
Kunst met sneeuwKunst met sneeuw
Kunst met sneeuw
 
Lec3
Lec3Lec3
Lec3
 
Lec02
Lec02Lec02
Lec02
 
Software Series 3
Software Series 3Software Series 3
Software Series 3
 
Lec09
Lec09Lec09
Lec09
 
Ktima Chantzi Company Presentation EN
Ktima Chantzi Company Presentation EN   Ktima Chantzi Company Presentation EN
Ktima Chantzi Company Presentation EN
 
Taco Bell ADV492
Taco Bell ADV492Taco Bell ADV492
Taco Bell ADV492
 
What is nanotechnology
What is nanotechnologyWhat is nanotechnology
What is nanotechnology
 
Calendario Land 2013
Calendario Land 2013Calendario Land 2013
Calendario Land 2013
 
Tbadv492 good version
Tbadv492 good versionTbadv492 good version
Tbadv492 good version
 

Ähnlich wie Windows Presentation Foundation

What Is New In Wpf 3.5 Sp1
What Is New In Wpf 3.5 Sp1What Is New In Wpf 3.5 Sp1
What Is New In Wpf 3.5 Sp1rsnarayanan
 
WPF 4 Series: Getting Started
WPF 4 Series: Getting StartedWPF 4 Series: Getting Started
WPF 4 Series: Getting StartedGhasem Karimi
 
Wpf4 july2010
 Wpf4 july2010 Wpf4 july2010
Wpf4 july2010tedhu
 
What's New for Presentation in Visual Studio 2008 SP1
What's New for Presentation in Visual Studio 2008 SP1What's New for Presentation in Visual Studio 2008 SP1
What's New for Presentation in Visual Studio 2008 SP1ukdpe
 
Raj Wpf Controls
Raj Wpf ControlsRaj Wpf Controls
Raj Wpf Controlsrramabad
 
WPF Applications, It's all about XAML these days
WPF Applications, It's all about XAML these daysWPF Applications, It's all about XAML these days
WPF Applications, It's all about XAML these daysDave Bost
 
MSDN Unleashed: WPF Demystified
MSDN Unleashed: WPF DemystifiedMSDN Unleashed: WPF Demystified
MSDN Unleashed: WPF DemystifiedDave Bost
 
Windows Server 2008 Management
Windows Server 2008 ManagementWindows Server 2008 Management
Windows Server 2008 ManagementHi-Techpoint
 
Windows Server 2008 Management
Windows Server 2008 ManagementWindows Server 2008 Management
Windows Server 2008 ManagementHi-Techpoint
 
Mike Taulty Beyond Silverlight With W P F
Mike Taulty  Beyond  Silverlight  With  W P FMike Taulty  Beyond  Silverlight  With  W P F
Mike Taulty Beyond Silverlight With W P Fukdpe
 
Lap around .net 4
Lap around .net 4Lap around .net 4
Lap around .net 4Abdul Khan
 
ASPNET for PHP Developers
ASPNET for PHP DevelopersASPNET for PHP Developers
ASPNET for PHP DevelopersWes Yanaga
 
Extending the Visual Studio 2010 Code Editor to Visualize Runtime Intelligenc...
Extending the Visual Studio 2010 Code Editor to Visualize Runtime Intelligenc...Extending the Visual Studio 2010 Code Editor to Visualize Runtime Intelligenc...
Extending the Visual Studio 2010 Code Editor to Visualize Runtime Intelligenc...Joe Kuemerle
 
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for DevelopersMSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for DevelopersDave Bost
 
Windows Phone 8.1 アプリ開発徹底解説
Windows Phone 8.1 アプリ開発徹底解説Windows Phone 8.1 アプリ開発徹底解説
Windows Phone 8.1 アプリ開発徹底解説shinobu takahashi
 
Windows Phone 7 Unleashed Session 1
Windows Phone 7 Unleashed Session 1Windows Phone 7 Unleashed Session 1
Windows Phone 7 Unleashed Session 1Wes Yanaga
 
Visual Studio 2008 & .Net 3.5
Visual Studio 2008 & .Net 3.5Visual Studio 2008 & .Net 3.5
Visual Studio 2008 & .Net 3.5Hadi Karimi
 
Building appsinsilverlight4 part_1
Building appsinsilverlight4 part_1Building appsinsilverlight4 part_1
Building appsinsilverlight4 part_1Dennis Perlot
 
Whats New In 2010 (Msdn & Visual Studio)
Whats New In 2010 (Msdn & Visual Studio)Whats New In 2010 (Msdn & Visual Studio)
Whats New In 2010 (Msdn & Visual Studio)Steve Lange
 
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0Thomas Conté
 

Ähnlich wie Windows Presentation Foundation (20)

What Is New In Wpf 3.5 Sp1
What Is New In Wpf 3.5 Sp1What Is New In Wpf 3.5 Sp1
What Is New In Wpf 3.5 Sp1
 
WPF 4 Series: Getting Started
WPF 4 Series: Getting StartedWPF 4 Series: Getting Started
WPF 4 Series: Getting Started
 
Wpf4 july2010
 Wpf4 july2010 Wpf4 july2010
Wpf4 july2010
 
What's New for Presentation in Visual Studio 2008 SP1
What's New for Presentation in Visual Studio 2008 SP1What's New for Presentation in Visual Studio 2008 SP1
What's New for Presentation in Visual Studio 2008 SP1
 
Raj Wpf Controls
Raj Wpf ControlsRaj Wpf Controls
Raj Wpf Controls
 
WPF Applications, It's all about XAML these days
WPF Applications, It's all about XAML these daysWPF Applications, It's all about XAML these days
WPF Applications, It's all about XAML these days
 
MSDN Unleashed: WPF Demystified
MSDN Unleashed: WPF DemystifiedMSDN Unleashed: WPF Demystified
MSDN Unleashed: WPF Demystified
 
Windows Server 2008 Management
Windows Server 2008 ManagementWindows Server 2008 Management
Windows Server 2008 Management
 
Windows Server 2008 Management
Windows Server 2008 ManagementWindows Server 2008 Management
Windows Server 2008 Management
 
Mike Taulty Beyond Silverlight With W P F
Mike Taulty  Beyond  Silverlight  With  W P FMike Taulty  Beyond  Silverlight  With  W P F
Mike Taulty Beyond Silverlight With W P F
 
Lap around .net 4
Lap around .net 4Lap around .net 4
Lap around .net 4
 
ASPNET for PHP Developers
ASPNET for PHP DevelopersASPNET for PHP Developers
ASPNET for PHP Developers
 
Extending the Visual Studio 2010 Code Editor to Visualize Runtime Intelligenc...
Extending the Visual Studio 2010 Code Editor to Visualize Runtime Intelligenc...Extending the Visual Studio 2010 Code Editor to Visualize Runtime Intelligenc...
Extending the Visual Studio 2010 Code Editor to Visualize Runtime Intelligenc...
 
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for DevelopersMSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
MSDN Presents: Visual Studio 2010, .NET 4, SharePoint 2010 for Developers
 
Windows Phone 8.1 アプリ開発徹底解説
Windows Phone 8.1 アプリ開発徹底解説Windows Phone 8.1 アプリ開発徹底解説
Windows Phone 8.1 アプリ開発徹底解説
 
Windows Phone 7 Unleashed Session 1
Windows Phone 7 Unleashed Session 1Windows Phone 7 Unleashed Session 1
Windows Phone 7 Unleashed Session 1
 
Visual Studio 2008 & .Net 3.5
Visual Studio 2008 & .Net 3.5Visual Studio 2008 & .Net 3.5
Visual Studio 2008 & .Net 3.5
 
Building appsinsilverlight4 part_1
Building appsinsilverlight4 part_1Building appsinsilverlight4 part_1
Building appsinsilverlight4 part_1
 
Whats New In 2010 (Msdn & Visual Studio)
Whats New In 2010 (Msdn & Visual Studio)Whats New In 2010 (Msdn & Visual Studio)
Whats New In 2010 (Msdn & Visual Studio)
 
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
 

Kürzlich hochgeladen

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 

Kürzlich hochgeladen (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

Windows Presentation Foundation

  • 1. Windows Presentation Foundation Live Club OU PhạmPhương Nguyên Microsoft Student Partner Pham.Nguyen@hotmail.com phamnguyenit.wordpress.com
  • 2. Agenda Overview WPF 1 WPF4 - Lots of Good Stuff 2 Controls in WPF 3 Question ???? 4
  • 3. .Net Framework Data Presentation Communications Workflow Web Base Class Library .NET Framework 4 Common Language Runtime
  • 4. .Net Framework Data Presentation Communications Workflow Web Base Class Library .NET Framework 4 Common Language Runtime
  • 5. Over View ? ? ? Why ????? what ????? Problem ????? ? ? ?
  • 8.
  • 10. Media
  • 11.
  • 12. Why WPF? MFC ALT ? WPF GDI+ DirectX MPlayer OpenGL Flash HTML
  • 13. Why WPF? Designer Look, behavior, brand,and emotional connection Developer Function, deployment, data,security, operational integrity
  • 14. How WPF? XAML Designer Look, behavior, brand,and emotional connection Developer Function, deployment, data,security, operational integrity
  • 15. How WPF? <Button Width="100">OK <Button.Background> LightBlue </Button.Background> </Button> Button b1 = new Button(); b1.Content = "OK"; b1.Background = newSolidColorBrush (Colors.LightBlue); b1.Width = 100; Dim b1 As New Button b1.Content = "OK" b1.Background = New _SolidColorBrush _ (Colors.LightBlue) b1.Width = 100 XAML làgì? XAML == “Extensible Application Markup Language” Ngônngữđánhdấucócấutrúc XML đểxâydựngứngdụng, cácthànhphầncủaứngdụng. Mã XAML và source code hoàntoàn “độclập” nhau
  • 16. How WPF? Tốithiểu .NET Framework 3.0 Visual Studio 2008 hoặccaohơn Expression Blend
  • 17. Cácthànhphần UI trong WPF Layouts Controls Label, TextBox, Buttons, ComboBox, ProgressBar, …
  • 18. Windows Presentation Foundation Live Club OU WPF 4.0 - Lots of Good Stuff PhạmPhương Nguyên Microsoft Student Partner Pham.Nguyen@hotmail.com phamnguyenit.wordpress.com
  • 19.
  • 24. Hundreds of good bug fixes…
  • 25. Plus all the goodness of .NET4!
  • 27. MEF
  • 28. Globalization and NLS improvements
  • 29. Managed / Native Code interop
  • 42.
  • 43. WPF for Windows 7 Multi-Touch Taskbar Ribbon Common dialogs File Explorer presence and customization More… Use these with .NET and via XAML in WPF
  • 44. Multi-Touch in WPF UIElement changes Thao tác các sự kiện (theo dõi và thông dịch viên)hệ thống cảm ứng cử chỉ các sự kiện (double-tap và rollover)Raw touch input events (for going to the metal) Multi-touch support in controls ScrollViewer cập nhật để chấp nhận những cử chỉ panCập nhật cơ sở kiểm soát được cảm ứng đa nhận thứcMulti-capture support (for more than one contact point at time) New multi-touch specific controls (e.g. ScatterView) Compatible with Surface SDK 2.0
  • 45. Touch Development Roadmap NET 4.0 / Surface 2.0 Release Windows 7 Release Native Win32 Application WinFormsApplication WPF Application Surface Application Surface SDK 1.0 Surface SDK 2.0 Multi-Touch Controls Surface Multi-Touch Controls & API Multi-Touch API WPF 3.5 SP1 WPF 4.0 WPF 3.5 Managed Wrapper and Interop Managed Wrapper and Interop Multi-Touch API and Controls Surface Hardware Windows 7 Surface Hardware Windows Vista Windows 7 Multi-Touch API
  • 47. WPF Taskbar Integration Thumbnails toolbars Icon overlays Progress bars Jumplists With XAML Support
  • 48. WPF Ribbon Features Fulfills office fluent UI licensing requirements Ribbon with resizing and layout behavior Ribbontabs Ribbongroups Ribbonapplicationmenu (Pearl) Quickaccesstoolbar Keytips Design time support
  • 49. WPF Tooling Improvements Blend3 Visual Studio Designer RAD databinding Easier autolayout Markup extension intellisense More property editors Improvements to XAML authoring and workflow VSM Behaviors Transition animations Prototyping tools
  • 50. Fundamentals Framework deployment Application deployment Improved interop Text clarity Layout rounding/snapping Media improvements UIA – for accessibility and TFS Graphics performance Localization
  • 51. Graphics Composition API - give application authors fine grained control over caching rendered elements in video memory An input to a shader effect An image brush to fill any arbitrary 2D shape A texture on a 3D model
  • 52. Layout Rounding UseLayoutRounding="True" Rounds an object’s coordinates on whole pixels
  • 53. Client Profile Configurator Tool Configurator tool http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=14962 Client profile Configuration designer “How To” series http://windowsclient.net/wpf/wpf35/wpf-35sp1-start-here.aspx
  • 54. Controls WPF4 DataGrid DatePicker VSM Future Chart Controls More…
  • 55. WPF4 and VS10 Best way to take advantage of Windows 7 Solid fundamentals: Deployment and ubiquity, text clarity, interop, performance, controls, and completeness Much improved tooling and designers with VS10 and Blend3 Do Download the beta, demos and give us feedback
  • 56. Windows Presentation Foundation Live Club OU Controls in WPF PhạmPhương Nguyên Microsoft Student Partner Pham.Nguyen@hotmail.com phamnguyenit.wordpress.com
  • 57. Kiếntrúccủa WPF User Interface Services Document Services XPS Documents Application Services Controls Data Binding Packaging Services Deployment Services Layout Base Services Core Presentation XPS Viewer Windows Presentation Foundation XAML 2D Audio Imaging Text Accessibility 3D Video Effects Input & Eventing Animation Property System Visual Primitives
  • 58. Agenda Layout Controls Some Controls in WPF Style và Template Animation DataBinding Event Other Demo
  • 59. www.themegallery.com Layout controls Can use Grid DockPanel WPF Layout StackPanel Canvas WrapPanel
  • 60. Layout Roundind <Grid Height="100" Width="200">     <Grid.RowDefinitions>         <RowDefinition Height="*"/>         <RowDefinition Height="*"/>         <RowDefinition Height="*"/>     </Grid.RowDefinitions>     <Rectangle Grid.Row="0" Fill="DarkBlue"/>     <Rectangle Grid.Row="1" Fill="DarkBlue"/>     <Rectangle Grid.Row="2" Fill="DarkBlue"/> </Grid>
  • 62. Controls TextBox Button ListBox Radio Button Label <TextBox /> <Button/> <ListBox /> <RadioButton /> <Label/>
  • 63. Ribbon Control Office Button Tab Contextual Tab Set Quick Access Toolbar Help Contextual Tab Dialog Box Launcher Group (aka “Chunk”) Ribbon SDK
  • 64. Windows Ribbon Controls Tabs and groups Check boxes Help button Font control Buttons & split buttons Categorized menus Dropdown galleries Tooltips Spinners Group dialog launchers “In-Ribbon” galleries Mini toolbar andcontextual menu Combo boxes Color pickers
  • 66. Style và Template Style Tậpgiátrịcácthuộctínhhiểnthịcủanhiều controls khácnhau Làmộtdạngtàinguyên (resources) Cácthuộctínhquantrọngcủa Style baogồm BaseOn TargetType Setters Triggers
  • 67. Style và Template <Style TargetType="{x:Type Button}"> <Style.Triggers> <Trigger Property="IsPressed" Value="true"> <Setter Property="Foreground" Value="Blue"/> </Trigger> </Style.Triggers> <Setter Property="Background" Value="White"/> </Style>
  • 68. demo Style Demo
  • 69. Style và Template Template Button cómàusắcthayđổi -> Style Button cóhìnhdạngthayđổi(hìnhtròn, ellipse) ??? Template Cho phépthayđổicáchhiệnthịvốncócủa control Thayđổicấutrúc hay cácthànhphầncấutạocủa control.
  • 70. Style và Template Template ControlTemplate Địnhnghĩa, thayđổithểhiệncủa control DataTemplate Địnhnghĩacáchthứchiểnthịcủacácđốitượngdữliệu
  • 72. Events vàRoutedEvents Visual Tree: cấutrúcphânlớpdạnghìnhcâycủacácphầntửtrêngiaodiện <Grid> <WrapPanelBackground=“Pink”> <ButtonName=“Button1”>Button1</Button> <ButtonName=“Button2”>Button2</Button> </WrapPanel> <TextBlockText=“Pink”/> </Grid>
  • 73. Events vàRoutedEvents WPF mởrộngmôhìnhsựkiệnchuẩncủa .NET bằngviệcđưaraRoutedEvent Bubble <Event> Tunnel Preview<Event>
  • 74. Data Binding Dependency Property DP làcácthuộctínhcóthểmanggiátrịphụthuộcvàothuộctínhcủađốitượngkhác. Đặcđiểm: Khicósựthayđổigiátrịthìsẽcócácsựkiệntươngứngđượckíchhoạt Kếthừagiátrịthuộctính
  • 75. UI Data Binding Register Events Add to ListBox Set Data Load Get Data Create ListBoxItem Data Binding Logic Data Changed Set Move Update Collection Data Arrived Get Data Data Register Events <Aquarium> <Thermometer/> <Fish/> <Fish/> </ Aquarium > Database Services XML
  • 76. Data Binding View Data Binding Target Binding Source Dependency Property Property Data Binding One Way Initialize Target Two Way Update Target Update Source One Time Validate Errors One Way To Source Convert Data
  • 77. demo Data Binding Demo
  • 79. Animation Animation in WPF Handles all, manage timing system, calculate state, redraw Can work with both C# / VB.NET or XAML Which can animate in WPF? Animate objects by apply animation to theirs properties. Properties must be DP Animated object must be inherited from DependencyObject and implemented IAnimatable Objs have compatible with animation type.
  • 80. Animation Animation in WPF [TypeName]Animation (17) From/To/By Animation [TypeName]AnimationUsingKeyFrame(22) KeyFrames [TypeName]AnimationUsingPath (3)
  • 82. ? ? ? Your Questions ? ? ?
  • 83. Thank You ! © 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.