I hope somebody could help me. I want to add a wav-file for every object in my objectlist. The class is bound to an ObservableCollection. But I want to know the easiest way to read and play these wav-
I\'m a newbie in WPF. I\'ve implemented an M-V-VM solution and implemented INotifyPropertyChanged for all properties that need to reflect on the UI. Everything seems to be working ok so far, except fo
I made a simple example to better understan the MVVM pattern. Here is a link to the sample solution, because its difficult to explain the whole problem:
I have two textboxes and one checkbox (and other similar cases), wh开发者_JAVA技巧ere I want the underlying dataobjects (two ints) which my program will later be using to be equal to what\'s in the te
My WPF TabControl contains multiple TabItems. I want to visually alert users that data exists on a tab. Currently users have to click each tab to be sure nothing important was overlooked. Each tab rep
I am using a LINQ-to-Entity Model attached to my database.I can do normal binding using LINQ with no problems, example:
I have been encountering issues with a custom WCF service deployed to SharePoint 2010. I\'m receiving the following error when trying to import some data into the client:
I have an ArrayCollection containing bindable objects. I would like to access them in multiple places like below (there\'s only one label for clarity). How can I achieve that? Should I write some kind
As soon as I set up a binding for an NSTextField in Interfacebuilder, it clears the placeholder string (The gray text, which disappears as soon as you enter text).
I\'m trying to access a WCF service, exposed using basicHttpBinding, inside an ASP.NET 2.0 web application.The services uses Entity Framework 4.0, and its business entities were created using the ADO.