i have an comboxcontrol definedwith events in my mainpage.xaml <Grid x:Name=\"LayoutRoot\"> <ComboBox SelectionChanged=\"ComboBox_SelectionChanged\"></ComboBox>
I am trying wrap image around cylinder in silverlight. I looked a lot in Google but don\'t found anything. As I know it can be done with pixel shader, but don\'t know ho开发者_开发百科w.
i am getting this errormessage The type or namespace name \'INotifyPropertyChanged\' could not be found (are you missing a using directive or an assembly reference?)
I have a WCF over SSL service that works no problem.I am able to add a reference to this service to my Silverlight Project. Everything is hosted in IIS7.When My app runs I get the following error
According to this I 开发者_C百科need to set an attribute in code to get SSL encryption for my RIA service calls. Is there no way to do this with a configuration file?
I\'m developing a Windows Phome application. I have the following ListBox on a page: <ListBox Margin=\"10,10,8,8\" x:Name=\"WallList\">
How much will it cost for my programs performance if i add Extension methods to it? Will it work slower or may be will load slo开发者_Python百科wer?
I have the following problem to solve: I have some ellipses in my xaml that work as buttons, and some of them may open in 2 new buttons when clicked. I put them in separate canvas, in a way that this
Lately I have installed Windows Phone 7 developement tools and noticed that VS2010 unable to resolve the phone resources like styles and fonts. But Blend does load them all, it\'s开发者_StackOverflow中
开发者_JS百科how to add mouserightbuttondown event to stackpanel in silverlight 3In Silverlight 3 its quite tricky,probably the best solution all other things being equal is start using Silverlight 4.