in

DevPinoy.org

A Filipino Developers Community
ATTENTION:Take our Code Challenge for the month of October 2008 and win some great prize! Learn more about it here!

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • The ViewController and XAML

    About two nights ago, I learned how to use an external XAML in a WPF application. It was so simple. Just read the XAML, parse it, and then wire the elements to your code. Now if this is how we are supposed to code in WPF, then I might just as well stick to WinForms. Fortunately XAML was not designed...
    Posted to Driving .NET by smash on 10-05-2006
    Filed under: Filed under: , , , ,
  • implementing undo and redo

    for a command to be undone, we need to store it somewhere. to facilitate this, we need to create a class for every command and we also need to create a class that will process and then store these commands upon request. interface ICommand { void Execute(); void UnExecute(); } the code above shows the...
    Posted to Driving .NET by smash on 02-12-2006
    Filed under: Filed under: , ,
Page 1 of 1 (2 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems