Guest The PocketTV Team Posted June 10, 2003 Report Posted June 10, 2003 All applications receive a WM_SYSCOLORCHANGE message when system colors are updated (e.g. using Settings > Home Page > Color Schemes). The problem is that WM_SYSCOLORCHANGE can be received *before* the system colors are actually updated in the global place. So calling GetSysColor (upon receiving WM_SYSCOLORCHANGE ) to get the new colors may return the old colors. This bug was confirmed by Kevin Kennedy [MS]. For a workaround, check this thread: http://smartphone.modaco.com/viewtopic.php?t=62925
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now