Blogs1 - 10 of 849 recent posts for tag:XAML
06
Nov
2009
Twitter Search CrossDomain Policy Restricted

1 day ago by Anthony Baker [arbbot]

In the past few days I have been working on my Silverlight 3 skills, creating prove of concepts and playing with the new controls, techniques and of course, learning more about Expression Blend. I have been putting together a Twitter Client built in Silverlight 3 app. I was using the System.Net.WebC ...

Anthony Baker's Snacks - abakerp.blogspot.com · 2 references

Designer v Xaml v Code

1 day ago by jesseliberty

This is the second in my new series on Getting Started With Silverlight (please see the first article for information on the series and where to get the software you need). Don’t Start with Xaml… Until recently, just about every introduction to Silverlight started out by talking about Xaml; the mark ...

Jesse Liberty - ... - silverlight.net/blogs/jesseliberty/default.aspx · Rank: 71,318 · 140 references

Designer v Xaml v Code

1 day ago by Microsoft Weblogs

This is the second in my new series on Getting Started With Silverlight (please see the first article for information on the series and where to get the software you need). Don’t Start with Xaml… Until recently, just about every introduction to...( read more)

Microsoft Silverlight content - silverlight.net/blogs/microsoft/default.aspx · Rank: 88,942 · 3 references

Yet another reason to love WPF.

1 day ago by Casey

While reviewing some XAML a few days ago, I ran across this: This XAML respectively sets the left, top, right and bottom margins of the button element to 1. While this technically works, WPF provides a handy shortcut for setting all margins to the same value:

write(this); //not that - writethisnotthat.com · Rank: 142,546 · 1 reference

WPF: Label oder TextBox?

1 day ago by admin

Vielleicht haben Sie sich auch schon darber gewundert, warum es in WPF sowohl Label als auch TextBox gibt, wo doch beide in der Lage sind, kurze Texte darzustellen. Geht man der Sache auf den Grund stellt man fest, dass es wohl doch so einige Unterschiede gibt. Wichtigste Erkenntnis dabei ist: Textb ...

softwarearchitekt.net - softwarearchitekt.net

Aero-Theme unter Windows XP

1 day ago by admin

Ja, ich weiß … zu dieser Info gibt es im Netz schon einige Myriaden Einträge. Trotzdem möchte ich das Thema kurz aufgreifen: Wie kann man eine WPF-Anwendung unter Windows XP mit einem anderen Theme ausstatten. Der Schlssel dazu liegt in folgendem Ressourcen-Eintrag blicherweise in der Datei App.xaml ...

softwarearchitekt.net - softwarearchitekt.net

05
Nov
2009
Using Control Template with Progress Bar

2 days ago by zamjad

We have seen few examples of data template. Now let’s take a look at control template. Here is a class hierarchy of control template. Now let’s take a look at the example of applying control template on progress bar. In this simple example we are define one simple control template to just display th ...

Zeeshan Amjad's Blog - zamjad.wordpress.com

04
Nov
2009
Using Multiple Controls in Tooltip

3 days ago by zamjad

We studied how can we use data binding with tool tip. Now we are going to see that how can use multiple controls inside the tool tip. We can use the panel to apply multiple controls inside the tooltip. Here is the the piece of XAML piece of code to insert two text box inside the toolkit. 1: < TextBl ...

Zeeshan Amjad's Blog - zamjad.wordpress.com

03
Nov
2009
Using Tooltip with Data Binding

4 days ago by zamjad

If we are going to use the Tooltip then we can use it very easily using the tooltip class. Here is the class diagram of Tooltip class. Now lets take a look at how we can apply the data binding with tooltip. Let’s take a look at our example of state information. We are going to display the name of th ...

Zeeshan Amjad's Blog - zamjad.wordpress.com

02
Nov
2009
Create a draggable windowless WPF in Expression blend

5 days ago by dnoise

Open expression blend and design your WPF Follow this tutorial to create a windowless WPF with a close button: http://expression.microsoft.com/en-us/cc188959.aspx Follow this tutorial to create a windowless WPF with a minimize button http://blogs.msdn.com/danteg/archive/2008/01/16/getting-the-vista- ...

dNoise's Blog - dnoise.wordpress.com

Previous1234567