s*****w 发帖数: 1527 | 1 c#,
你可以在windows explorer里找到一个txt文件,
然后drag到桌面上notepad的icon,
这样自动打开这个文件。
请问在c#里如何实现这个drag? | a****l 发帖数: 8211 | 2 I think it has nothing to do with C#. It is some common feature to all
windows application written in any language.
【在 s*****w 的大作中提到】 : c#, : 你可以在windows explorer里找到一个txt文件, : 然后drag到桌面上notepad的icon, : 这样自动打开这个文件。 : 请问在c#里如何实现这个drag?
| l*****c 发帖数: 1153 | 3 when you drag files onto an application icon, windows just pass the name of
the file as parameter to the executable of the application. So, just let
your application takes filename from command line.
【在 s*****w 的大作中提到】 : c#, : 你可以在windows explorer里找到一个txt文件, : 然后drag到桌面上notepad的icon, : 这样自动打开这个文件。 : 请问在c#里如何实现这个drag?
|
|