Re: mle help
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Feb 02, 2000
- 616 views
Brian Jackson wrote:
> Windows uses a special message to change
> colors on edittexts and comboboxes.
Win32Lib traps two of the messages, but ignores the rest:
elsif iMsg = WM_CTLCOLORBTN
or iMsg = WM_CTLCOLORSTATIC
-- or iMsg = WM_CTLCOLOREDIT
-- or iMsg = WM_CTLCOLORLISTBOX
-- or iMsg = WM_CTLCOLORMSGBOX
-- or iMsg = WM_CTLCOLORDLG
-- or iMsg = WM_CTLCOLORSCROLLBAR
then
-- David Cuny

