Browse by Tags
All Tags »
WPF (
RSS)
I have just tried to view some XBAP applications using RC1 of NetFx . Unfortunately it didn't go so well because I am sitting behind a proxy server. IE has it's connection settings defined for how to go through the proxy, but it seems that the XBAP host...
This morning I have been reading through Applications = Code + Markup by Charles Petzold . It is a good read with lots of details. I have found a small misprint though. Page x (as in page 10 of the introduction) says that the codes samples can be found...
I have created some WPF UserControls, but referencing them in XAML is causing grief in the VS IDE. If I have a UserControl that is in the applications assembly, I set up the namespace mapping with something like the following: < Page x:Class = " XAMLBrowserApplication1...
Surprisingly, one of the first major problems I had with WPF was when I tried to figure out how to navigate to a new WPF page inside an XBAP application. Sure, there are a few controls which encapsulate this functionality (like the Frame and Hyperlink...
In my new job, I have been tasked with the great opportunity of building a prototype application in Windows Presentation Foundation . The .Net 3.0 RC1 came out last weekend so I have been using these latest bits. It has been a very interesting experience...