Tagged Questions

0
votes
1answer
593 views

Using Clipboard.GetDataObject() from a .Net worker thread

To invoke Clipboard.GetDataObject(), your thread must be running in a single thread appartement (STA). My application uses a lot of asynchronous operation (Begin/End). The completion methods for ...