Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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?

Giải pháp được chọn

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

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (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

Giải pháp được chọn

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.