25 Oct 2008 at 10:08 #1 ~J~ ~J~ Soldato Joined 20 Oct 2003 Posts 7,558 Location London Can't believe something so simple has me so baffled!! Can anyone tell me how I add a WPF "User Control" to a WPF Window in VS2008? Would have thought it would have appeared in the Toolbox, but nothing is there at all. Any ideas?
Can't believe something so simple has me so baffled!! Can anyone tell me how I add a WPF "User Control" to a WPF Window in VS2008? Would have thought it would have appeared in the Toolbox, but nothing is there at all. Any ideas?
25 Oct 2008 at 11:09 #2 ~J~ ~J~ Soldato OP Joined 20 Oct 2003 Posts 7,558 Location London Sorted. If anyone has this problem when using WPF, both control and window need to have the same namespace on them, eg: PHP: xmlns:local="clr-namespace:[ApplicationName]">
Sorted. If anyone has this problem when using WPF, both control and window need to have the same namespace on them, eg: PHP: xmlns:local="clr-namespace:[ApplicationName]">