Results 1 to 19 of 19

Thread: ARGB windows on Windows?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: ARGB windows on Windows?

    OK, ok, it can be done, but it is not easy.
    Take a look at what this guy did: http://www.codeproject.com/useritems...kingDialog.asp.

    It offers real time backdrop composition, although it keeps the processor at 100%.

    ask me, how the Yahoo Widget Engine does the ARGB-Widgets.... They can use control-elements and it runs on windows xp/2000....
    They probably built an entire framework on top of the Windows composition/translucency API.
    Anyway, in the example above, there are a few non-transparent controls.
    They did by using an opaque area as background for the controls.
    From what I have seen in the code even the control are stored in a backbuffer and painted on the image passed to UpdateLayeredWindow.

    Regards

  2. The following user says thank you to marcel for this useful post:

    kernel_panic (10th August 2007)

Similar Threads

  1. converting unix exe to windows binary
    By deekayt in forum General Programming
    Replies: 2
    Last Post: 17th September 2006, 01:00
  2. Qt and windows vista
    By munna in forum General Discussion
    Replies: 8
    Last Post: 11th January 2006, 22:33

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.