Most of the Drag/Drop in WPF tutorials I see use some kind of dragdrop helper classes to work with drag/drop in WPF.<BR><BR>I'm just beginning a feature in my WPF app where that will be heavily ...
Me and some other people are working on a desktop viewer/editor for a tile-based game (Wolfenstein 3D). We're not sure of the best way to actually draw the tiles because none of us have had to do ...