|
Originally Posted by desertrat_blog
|
After some googling I found this:
http://www.pocketpcdn.com/articles/c...odaytheme.html
Unfortunately nscriptm doesn't seem to have the equivalent of SendMessage(). Quite surprising that, I would've thought that it should be a pretty common and useful function to have. If anyone know of a workaround ...?
-cheers
|
nScriptm is able to call external programs; so, it will be able to execute
this one too.
This app only sends out the
::SendMessage(HWND_BROADCAST, WM_WININICHANGE, 0xF2, 0);
message, as can be seen in
its source.
(The app was written by me.)