CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    China
    Posts
    1

    Re: MFC SDI: How do I create transparent SDI views?

    Could anyone give the code of transparent MDI view?
    I use this SDI code and modify it many times, but it can't works.

    Thank you!
    Last edited by PeejAvery; November 20th, 2007 at 11:20 AM.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Transparent MDI views?

    [ split ]
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: Transparent MDI views?

    I'm wondering what is that kind of "transparent" view good for.
    AFAIK, a good common sense view is for displaying something and not for showing what's behind.
    Maybe's for fun, otherwise... just shooting in the dark.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  4. #4
    Join Date
    Feb 2000
    Location
    Indore, India
    Posts
    1,046

    Re: Transparent MDI views?

    Quote Originally Posted by ovidiucucu
    I'm wondering what is that kind of "transparent" view good for.
    AFAIK, a good common sense view is for displaying something and not for showing what's behind.
    Maybe's for fun, otherwise... just shooting in the dark.
    I had written that FAQ when I had to match and mix graphic images in two windows. I do not have an idea how it can be done for MDI applications and what could be the need.

    Regards,
    Pravin.
    Let me know if I have helped by rating this post

    Recent FAQs

    Drag an image
    Area of a window exposed on desktop
    Display rotated bitmap

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