How to get image from vb6 MSFlexGrid OLEDragDrop event
I have a VB project that is converted from VB6 to VB.NET. In this, I have a MSFlexGrid that is used as an interop compatibiliy. That means it is somewhat converted to .NET, but internally, many of the mechanisms are still from VB6/COM. I need to drag an image from a PictureBox (which is .NET) and drop it on the flexgrid. This is what ...