Results 1 to 2 of 2

Thread: Multiple Colored Mdi question [UNRESOLVED]

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2004
    Posts
    53

    Multiple Colored Mdi question [UNRESOLVED]

    I recently downloaded the 'Custom Background Colours in MdiForm / MdiChild.' from the code bank and tested it out and it worked fine. Then I procceded to mess around with it and add some other controls. Come to find out, when you add more control to the form, you get an error because of this line:

    VB Code:
    1. For each MdiCtl as MdiClient in Controls
    2.      Dim MdiPainter As New MdiContainer(MdiCtl)
    3. Next


    The Child forms work fine, its just the MdiContainer that I keep having problems with, anyone got any ideas?

    -Thanks in advance
    Last edited by Dewwd; Aug 2nd, 2004 at 11:30 AM.

  2. #2

    Thread Starter
    Member
    Join Date
    Mar 2004
    Posts
    53
    forgot to add the files I downloaded
    Attached Files Attached Files

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