Posts Tagged with "C#"

Easy Way Detect Changes On The Clipboard With Windows API

A recent Windows Forms project required that I copy data from a grid and an associated object with each cell copied. This allows a user to paste the data in the same grid but in a different set of cells. My problem came when a user would copy data from an external application like Excel, and [...]

Continue reading...