[Bug 24757] WS_EX_NOACTIVATE doesn't prevent window activation

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 17 23:36:09 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24757

--- Comment #4 from Alejandro Lavarello <alejandro.lavarello at gmail.com> 2010-10-17 23:36:09 CDT ---
Created an attachment (id=31359)
 --> (http://bugs.winehq.org/attachment.cgi?id=31359)
Correct working of WS_EX_NOACTIVATE in Windows XP

In Windows XP, the form never comes to front when 
clic in it. This is the correct behaviour of the call
to the Windows API
SetWindowLong(self.Handle  , GWL_EXSTYLE, WS_EX_NOACTIVATE).
(Programming language: Lazarus Free Pascal).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list