How to show TsButton as glowing Root › Technical support › Troubleshooting This topic has 3 replies, 3 voices, and was last updated 15 years, 11 months ago by Support. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts May 20, 2009 at 6:21 am #39303 plasticutParticipant Use SendMessage(sButton1.Handle, CM_MOUSEENTER, 0, 0) to activate glowing and SendMessage(sButton1.Handle, CM_MOUSELEAVE, 0, 0) to deactivate. May 20, 2009 at 6:39 pm #39298 JanKParticipant Doesn't work as expected. Short flash of “glow” is seen, but after that the components refresh and look as usual…Other ideas, anyone? May 22, 2009 at 3:25 pm #39320 SupportKeymaster Glowing is working only for mouse hovering and leaving.If controls must have glowing effect always then a special code must be added to the component… Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting