Page 1 of 1

Paste an image on a panel

Posted: Wed Apr 05, 2023 3:53 pm
by 15693683
Hi,

I an currently designing a digitizer tool (vb under visual studio 2919), based on the panel background image of the chart.
I successfully programmed the drag/drop operation to drag a bitmap on the background from a .bmp file, but is there anyway to use an image from the clipboard, that would have been copied in another application like word ?
How does a graph can accept an image paste from clipboard ?

Thanks
Regards

Re: Paste an image on a panel

Posted: Thu Apr 06, 2023 9:24 am
by Christopher
Hello,
Sharkann wrote:
Wed Apr 05, 2023 3:53 pm
How does a graph can accept an image paste from clipboard ?
That should be possible, but I first I need to know which platform you are using—web app or desktop? Windows Forms or WPF? .NET Framework or .NET 5/6/7?

Re: Paste an image on a panel

Posted: Fri Apr 21, 2023 6:43 am
by 15693683
Hi,

Thanks, that is possible, forget it i found how to do.

Thanks !
Sharkann