DCSIMG
.Net 3.0 - Justin myJustin = new Justin( Expriences.Current );

Browse by Tags

All Tags » .Net 3.0 (RSS)

[Tapuz .Net] Getting WPF's FlowDocument and FlowDoucmentReader MouseOver text

Question: I've got a WPF FlowDocument in a FlowDocumentReader. On mouse left button click I need to get the "word" that the user clicked on. How can I get that "word"? Answer: First, let's understand the problem. To those of you not familiar with the WPF FlowDocument check out this XAML file: www.sneath.org/tim/chocolate.xaml If you've got .Net 3.0 installed on your machine, it will automatically render and run it inside your browser. We can change the Font-size with...