andygeers
March 16th, 2006, 09:01 AM
Hi there, I've got a Dialog resource created with the CreateDialog function, which contains a tab control (from the common controls set). I use CreateDialog to create further child dialogs, one for each tab, which have the tab control as their parent.
Here's the weird part: whilst radio buttons and lists, etc. on one of the tabs work fine, a command button on the SAME tab causes the whole thing to lock up when you press it - the button doesn't even get redrawn in the 'pressed' state, it just totally freezes after getting a WM_ACTIVATE message.
Any thoughts?
Here's the weird part: whilst radio buttons and lists, etc. on one of the tabs work fine, a command button on the SAME tab causes the whole thing to lock up when you press it - the button doesn't even get redrawn in the 'pressed' state, it just totally freezes after getting a WM_ACTIVATE message.
Any thoughts?