Imports System.Windows.Forms
Module Module1
Sub Main()
Dim o As New Object
Clipboard.SetDataObject(o)
End Sub
End Module
I has tested the code and it will work for me.
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.