Later on, i make the button visible with: ShowWindow(hClientButton, SW_SHOW);
After hiding the button again, it is still visible on the parent window, but not selectable.
I have tried calling the hide function twice as suggested on some sites, ive minimized it, invalidiated the parent window, updated the parent window, etc.
NOTHING seems to get rid of the button when i try to hide it.
Anyone else experienced this or know what im doing wrong?