|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
6 Articles match "Win32","WPF"
|
Related DevelopMentor Courses
|
MORE
|
|
Introducing Windows Presentation Foundation
See how WPF really works - and the best ways to take advantage of it. Understand how Win32 and WPF interact and how it impacts your application. Come get familiar with the creative and dynamic application development that Windows Presentation Foundation (WPF) enables. See how to best utilize WPF for building new projects, or for Get experience with some of the controls that come with the platform, and learn about other controls that are available for you to use. Build user interfaces with Visual Studio and Expression Blend Learn how to structure your code to
DevelopMentor Courses
- Thursday, March 4, 2010
Virtual Advanced Windows Presentation Foundation
Get an in-depth look at the core classes that make up the WPF platform. Design and debug your applications with available Microsoft and 3rd-party tools Understand the differences between a control template, a custom control, and a user control Performance tips on writing solid WPF applications. Come get familiar with the dynamic and creative application development that Windows Presentation Foundation (WPF) enables. Learn how to build custom panels and when it is necessary. Leverage the MVVM pattern for testable, maintainable applications.
DevelopMentor Courses
- Thursday, March 4, 2010
Essential Windows Presentation Foundation
Silverlight Build user interfaces with Visual Studio 2008 and Expression Blend Design and debug your applications with available Microsoft and 3rd-party tools Create professional, modern interfaces with animations and special effects Change the appearance of controls with themes Create vector-based 2D graphics with Expression Blend Deploy your application using ClickOnce to the browser Understand the differences between a control template, a custom control, and a user control Utilize your existing controls, forms, and resources from Windows Forms or Win32 with WPF Essential Windows Presentation
DevelopMentor Courses
- Friday, June 12, 2009
|
5 Articles match "Win32","WPF"
|
The Latest from DevelopMentor
|
MORE
|
|
It's been such a long time.. [WPF + Windows 7]
Scenic Ribbon (native Win32 ribbon) in Windows Forms
Here's a simple example of using the gestures and library support in a WPF application.
It Gesture example with WPF
Both NET Code WP Well, it's been a while since I posted anything, I'm sorry!
I've I've been busy working with Windows 7 and Microsoft Surface touch-computing.
Mark's Blog of Random Thoughts
- Thursday, January 29, 2009
Part 1: It's Basically Focus
As you may know, in WPF there are two
types after Win32 itself -- each thread has one HWND it has identified to have focus
but In WPF, logical
focus elements in WPF that create focus scopes by default are Window , Menu , ContextMenu and ToolBar . The
reason Focus Types
types of focus: logical focus and keyboard focus.
Keyboard
focus
Mark's Blog of Random Thoughts
- Tuesday, September 2, 2008
Part 1: It's Basically Focus
Focus Types
As you may know, in WPF there are two
after Win32 itself -- each thread has one HWND it has identified to have focus
but only one of them really has input focus at any given point in time.
In WPF, logical
elements in WPF that create focus scopes by default are Window , Menu , ContextMenu types of focus: logical focus and keyboard focus.
Keyboard
focus is the easiest to grasp: the element with keyboard focus is where any
Mark's Blog of Random Thoughts
- Tuesday, September 2, 2008
|
-
|
The Best from DevelopMentor
|
MORE
|
-
(Possibly) better validations in WPF
I've never cared much for the built-in validation mechanisms provided by WPF.
I just don't think any of them feel natural to the way we build WPF applications today.
Basically, there are essentially three mechanisms built into WPF for validations:
Validation Rules
Exceptions
IDataErrorInfo
Validation rules are checked prior to transferring the value from the bound control
to your source (typically the business object).
-
Part 1: It's Basically Focus
Focus Types
As you may know, in WPF there are two
after Win32 itself -- each thread has one HWND it has identified to have focus
but only one of them really has input focus at any given point in time.
In WPF, logical
elements in WPF that create focus scopes by default are Window , Menu , ContextMenu types of focus: logical focus and keyboard focus.
Keyboard
focus is the easiest to grasp: the element with keyboard focus is where any
-
It's been such a long time.. [WPF + Windows 7]
Scenic Ribbon (native Win32 ribbon) in Windows Forms
Here's a simple example of using the gestures and library support in a WPF application.
It Gesture example with WPF
Both NET Code WP Well, it's been a while since I posted anything, I'm sorry!
I've I've been busy working with Windows 7 and Microsoft Surface touch-computing.
-
Part 1: It's Basically Focus
As you may know, in WPF there are two
types after Win32 itself -- each thread has one HWND it has identified to have focus
but In WPF, logical
focus elements in WPF that create focus scopes by default are Window , Menu , ContextMenu and ToolBar . The
reason Focus Types
types of focus: logical focus and keyboard focus.
Keyboard
focus
-
(Possibly) better validations in WPF
I've never cared much for the built-in validation mechanisms provided by WPF.
I just don't think any of them feel natural to the way we build WPF applications today.
Basically, Basically, there are essentially three mechanisms built into WPF for validations:
Validation added with WPF 3.5 I Validation Rules
Exceptions
|
|
|