http://bugs.winehq.org/show_bug.cgi?id=24757
--- Comment #4 from Alejandro Lavarello alejandro.lavarello@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).