comctl32/IPAddress component background is incorrectly painted when disabled

This is due to an incorrect Brush being used
Fixed :

--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4749
Fix comctl32/propsheet - should react to CTRL+TAB and CTRL+SHIFT+TAB
Currently not working as calling IsDialogMessageW instead of PROPSHEET_IsDialogMessage which is correctly implementing TAB key management
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4752
ComDlg32 / Color picker does not use "limited" value, leading to out of bound
This cause the lum bar to get crazy


--
v2: Update ipaddress.c
https://gitlab.winehq.org/wine/wine/-/merge_requests/4746
ComDlg32 / Color picker does not use "limited" value, leading to out of bound
This cause the lum bar to get crazy


--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4746