在Firefox中,您可以将标签拖放到书签或任何文本字段,但是可以将这些标签拖放到Firefox之外吗?
还有,有比这更好的方法
string vHTMLNames = (string)e.Data.GetData(DataFormats.Html, false);
得到一个html地址的拖累?(令人讨厌的是必须扫描字符串以找到丢失到返回的文本的垃圾邮件中的地址)。
如果你从Firefox中拖出一个标签,它会产生一个新窗口。所以我认为你不能拦截这个。
In firefox, you can dragdrop tabs to either bookmarks or any text field, but is it possible to drag drop these tab outside of firefox?
Also, is there a better way than
string vHTMLNames = (string)e.Data.GetData(DataFormats.Html, false);
to get a dragdrop of html adress? (It is annoying to have to scan the string to find the adress lost into the spam of text that get returned).
If you drag a tab out of firefox it spawns a new window. So I don't think you can intercept this.