I have created a custom combo box(Text box, button and List View).
While typing in the text box, cursor disappears. How can I disable "Hiding cursor while typing" in my application.
I goggled and found that it is the system behavior called SPI_SETMOUSEVANISH. It can be turned off but it will affect applications.
How can I turn-off this only in my custom control?