Ed Giardina's .NET Blog

Blogging about Hobbyist Adventures in C#, XNA, ASP.NET and other stuff

Browse by Tags

All Tags » C# (RSS)
Adding Swipe functionality to WPF Applications
As part of a kiosk application written in WPF, the client wanted 'Swipe'-like functionality similar to many touch-enabled smartphones. It's actually not that hard in .NET 4 and WPF. First, add a property to your page/control that keeps track...
Posted: Tue, Nov 23 2010 2:52 PM by Richthofen | with no comments
Filed under: , , ,
asp:menu control and SiteMap, 'Selected' Item must match exact url?
So I am back into making .NET websites... and I love the web.sitemap feature of .NET 2.0+ However, I like my web folder structure to be semantic. This means that instead of clunky files with extensions, I like to have a directory for every portion of...
XNA 2.0 and Drawable Game Components
So I recently updated my XNA project to 2.0 to take advantage of the cool networking libraries and such. However, now I've noticed that game components I add to the component list no longer automatically begin calling their draw methods once they're...