Results 1 to 3 of 3

Thread: MDI child forms

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    37
    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.

  2. #2
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367
    couldnt you use hwnd? I think that hwnd is a unique id for each window. Could be mistaken though. Anyone else know??

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    37
    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
  •  



Click Here to Expand Forum to Full Width