cyprus106
Programmer
- Apr 30, 2001
- 654
I have created a text editor, with my main form being an MDI parent. The user can dynamically create multiple children (text pages) thats no problem... my problem is this:
If they are typing in one child and they want to save their work, I need to specify which child form is focused, in use, whatever to save the right one. I don't want to save every child, just the one the user has been using. I need a way to find that individual form.
There's probably a way to do this, but I don't know it. Does anyone else? Cyprus
If they are typing in one child and they want to save their work, I need to specify which child form is focused, in use, whatever to save the right one. I don't want to save every child, just the one the user has been using. I need a way to find that individual form.
There's probably a way to do this, but I don't know it. Does anyone else? Cyprus