Basic info: VS2010, .Net 4.0 WPF application. I'm trying to write a dialog box that allows a user to edit a fairly simple configuration file, opened as an XMLDataProvider as an application-level ...
WPF makes it very easy to load non-executable resources at run time -- including a complete UI in XAML. Here's how to leverage that functionality to create applications that you can customize without ...
In the previous article, I walked through the basics of using Visual Studio to easily create a UI using some drag-and-drop controls that set up the front end of the UI. From there, we took the XAML ...
WPF makes it very easy to load non-executable resources at run time -- including a complete UI in XAML. Here's how to leverage that functionality to create applications that you can customize without ...