Hi,
I am trying to write a drag and drop portal to facilitate moving files between computers that i have under remote control. My thoughts are that it would be nice to drop files on my remote 'viewer' and then have them copied to the clipboard of the remote machine, or preferably initiate a drop event on the window on the remote machine. basically I have worked out how to do most of it, the part that I cant work out is the drop event. I want to use the DoDragDrop call, but I need a pointer to the IDropsource interface. Does anyone know how I can get a pointer to the interface o fmy vb program? or am I going to need to get to grips with C++ for this?
I am trying to write a drag and drop portal to facilitate moving files between computers that i have under remote control. My thoughts are that it would be nice to drop files on my remote 'viewer' and then have them copied to the clipboard of the remote machine, or preferably initiate a drop event on the window on the remote machine. basically I have worked out how to do most of it, the part that I cant work out is the drop event. I want to use the DoDragDrop call, but I need a pointer to the IDropsource interface. Does anyone know how I can get a pointer to the interface o fmy vb program? or am I going to need to get to grips with C++ for this?