如何在两个exe程序间进行图像拖动(80分)

  • 主题发起人 主题发起人 saimon
  • 开始时间 开始时间
S

saimon

Unregistered / Unconfirmed
GUEST, unregistred user!
请问各位:
在两个exe程序间,如何进行图像拖动
从列表或显示框拖动到浏览器控件中
 
如果这两个程序都是你自己写的。这是可以的,别的我也不会。
 
http://www.delphibbs.com/delphibbs/dispq.asp?lid=594856
 
to: zytzjx
可不可以说清楚一点,如果好的话,我将全分送上,先谢过
 
可以用DDE 也可以用COM
 
to lha
详细一点好吗?
 
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!
 
其实要真正实现 Drag&Drop很繁
拖放的Source程序要实现 IDataObject 和 IDropSource 接口
接受的Target程序要实现IDropTarget接口
你可以看看Windows SDK Help

不过 我想还是用现成的控件比较好,你去www.vclxx.org找一下,很多哦
 
多人接受答案了。
 

Similar threads

D
回复
0
查看
2K
DelphiTeacher的专栏
D
D
回复
0
查看
1K
DelphiTeacher的专栏
D
后退
顶部