|
-
Jun 18th, 2000, 10:13 PM
#1
Thread Starter
Member
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.
-
Jun 18th, 2000, 10:18 PM
#2
Hyperactive Member
couldnt you use hwnd? I think that hwnd is a unique id for each window. Could be mistaken though. Anyone else know??
-
Jun 18th, 2000, 10:26 PM
#3
Thread Starter
Member
No, the help files say that hwnd can change so you should never keep it in a variable. It's mainly for API calls.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|