in

ExpressionBlog.com

Microsoft Expression Studio Community

Browse by Tags

  • Programming Silverlight 2 – Jesse Liberty & Tim Heuer

    I do not pre-announce books. That said, this book is likely to be of significant interest to this community, and so, now that it is officially listed on Amazon , I thought it reasonable to mention that it is on the way, and that Tim and I are exceedingly proud of it. Our goal in Programming Silverlight...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 07-31-2008
  • Green Eggs and Ham Webcast Presentation

    I presented the first of a new series of live web casts today in which a number of resources were mentioned. As promised, here are links to all of them Silverlight.net Getting Started Page Learn Page Silverlight Microblog Scott Guthries’s blog entry on Expression Blend for Programmers Three videos on...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 06-25-2008
  • New Live Presentation Series – Starts 6/25

    I am pleased to announce a new series, blending Conference-quality presentations delivered through Live Meeting via the Live From Redmond Series. Audience, Goal and Purpose Each presentation will provide a thorough overview of a Silverlight 2 topic with a focused  priority of explaining What is...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 06-18-2008
  • Who Ate My Mouse Down Event??

    Before I leave, I want to squeeze in one quick note about a problem a lot of folks are running into as they upgrade from Beta 1 to Beta 2. I’ll come back to this in more detail when I get back, but here it is in a nutshell. A breaking change in the Beta 2 upgrade is that all the controls now handle MouseLeftButtonDown...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 06-12-2008
  • Popup Control

    Beta 2 includes a wealth of new controls including the Popup (that is new, right? It’s not that I just didn’t notice it before?). I received an email today asking if I’d do a short How Do I video on creating a Popup and I certainly will, but here is a wicked fast tutorial for those of you who can’t wait...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 06-06-2008
  • Beta 2 Event Bubbling

    There are many great changes in Beta 2, and some are designed to make Silverlight more like WPF. One side effect of this is that event bubbling has changed just a bit and that bit breaks some of the examples I love to use. In Beta 1, the distinction was that all the controls handled their own click events...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 06-03-2008
  • Creating a Project from xaml and xaml.cs files

    I posted the code for the PageSwitcher app described in a previous blog post , but to save space and to make the download faster, I didn't include anything but the code (no solution or project files). A reader wrote asking how to create a project and it is a more than fair question as the answer...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 05-31-2008
  • Multi-Page Applications in Silverlight

    I wanted to build a multi-page (Search - Results) application when I realized that isn't really our model. Fortunately, I wrote to Ashish Shetty , who combines enormous knowledge with enormous kindness, and even though he is in the middle of blogging about this, he agreed that I could blog about...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 05-31-2008
  • In Silverlight, Tags are just strings...

    Tim Binkley-Jones sent in a Tip of the Day that custom attached properties make a superior choice to Tags because, in Silverlight, Tags can only be strings . This is not what I've been saying, but he is right; I was wrong. He provides this excellent blog entry in which he explains the problem and...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 05-19-2008
  • Converting it to VB

    Just to tie the previous two blog posts together, I copied the C# into Instant VB and here is what it spit out (line break added to fit) Private Sub AnyPropertyCheckBox_Click( ByVal sender As Object , ByVal e As RoutedEventArgs) Dim isVisible As Nullable(Of Boolean ) = Not AnyPropertyCheckBox.IsChecked...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 05-18-2008
Page 1 of 2 (13 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems