CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Join Date
    Mar 2002
    Posts
    14
    Sorry but it is still not working
    I join a screen copy to show u
    Attached Images Attached Images

  2. #17
    Join Date
    Aug 2002
    Location
    UK
    Posts
    11
    Hi,

    Sorry it was my fault. I didnot modify the last line. It modify the function again:

    Private Sub MakeMDI()
    SetParent MDIChild.hWnd, UserControl.hWnd
    MDIChild.Show vbModal
    End Sub

    Plz find a working set of sample, also includes a working sample's screen and send me cheers :->)
    Attached Files Attached Files

  3. #18
    Join Date
    Mar 2002
    Posts
    14
    Yeeeesssss !!! I display succesfully the form. But one problem back, ten problems front (don't know if it's really correct)

    The new problem is that it's know impossible to interract with the form, and even with the IE window. I have to kill the IE task.

    Any idea ?

    or perhaps I can wait for the plz samples...

    Thanks
    Chris

  4. #19
    Join Date
    Aug 2002
    Location
    UK
    Posts
    11
    Hi,

    So every thing is working in the attached sample i.e. Event, Property, Method etc. I've not given any comment in the code but hope U would understand what's happening where coz it's quite simple and small.
    Attached Files Attached Files

Page 2 of 2 FirstFirst 12

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

Featured