Does anybody know how to send keys to the system? like send the WinKey + D combination for minimize to desktop, Ctrl+Z for undo, etc.

I've tried fiddling with SetKeyboardState API but no go...if there is a .NET framework way then hurrah!

TIA

-C