G
Guest
I'm trying to get Clipboard data from across the network to get a screenshot.
I hit a button on the server, it sends a request to the client, when the
client get's the request it does a SendKeys.SendWait("%{PRTSC}") , then when
i make the call Clipboard.GetImage() a ThreadStateException is thrown. The
[STAThread] attribute is defined on the main. Any ideas?
I hit a button on the server, it sends a request to the client, when the
client get's the request it does a SendKeys.SendWait("%{PRTSC}") , then when
i make the call Clipboard.GetImage() a ThreadStateException is thrown. The
[STAThread] attribute is defined on the main. Any ideas?