Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: making vista areo glass work  (Read 12040 times)

0 Members and 1 Guest are viewing this topic.

Salmon Trout

  • Guest
Re: making vista areo glass work
« Reply #30 on: August 30, 2009, 02:49:51 PM »
Not worth the effort, considering very few people (if any) would want it. Making this sort of judgement (what other people think or feel) is just the sort of things Aspies are not very good at. Another typical trait is obsessively refusing to give up an idea.


smeezekitty

  • Guest
Re: making vista areo glass work
« Reply #31 on: August 30, 2009, 02:52:11 PM »
it wouldnt look as bad as you imagine

Salmon Trout

  • Guest
Re: making vista areo glass work
« Reply #32 on: August 30, 2009, 02:53:53 PM »
it wouldnt look as bad as you imagine


You don't know how bad I imagine it would be. (Aspie trait)

smeezekitty

  • Guest
Re: making vista areo glass work
« Reply #33 on: August 30, 2009, 03:05:27 PM »
i attached a picture of a simulation of 4 5 4 3 format

[attachment deleted by admin]

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: making vista areo glass work
« Reply #34 on: August 30, 2009, 03:12:21 PM »
Quote
why cant the make the 16bpp
4bit red
5bit green
4 bit blue
3 bit alpha
that would be 16 shades of red 32 shades green 16 shades blue
8 shades alpha

Because this would create yet another Device dependent Bitmap format- additionally such a configuration would leave only 8192 colours to use, which sounds like a lot, but is very noticable, especially with the proposed use with Aero Glass.

a Better alternative is to use the Non-Glass Aero and then use something like this:

Code: [Select]
void changetaskbarAlpha(BYTE Alpha)
{
    HWND deskwnd = GetDesktopWindow();
    SetWindowLong(deskwnd, GWL_EXSTYLE,
    GetWindowLong(deskwnd, GWL_EXSTYLE) | WS_EX_LAYERED);
    SetLayeredWindowAttributes(hwnd, 0, (255 * Alpha) / 100, LWA_ALPHA);
}


Works from windows 2K onwards- best effect can be found with a setting around 70%, higher if the background is noisy.



}
I was trying to dereference Null Pointers before it was cool.

smeezekitty

  • Guest
Re: making vista areo glass work
« Reply #35 on: August 30, 2009, 03:16:37 PM »
you may not need anotehr dib format
why couldnt it use a 32bit dib and translate to 16 upon blitting?

smeezekitty

  • Guest
Re: making vista areo glass work
« Reply #36 on: August 30, 2009, 03:25:23 PM »
DEV C++ doesnt have SetLayeredWindowAttributes

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: making vista areo glass work
« Reply #37 on: August 30, 2009, 04:48:42 PM »
DEV C++ doesnt have SetLayeredWindowAttributes



windows.h, windows 2000 SDK.
I was trying to dereference Null Pointers before it was cool.

neelchauhan

  • Guest
Re: making vista areo glass work
« Reply #38 on: August 30, 2009, 07:03:23 PM »
No! I tried it and it didn't work. Aero Glass needs 32 bit color because there's lots of color.

smeezekitty

  • Guest
Re: making vista areo glass work
« Reply #39 on: August 30, 2009, 07:23:19 PM »
is there any way to force the vista areo glass to work in
16bit color?

i really think it would look nice but it needs 32bit color
and that makes me agitated

Salmon Trout

  • Guest
Re: making vista areo glass work
« Reply #40 on: August 31, 2009, 12:41:47 AM »
Why are you quoting yourself now? That makes us agitated. And leads to the familiar "angry with smeezekitty" situation. The fact that something "makes you agitated" is irrelevant.

smeezekitty

  • Guest
Re: making vista areo glass work
« Reply #41 on: August 31, 2009, 11:22:19 AM »
its in reply to neelchauhan as the question
as i already know it doesnt work in 32bit color

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: making vista areo glass work
« Reply #42 on: August 31, 2009, 11:53:58 AM »
Well quoting yourself and not adding info is certainly a confusing way to make an invalid point...how are we supposed to know what you mean or who you are addressing ? ?

But i suppose we should be used to it...others use exactly the same approach.

" Anyone who goes to a psychiatrist should have his head examined. "

smeezekitty

  • Guest
Re: making vista areo glass work
« Reply #43 on: August 31, 2009, 11:56:54 AM »
Well quoting yourself and not adding info is certainly a confusing way to make an invalid point...how are we supposed to know what you mean or who you are addressing ? ?

But i suppose we should be used to it...others use exactly the same approach.


i have seen JJ 3000 do it

Salmon Trout

  • Guest
Re: making vista areo glass work
« Reply #44 on: August 31, 2009, 12:35:37 PM »
i have seen JJ 3000 do it


smeeze math: (2*wrong)=(1*right)