How to diagnose WM_COPYDATA problems?
Posted: 02 May 2026 14:00
Claude wrote me a small C# thingy to have an easily scriptable way to send commands to xy (mostly :goto
)
It works fine when I run it from the console, but when it's embedded in the EverythingToolbar, xy doesn't change. I've logged it to see that xy returns a 0 to the WM_COPYDATA call, while it returns 1 for the working calls. (The content is the same)
So how I can I debug this further - what logging does xy have for these calls? (so far I only know
Does anyone have suggestions what's happening?
It works fine when I run it from the console, but when it's embedded in the EverythingToolbar, xy doesn't change. I've logged it to see that xy returns a 0 to the WM_COPYDATA call, while it returns 1 for the working calls. (The content is the same)
So how I can I debug this further - what logging does xy have for these calls? (so far I only know
<get copieddata ..>) Does anyone have suggestions what's happening?