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

    Question Edit: Deleted.

    Edit: Deleted.
    Last edited by el3ctr0nika; December 11th, 2012 at 12:29 PM.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Window Transparency/Opacity in SDL/OpenGL on Win32

    Not that you're asking, but this is simple to do with WPF.

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Window Transparency/Opacity in SDL/OpenGL on Win32

    Here's a quick straight WPF sample. I just grabbed the About dialog for a UI automation tool that I'm working on and put it into a new WPF application.

    The screenshot is the app running on my Windows 7 desktop.

    You can adjust the Opacity property in the Window1.xaml to alter the transparency.
    Attached Images Attached Images  
    Attached Files Attached Files

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Window Transparency/Opacity in SDL/OpenGL on Win32

    Quote Originally Posted by el3ctr0nika View Post
    The screenshot looks nice but I can't open the project for some reason. I'm using VC++ 2008 EE on Windows XP. It says my version of VC++ doesn't support the project type (.csproj). No C/C++ files either? Sorry I'm a bit of a VS noob.
    Sorry, I wasn't clear about WPF. WPF is only supported in C# and VB.Net.

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