how把文件drag到一个application's icon, so it takes the file as input ?# Programming - 葵花宝典I*t2008-07-04 07:071 楼还有一个日本歌手UA翻唱的版本,也很好听
s*w2008-07-04 07:072 楼c#,你可以在windows explorer里找到一个txt文件,然后drag到桌面上notepad的icon,这样自动打开这个文件。请问在c#里如何实现这个drag?
a*l2008-07-04 07:074 楼I think it has nothing to do with C#. It is some common feature to allwindows application written in any language.【在 s*****w 的大作中提到】: c#,: 你可以在windows explorer里找到一个txt文件,: 然后drag到桌面上notepad的icon,: 这样自动打开这个文件。: 请问在c#里如何实现这个drag?
l*c2008-07-04 07:075 楼when you drag files onto an application icon, windows just pass the name ofthe file as parameter to the executable of the application. So, just letyour application takes filename from command line.【在 s*****w 的大作中提到】: c#,: 你可以在windows explorer里找到一个txt文件,: 然后drag到桌面上notepad的icon,: 这样自动打开这个文件。: 请问在c#里如何实现这个drag?