|
Posted by Riki on June 8, 2005, 9:23 pm
Please log in for more thread options
wudlip wrote:
> i have do like the following:
>
> 1.change register value :
> HKCU\ControlPanel\Home\BgImage
> 2.call
> SendMessage(GetDesktopWindow(),WM_SETTINGCHANGE,0xf2,0);
> or
> SendMessage(HWND_BROADCAST,WM_SETTINGCHANGE,0,0);
>
> but it will no effect for sometimes, i don't know why, some one help me?
> thank you very much
thats correct, home.exe caches settings, so it will only change when the
registry entries are different. is this what you are seeing?
riki
A book worth banning is a book worth reading.
By Night:
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/ AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/ By Day: http://www.EmbeddedFusion.com
|