lothos12345 Posted April 14, 2006 Posted April 14, 2006 In visual basic.net 2003 how do you clear the system clipboard? All the options I have is the getdataobject and setdataobject. Any help offered is greatly appreciated. Quote
jo0ls Posted April 14, 2006 Posted April 14, 2006 <DllImport("ole32.dll")> _ Private Shared Function OleSetClipboard(ByVal theDataObject As IDataObject) As Integer End Function and send nothing. Don't know a .Net way... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.