Win32 Static Controls
- Posted by Brian Jackson <bjackson at 2FARGON.HYPERMART.NET> Jan 16, 2000
- 559 views
Does anyone know a way to get around the fact that the STATIC class of controls won't respond to windows events? For example, I want to create an LText that changes text or does some other cool thing when the mouse rolls over it. I COULD just create an EditText with the WindowBackColor set to match the window, with no border or 3-D effects, but I'd rather just use an LText. Eventually, I'll end up finding myself in the same boat on ALL the STATIC class controls, so if anybody has a suggestion, I'd love to hear it! Thanks in advance, Brian