Posts: 37
Threads: 20
Joined: Nov 2006
is it possible that , when setting the style of a window, this window can't be activated?
(the WS_EX_NOACTIVATE style)
what is the code for quickmacros please?!
Posts: 37
Threads: 20
Joined: Nov 2006
WS_EX_NOACTIVATE
Windows 2000/XP: A top-level window created with this style does not become the foreground window when the user clicks it. The system does not bring this window to the foreground when the user minimizes or closes the foreground window.
is it possible to do this with quickmacros?!
Posts: 12,061
Threads: 140
Joined: Dec 2002
I tested SetWinStyle w1 WS_EX_NOACTIVATE 5 with two windows and it did not work. The style probably must be set when creating the window and cannot be changed later.