"Dan" == Dan Kegel dkegel@ixiacom.com writes:
Dan> With today's cvs, I see fixme:win:SetWindowTextA cannot set text Dan> "Notepad - (untitled)" of other process window (nil) when I run Dan> notepad.exe. This also happens with wine20021125, but not with Dan> wine20020904.
SetWindowText can not yet set the text across process boundary. But more functions do the right thing and use SetWindowText and not a workaround or don't use it at all. So this is not a regression.
Bye