MrProgrammer
Programmer
I have a toolbar on the main window (MDI form) and there is a button on this toolbar. When user clicks the button, a child window will be shown and the button will be disabled.
I did this part. But when that child window closed, the button on the toolbar must be enabled. I tried to enable it in the "Close Event" of the child window but I'm getting an error message like "Unknown identifier ?Button14".
How can I access a button on the toolbar from a child window?
I did this part. But when that child window closed, the button on the toolbar must be enabled. I tried to enable it in the "Close Event" of the child window but I'm getting an error message like "Unknown identifier ?Button14".
How can I access a button on the toolbar from a child window?