Hi,
why do i get this on Vista, while trying to set text to clipboard:
Error: System.Runtime. InteropServices .ExternalExcept ion: Der angeforderte
Clipboard-Vorgang war nicht erfolgreich.
bei System.Windows. Forms.Clipboard .ThrowIfFailed( Int32 hr)
bei System.Windows. Forms.Clipboard .SetDataObject( Object data, Boolean
copy, Int32 retryTimes, Int32 retryDelay)
bei System.Windows. Forms.Clipboard .SetText(String text, TextDataFormat
format)
bei System.Windows. Forms.Clipboard .SetText(String text)
bei DeviceRemover.D RMainForm.mnuCo pyIndexName_Cli ck(Object sender,
EventArgs e)
This is pretty sure that it is some access/security stuff, but how can
i handle it,...
TIA
Regards
Kerem
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.codeplex.com/restarts
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
why do i get this on Vista, while trying to set text to clipboard:
Error: System.Runtime. InteropServices .ExternalExcept ion: Der angeforderte
Clipboard-Vorgang war nicht erfolgreich.
bei System.Windows. Forms.Clipboard .ThrowIfFailed( Int32 hr)
bei System.Windows. Forms.Clipboard .SetDataObject( Object data, Boolean
copy, Int32 retryTimes, Int32 retryDelay)
bei System.Windows. Forms.Clipboard .SetText(String text, TextDataFormat
format)
bei System.Windows. Forms.Clipboard .SetText(String text)
bei DeviceRemover.D RMainForm.mnuCo pyIndexName_Cli ck(Object sender,
EventArgs e)
This is pretty sure that it is some access/security stuff, but how can
i handle it,...
TIA
Regards
Kerem
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.codeplex.com/restarts
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
Comment