I\'ve been designing applications using C# for some time now but I have the need to create 开发者_开发技巧a more custom application and Expression Blend was recommended to me.I\'ve downloaded the free
I have a VS2010 solution with 5 projects. Two of these projects are called: MyResources Application The Application project contains all of the views and viewmodels for the application to run, and t
In Visual Studio I can easily control which configuration is built, Debug or Release or something else.How do I control which configurat开发者_开发知识库ion is built in Expression Blend 3?Take a look
I have a WPF C# project that references a C++/CLI mixed mode project.I\'m having trouble using the WPF project in Expression Blend 3.I\'m new to Blend so perhaps this is obvious, but it won\'t display
I\'m creating a training lab for a desktop application. Basically it\'ll be a series of screenshots with hotspots, when the user clicks in the right spot it advances to the next screenshot. There wi
In my installation of Blend 3, the SketchStyles are missing when a new project is created. I found out that this is because the following au开发者_StackOverflowtomatic references in the project are wr
I am trying to figure out how to grab a value from Expression.Blend.SampleData.If my id is equal to a drop down for example, I can grab it by doing this:
I would like to stream videos that reside at the webserver from within a ExpressionMediaPlayer control. The following results in a network error. I believe that the problem is with my Uri. I have the
I would like to animate a ScatterView Control using Expression Blend However, it seems that Blend doesn\'t recognise this control and nothing is visible on the design surface despite it being in the开
In Silverlight an AccordionItem is inside another one . When the inner one is selected, it can not expand its parent more which is already expanded to show its own content.