S saimon Unregistered / Unconfirmed GUEST, unregistred user! 2001-09-30 #1 请问各位: 在两个exe程序间,如何进行图像拖动 从列表或显示框拖动到浏览器控件中
Z zytzjx Unregistered / Unconfirmed GUEST, unregistred user! 2001-10-05 #2 如果这两个程序都是你自己写的。这是可以的,别的我也不会。
L luyear Unregistered / Unconfirmed GUEST, unregistred user! 2001-10-05 #3 http://www.delphibbs.com/delphibbs/dispq.asp?lid=594856
S saimon Unregistered / Unconfirmed GUEST, unregistred user! 2001-10-06 #4 to: zytzjx 可不可以说清楚一点,如果好的话,我将全分送上,先谢过
V varphone Unregistered / Unconfirmed GUEST, unregistred user! 2001-10-22 #8 use the clipboard or through the image.hdc visit the image of the other .exe! Like this: exe1.image.canvas.handle := exe2.image.canvas.handle; drag the handle to the another exe!
use the clipboard or through the image.hdc visit the image of the other .exe! Like this: exe1.image.canvas.handle := exe2.image.canvas.handle; drag the handle to the another exe!
L lha Unregistered / Unconfirmed GUEST, unregistred user! 2001-10-23 #9 其实要真正实现 Drag&Drop很繁 拖放的Source程序要实现 IDataObject 和 IDropSource 接口 接受的Target程序要实现IDropTarget接口 你可以看看Windows SDK Help 不过 我想还是用现成的控件比较好,你去www.vclxx.org找一下,很多哦
其实要真正实现 Drag&Drop很繁 拖放的Source程序要实现 IDataObject 和 IDropSource 接口 接受的Target程序要实现IDropTarget接口 你可以看看Windows SDK Help 不过 我想还是用现成的控件比较好,你去www.vclxx.org找一下,很多哦