Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » code   (RSS)

CComPtr and CComQIPtr, ATL / COM's smart pointers

Until I started working at Microsoft, or maybe even until I started working on Windows, I wasn't much of a "COM in C++" guy. The functionality that I needed was typically abstracted in to a managed language such as C# and so I could get by by without
Posted by gclass | 3 Comments

Using the InkOverlay Control to Avoid Reinventing the Wheel

As mentioned elsewhere, the InkOverlay control is a superset of the InkCollector . This control enables pen input, pen erasing, and pen selection modes for managing ink collection. For this exercise, you will be adding erase and selection functionality

Cool sorted function heading script

I've been using this quite a bit lately... yes, I know it's cygwin... but. Anyways grep -ri "pkAPI [API_NAME_HERE]_" . | sed s/.*pkAPI//|sort This little script snippet finds me all the functions that exist in the current folder and trims them up with
Posted by gclass | 0 Comments
Filed under: ,
 
Page view tracker