agustech wrote:a somewhat much cleaner and useful (?) example:%% args -ref:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\PresentationFramework.dll"
%% args -ref:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\PresentationCore.dll"
%% args -ref:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\WindowsBase.dll"
use System.Windows
...
Thanks. I added something like this under <workspace>\HowTo\382-WPF.cobra. I threw in some more namespaces, a stack panel and an application-wide exception handler.