Here's how to use the class properly in VS2005: http://blogs.msdn.com/craigskibo/archive/2004/02/14/73064.aspx
The key is to make sure the thread is running under STA (how to do that is mentioned in the comments). Also note that the code assumes that there is text on the clipboard. If there isn't then the thread blows up so using exception handling might be a good idea.
Michael Taylor - 11/7/09