Sometimes getting a System.ServiceModel.Channels.ServiceChannel in faulted...
We've recently released a WPF app, that's replaced a really old VB6 app. This morning one of my users had a problem opening some data using the data. The error she was getting is:"The communication...
View ArticleAny Good Training Courses on WPF
Hello everyone,Does anyone know of some worthwhile training courses for WPF?There are a number of developers here who are wanting to be trained up and we all want to look at different bits but for the...
View ArticleBump Maps for WPF 3D objects ?
Hi,I tried Google but can't find anything useful. There were a couple of questions here but they were old and not really that informative as they lead to dead sites.So is it possible to use bump maps...
View ArticleCan MS Word open from a Memory Stream?
I am writing a WPF Desktop application that creates MS word files using the Open XML SDK. I want to create the document in a memory stream, and then have MS Word open the document from the memory...
View ArticleXml Parser Exception
Hi: Can anyone suggest a solution? Everything else works and this code should work but I am having another parser problem with the following XML code:public static XElement DrawingTextXml(string...
View Articlewpf canvas drawing kinect depth data
Hello im porting an app i made using kinect + openframeworks to c#,so i took the kinect Shape Game wich comes with the developer toolkit ,the app basically takes a line of pixels from the depthData and...
View ArticleProblems in creating Hierarchical Data Template on the treeview
Hi,I've tried to create a treeview, however I've had problem in showing the data in the treeview. Let me show how the treeview would be.Table 01 ---- Fields -------- Field 01 -------- RelatedField 01...
View ArticleMicrosoft TechNet Wiki WPF Guru - Winners for January!!
The results for January's TechNet Guru competition were posted!http://blogs.technet.com/b/wikininjas/archive/2014/02/16/technet-guru-awards-january-2014.aspxPost your FEBRUARY contributions...
View ArticleSetting global FocusVisualStyle does not work - MSDN library completely wrong?
This MSDN library page states that to declare an application-wide focus visual style, I need to set my style's key to SystemParameters.FocusVisualStyleKey. Tried it, has no effect. What's wrong here?...
View ArticleData Binding in Xaml when a textbox is updated programmatically
I have what I assume is a common problem. I have a textbox. It is bound to a property. Here's the Xaml...
View ArticleHow can I save content from richtextbox into a RTF file?
FlowDocument document = rtt.Document; System.IO.Stream ms = new System.IO.MemoryStream(); System.Windows.Markup.XamlWriter.Save(document, ms); byte[] data = new byte[ms.Length]; ms.Position = 0;...
View ArticleWhy is a Line shape on a Canvas drifting away while dragging?
I see a strange behaviour dragging in Line shape over a Canvas that I cannot explain. The Line shape is in a Thumb DataTemplate like so:<DataTemplateDataType="{x:Type...
View ArticleWPF Surface tagged objects recognization in grid
I have a WPF Surface 2.0 project which recognizes when either a finger, blob or tagged object is placed on the screen and display on the screen what it is in a label. What I'm trying to achieve is...
View Articlesystem tray in my app
I want to make an application which will show all the notifications of system tray in my app as links which can be opened. PLZ Help and give sample if any...
View ArticleComposite styles
Hi all!I need to slightly edit an XAML file to add one little detail; I have a set of shapes, one of them being a simple box, defined as a style. I need to add a textblock to the style if possible to...
View ArticleSpread the Love! Be our WPF TechNet Guru, this Valentine's
TechNet loves you! We love your contributions at TechNet Wiki sooo much that we give you more than just love in return...We give you NOTORIETY, GLORY... and VIRTUAL MEDALS!That's not all, this love we...
View ArticleThread and loading animation
Hi I am a beginner in C # WPF. I have two problems that I want to share with you so that you can help me In one part of my application I have a textbox a button on my form. On button click, I make a...
View ArticlePrism Navigation - ConfirmNavigationRequest - Subscribe to continuationCallback
I'm using Prism to navigate through my app. My views are navigation aware and typically prompted with a dialog on IConfirmNavigationRequest.ConfirmNavigationRequest. The contuationCallback action is...
View ArticleXAML models in WPF
Hi,I am working on an animated model of a human head. At the moment I am using the Helix 3D Toolkit to import .OBJ files to use in my project. This gives me control of all the models and things like...
View ArticleSave discussion blog as template in databse
Hi,I am very new to WPF. I would like to know how to save the discussion blog as template in database using wpf?For example something like this:http://en.wikipedia.org/wiki/Talk:Main_Page
View Article