1. RE: WIN32LIB : window style
as I understood, playing with the styles of a window give sometimes a
strange result, can you say me how to create a no-resizeable,
no-minizeable window wich can not lose focus ?
Gwen
btw, thanks for you help Derek, I appreciate it
2. RE: WIN32LIB : window style
CK Lester wrote:
> Derek,
>
> That one can lose focus... Is it possible to prevent losing focus?
>
I assumed that "lose focus" meant within the application. In other words
if you have an application running that opened a few windows, then the
last one opened in Modal mode would keep focus until was closed.
If, however, you want you application to keep focus when the user tries
to send focus to another application, then I'm not sure how to do that,
nor do I understand why you need to do that. If you want this sort of
simple behaviour, stick with toy operating systems like MS-DOS.