-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Technology is fun isn’t it? As soon as you think you’ve figured out where things are heading a new technology comes onto the scene, changes things up, and offers new opportunities. One of the new technologies I’ve been spending quite a bit of time with lately is Windows 8 store applications. I posted…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I'm pretty new to WPF and i'm trying to load a XAML window and pass a variable to this XAML in its constructor or so, because i need it to load some items from this passed variable.
Could anyone point me to the direction of how to go about this please?
How does one start up a XAML window and…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
the web site says you can in dot net 4.0
I cant seem to do it though, what assesmbly references and xmlns' do i need
the following does not work
xmlns:coll="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib"
<coll:ObservableCollection x:TypeArguments="x:Object">
<MenuItem…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using WPF and Silverlight BookControls by Mitsu
http://www.codeplex.com/wpfbookcontrol
The WPF example alows that every page in the book to be a XAML file, but the Silverlight example dont.
Is there a way load a XAML in every book page in the Silverlight example ?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
the web site says you can in .NET 4.0
I cant seem to do it though, what assesmbly references and xmlns' do i need
the following does not work
xmlns:coll="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib"
<coll:ObservableCollection x:TypeArguments="x:Object">
<MenuItem…
>>> More