natashaXXX
Programmer
I have already set up an MDIForm with a child form (with textbox for editing files), and the one and only menu is on the MDIForm. I feel i have gone too far to change the menu to the child form.
problem.
ex. I have two child forms open, one with amendments and one without, and i go to close each form. How can I determine which forms I will need to ask the user whether they wish to save because changes have been made.
Simply having a global boolean change when a txt_change occurs isn't enough as the active form could change to the one which hasn't had any amendments.
Would be grateful for any help.
problem.
ex. I have two child forms open, one with amendments and one without, and i go to close each form. How can I determine which forms I will need to ask the user whether they wish to save because changes have been made.
Simply having a global boolean change when a txt_change occurs isn't enough as the active form could change to the one which hasn't had any amendments.
Would be grateful for any help.