1. Win32Lib: setVisible (ShowWindow) processing
- Posted by Brian Broker <bkb at CNW.COM>
Nov 03, 1999
-
Last edited Nov 04, 1999
I am now curious as to why setVisible behaves as it does. Is it because
processing a 'ShowWindow' call has a low priority or is it a flaw in
Win32Lib's design? David, can you provide any insight in respect to
Win32Lib? Is there a way to force a 'ShowWindow' instead of it waiting for
a "break" in your program to process it?
As an experiment, I tried using 'ShowWindowAsync' and it also waits for a
break in program flow before processing the messages.
It's not a critical issue for me but I am curious...
-- Brian