為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

how to enable DDE in latest Firefox versions

more options

DDE is a Windows interprocess communication technology that is useful to automate things such as getting the url from Firefox etc. It seems that DDE is being progressively disabled since Firefox Quantum. On FF 57 I can no longer grab the url, on Firefox 70 I can no longer copy text.. Is Mozilla doing this on purpose and is there a way to re-enable DDE?

DDE is a Windows interprocess communication technology that is useful to automate things such as getting the url from Firefox etc. It seems that DDE is being progressively disabled since Firefox Quantum. On FF 57 I can no longer grab the url, on Firefox 70 I can no longer copy text.. Is Mozilla doing this on purpose and is there a way to re-enable DDE?

被選擇的解決方法

Thanks... I apologize I am probably confusing DDE with sending messages to windows. I only had to update the message I was sending to get it working, and it turns out I was never using DDE, but Microsoft Active Accessibility, for getting urls... but my code was buggy

從原來的回覆中察看解決方案 👍 0

所有回覆 (3)

more options

I don't think DDE interfaces are coming back. Firefox supports the Windows Accessibility interface for programmatic access.

What is the Accessibility Service Indicator?

more options

選擇的解決方法

Thanks... I apologize I am probably confusing DDE with sending messages to windows. I only had to update the message I was sending to get it working, and it turns out I was never using DDE, but Microsoft Active Accessibility, for getting urls... but my code was buggy

more options

Thanks for the update. There's probably a better forum for that kind of programming, but I don't know where you would find it.