Background I\'m working on an application that is supposed to work on every windows platform from XP onwards in the same manner.Through the .NET framework this has been very easy, for the most part.T
I created a new WPF application with target framework as .NET Framework 3.0. I developed WPF windows some of which used DropShadowBitMapEffect for Border tag:
I am trying to get an old application that was written using a mvc preview version and have run in the following problem.
I have a windows form application that will open other forms, but will only display the forms for a few seconds (user configurable).I would normally do something like threading.thread.sleep(n), howeve
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Does anyone know of a way to disable the mouse scroll wheel when a control such as a combobox or listbox has focus? For my purposes, combobox is all I need the answer for.
I am developing a WPF windows application and am getting into a trouble running the app in .NET 3.0. Everytime that I try to access the System.Windows.Threading.Dispatcher.Invoke() method, I get a met
I have .NET 3.5 SP1 WPF application which I\'m successfully deploying to client computers using ClickOnce.
This question already has answers here: What is the difference between IQueryable<T> and IEnumerable<T>?
I have been looking into MVVM design patterns with WPF for a project.I have so far looked at MVVM light, MVVM Foundation, and the WPF Model-View-ViewModel Toolkit.I have a requirement to keep it to .N