How to update dialog title when a value is changed in a child window?
-
How can I updat the dialog title with the employee name when a new employee is selectd from a list control? This list control is in a tab control property sheet. Elizabeth
-
How can I updat the dialog title with the employee name when a new employee is selectd from a list control? This list control is in a tab control property sheet. Elizabeth
SetWindowText(hDlg, ...);
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
How can I updat the dialog title with the employee name when a new employee is selectd from a list control? This list control is in a tab control property sheet. Elizabeth
The list control's parent window is the dialog representing the tab. The parent of the 'tab' is the property sheet. Get the parent of the parent of the control and set its window text. Seting the window text of a dialog changes the dialog's title. The memories of a man in his old age are the deeds of a man in his prime.