Results 1 to 4 of 4

Thread: Transparent MDI child

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    england
    Posts
    598

    Transparent MDI child

    Hi,

    Just wondering if it is possible to have a transparent MDI child?

    Thanks

    Loftty

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Transparent MDI child

    No. MDI child forms do not support transparency, or at least certainly not through managed code. I don't think it's possible through unmanaged either but I can't say for sure.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    Re: Transparent MDI child

    You might get it to work if you used the old VB6 trick of taking a regular non-MDI child form and using API calls to set it's parent to MDI Parent. This can cause odd side effects though so I don't recommend using it unless there is no other good way to do what you want to do.

    What is it that you want to accomplish by doing this? There may be some better alternatives you can use instead.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    england
    Posts
    598

    Re: Transparent MDI child

    Hi,

    I was just wondering if you could do it or not I did not need it for anything just playing.

    Thanks

    Loftty

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