'Clipboard' does not have a public static method named 'SetImage' matching the parameter types, generic type arguments, and generic type constraints supplied to InvokeMethod 'Invoke Method'

Please help,
I’m having a problem like this, how do I make the clipboard public? please provide the method in the form of an image or file

Hi,

Can you try as the following?

note : type is System.Drawing.Image

Sequence2.xaml (5.5 KB)

Regards,

Thankyou
I have provided parameters, but the next invoke when it is run has an error


error message
Invoke Method: Value cannot be null. (Parameter ‘TargetObject’)

Hi,

This error shows the object is null. Where does this error occur? Dispose method? If so, check if imgbmp is null.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.