On 29/07/07, Jan Dubois <[EMAIL PROTECTED]> wrote: > PS: Please let me know if you happen to know a mechanism to create a > message-only window on 98/NT (a window that is not top-level and > will not receive broadcast messages). If this were possible, then we > could get rid of PostThreadMessage() completely.
I can't speak for WinNT, as I don't have it available, but on Win98, using HWD_MESSAGE as the parent window to CreateWindowEx() appears to work fine (despite what MSDN says). Using it I end up with a window that is a child of a hidden system window. The window is not top level, not visible, and I can't make it receive a broadcast message. As soon as I can get back in front of a Win2K box I'll look to see if the implementation looks the same there. Regards, Rob. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Perl-Win32-GUI-Users mailing list Perl-Win32-GUI-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users http://perl-win32-gui.sourceforge.net/