Re: Using InternalGetWindowText Instead of Sending WM_GETTEXT when Drawing Window Captions

2007-02-26 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Yes, the table windows in the query designer in Access 2003. Access > 2003 works on Windows 2000+. Maybe it's NT4 that doesn't send them then. Anyway, if the app needs them I don't have a problem with adding them back. -- Alexandre Julliard [EMAIL P

Re: Using InternalGetWindowText Instead of Sending WM_GETTEXT when Drawing Window Captions

2007-02-26 Thread Robert Shearman
Alexandre Julliard wrote: Robert Shearman <[EMAIL PROTECTED]> writes: Hi Alexandre, A patch of yours from 2.5 years ago (http://source.winehq.org/git/wine.git/?a=commitdiff;h=b72994b6d4a04352e18934cd3fbe51749b7da234) changed the behaviour to not send WM_GETTEXT any more. My experiments on W

Re: Using InternalGetWindowText Instead of Sending WM_GETTEXT when Drawing Window Captions

2007-02-26 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Hi Alexandre, > > A patch of yours from 2.5 years ago > (http://source.winehq.org/git/wine.git/?a=commitdiff;h=b72994b6d4a04352e18934cd3fbe51749b7da234) > changed the behaviour to not send WM_GETTEXT any more. My experiments > on Windows show that WM_G

Using InternalGetWindowText Instead of Sending WM_GETTEXT when Drawing Window Captions

2007-02-26 Thread Robert Shearman
Hi Alexandre, A patch of yours from 2.5 years ago (http://source.winehq.org/git/wine.git/?a=commitdiff;h=b72994b6d4a04352e18934cd3fbe51749b7da234) changed the behaviour to not send WM_GETTEXT any more. My experiments on Windows show that WM_GETTEXT should be used. Can you remember what the re