|
|
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.
|
9 Articles match "Windows","XAML"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Silverlight 3
Deliver online business applications, multimedia websites, and games to Windows, Mac OS, and Linux clients. It lets you build multimedia websites, casual games, and online versions of line-of-business applications on Windows, MacOS, or Linux using a variety of browsers. Fundamentals This module will provide you with an overview of four core aspects of Silverlight development: the use of eXtensible Application Markup Language (XAML); the code-beside programming model; In this course, you learn to: Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Use Behaviors, Actions and Triggers to create reusable functionality across applications Integrate animations, special effects, perspective transforms and media to create a professional UI Exploit
DevelopMentor Courses
- Wednesday, June 17, 2009
Essential Windows Presentation Foundation
XAML vs. 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
DevelopMentor Courses
- Friday, June 12, 2009
Introducing Windows Presentation Foundation
Virtual Introducing Windows Presentation Foundation provides hands-on experience with the latest in Microsoft UI technologies. 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 porting existing Windows Forms, MFC, or traditional Win32 applications over to this new platform. See how WPF really works - and the best ways to take advantage of it. Get experience with some of the controls that come with the platform, and learn about other controls
DevelopMentor Courses
- Thursday, March 4, 2010
|
28 Articles match "Windows","XAML"
|
The Latest from DevelopMentor
|
MORE
|
|
Loading XAML Workflows in WF4
RC 1 Most of the time I used compiled workflows in Windows Workflow Foundation 4. The main drawback is that this approach isn’t very flexible, sometimes you want to be able to change your workflow definition at runtime or store it in a database so recompiling isn’t an option. Fortunately we can also load a workflow from the XAML file itself and execute the resulting workflow activity. This is done using the ActivityXamlServices class that will let us load the XAML file and Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Sunday, March 7, 2010
Creating Rich Composite Activities
14: Directory
= @"c:windows"
When you drag an activity on to the design surface normally it just creates the XAML
for instead and serializes the resulting activity to XAML.
So attribute – that just makes the XAML parsing cleaner as the child doesn’t need
to I my last
post post I showed that creating a custom composite activity (one that can have one
or
.NET Meanderings
- Sunday, February 14, 2010
NativeActivity – A Tricky Beast
Windows Workflow Foundation 4.0 declarative model in XAML by assembling building blocks graphically. The XAML for this is here:
1: < sap:ActivityDesigner x:Class ="WordActivities.ForEachFileDesigner"
I’m writing Essential
Windows with Maurice for DevelopMentor .
One One of the
.NET Meanderings
- Tuesday, February 9, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Getting started with Windows Workflow Foundation 4
As you may have heard Windows Workflow Foundation 4 is not an upgrade from Windows Workflow Foundation 3 (or 3.5). In fact Windows Workflow Foundation 3 was the first version and 3.5 Note there is no choice between code or xaml workflows, the designer only works with xaml based workflows. The version numbers might suggest that the previous version was quite mature but in fact it refers to the version of the .NET NET framework.
The Problem Solver
- Monday, June 22, 2009
-
Creating popup windows in XBAP applications
about creating popup windows in XAML browser applications (XBAP). not allowed - if you try to create a top-level window you will get a SecurityException because
WPF It turns out, however, that you can get a popup window -
there's EventArgs e)
2: {
3: Popup window = new Popup();
A colleague at DevelopMentor recently asked me
about Normally this is
not
-
Creating popup windows in XBAP applications
about creating popup windows in XAML browser applications (XBAP). not allowed - if you try to create a top-level window you will get a SecurityException because
WPF It turns out, however, that you can get a popup window -
there's 3: Popup window = new Popup();
A colleague at DevelopMentor recently asked me
about Normally this is
not
-
Rehosting the Workflow Designer in WF4
Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application. But possible is about all there was to say about it as it was pretty hard to do anything beyond the basics. With Windows Workflow Foundation 4 live has become much better on the rehosting front In fact it is possible to create the fully functional and useful workflow editor below in about 200 lines of code. And loading or saving Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Wednesday, December 23, 2009
-
Loading XAML Workflows in WF4
RC 1 Most of the time I used compiled workflows in Windows Workflow Foundation 4. The main drawback is that this approach isn’t very flexible, sometimes you want to be able to change your workflow definition at runtime or store it in a database so recompiling isn’t an option. Fortunately we can also load a workflow from the XAML file itself and execute the resulting workflow activity. This is done using the ActivityXamlServices class that will let us load the XAML file and Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Sunday, March 7, 2010
-
Part 2: Changing WPF focus in code
the FocusManager.GetFocusedElement method -- pass it the window in
question and it will return which element has logical focus in that window.
WPF thinks has focus in the window:
IInputElement
see this in action, paste the following into your XAML editor of choice and change
In the last
post , I wrote about how focus is generally managed in WPF - we have focus scopes
Mark's Blog of Random Thoughts
- Thursday, September 4, 2008
-
Combining WCF and WF4
There are several ways to use WCF in combination with Windows Workflow Foundation 4. Using C# code really shows where we need to use arguments and variables, something that is somewhat hidden when using XAML.
The two can be combined inside of a XAMLX file as Ron Jacobs describes here . Another option is using the WF4 Receive and SendReply activities and hosting the workflow yourself using a WorkflowServiceHost. This is quite a useful option but, at least at the moment, not quite straightforward.
The Problem Solver
- Wednesday, August 5, 2009
|
|
|