-
I have a bit of a problem with some MDI children forms. I have a form that loads another one modally. The modal form needs to change data on the form that loaded it. The problem is I don't know how to access the correct form. There could possibly be several of the same type of form open and I don't know how to distinguish the one I want from the rest.
-
couldnt you use hwnd? I think that hwnd is a unique id for each window. Could be mistaken though. Anyone else know??
-
No, the help files say that hwnd can change so you should never keep it in a variable. It's mainly for API calls.