in reply to Re^6: Release Button in Click
in thread Release Button in Click
You could try using one of the Update()/InvalidateRect()/Redraw() methods on the button at the end of the event handler. Alternatively, you could try running the event handler code in a thread to see if this makes any difference to the button's appearance.
|
|---|