Welcome to AddressOf.com Sign in | Join | Help

Browse by Tags

All Tags » Interop » Tip   (RSS)

Further Adventures in WinRT - Part 1

Working with WinRT, well, I'm just going to say it... sucks! I'm past the "who moved my cheese" phase; so that's not why I'm making that statement. It sucks because it is not completely thought out, requires that you have to
Posted by CorySmith | 0 Comments
Filed under: , , ,

Console Event Handling

Someone sent me an IM asking if I knew of a way to handle the pressing of the close button on a console application. After a bit of research, I found a way (and some limitations). This required stepping outside of the Microsoft .NET Framework utilizing
Posted by CorySmith | 1 Comments
Filed under: , ,

Console Event Handling

Introduction At one point or another, most software developers have written a console application. It might have been while you were learning how to write software or, even more recently, as a way to create a simple tool that doesn't require the extra
Posted by CorySmith | 2 Comments
Filed under: , ,