Questions tagged [aero-glass]

Aero Glass is a Microsoft Windows desktop theme, incorporating various animation and transparency effects into the desktop using hardware acceleration and the Desktop Window Manager (DWM).

Aero Glass is a Microsoft Windows desktop theme, incorporating various animation and transparency effects into the desktop using hardware acceleration and the Desktop Window Manager (DWM).

151 questions
0
votes
1 answer

How to get the app store icon glass effect on a webpage?

Is there any simple way to display the icon for my iphone apps on my webpage the same way they look in the appstore (i.e. with the glass effect and preferably with reflection)? I have very little experience in web coding so some sample code that I…
CG.
  • 63
  • 6
0
votes
3 answers

Vista/7 all-glass style with wxPython

Is this possible? I really want to make my wxPython program (since they only work on windows) use the glass theme. Also, if it's possible, is there a way to make dialogs that look like those new ones in Vista without coding much custom content? alt…
kettlepot
  • 10,574
  • 28
  • 71
  • 100
0
votes
1 answer

Text on a glass form not appearing right

On a WinForm with an extended borders, when i place a text on the glass area it doesn't appear right. This is how the text looks like Status a busy cat http://img833.imageshack.us/img833/4732/95454282.png ![form][1] how can i fix the text to appear…
Sam Oyl
  • 361
  • 1
  • 5
  • 12
0
votes
0 answers

Create AeroGlass effect in windows 8

I want create AeroGlass effect in my application (not whole system) but it seem Microsoft was drop this feature from windows 8, so, I have to create it my own. To create this effect, I'm going to get a rectangle of image below the window of my…
Bình Nguyên
  • 2,252
  • 6
  • 32
  • 47
0
votes
1 answer

Window glass in .NET

Normal border glass is nice, but how can I do the second type of transparency like middle part in the window with the list of gadgets? And what about white light on the back of text? windows with list of gadgets http://dajbych.net/glass.png
Václav Dajbych
  • 2,584
  • 2
  • 30
  • 45
0
votes
1 answer

How to draw a custom shaped window using Qt and apply current Windows theme colors/effects to it?

Is it possible to draw a custom shaped window in Qt which inherits color and transparency (glass) effects from current system theme. Ultimately I need it to look & feel just like user's taskbar adjusting to his theme. Like in this concept. I realize…
nazikus
  • 509
  • 8
  • 19
0
votes
1 answer

DwmExtendFrameIntoClientArea in C++

I have the following C++ code: LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { bool fCallDWP = true; BOOL fDwmEnabled = FALSE; LRESULT lRet = 0; HRESULT hr = S_OK; MARGINS margins; …
Victor
  • 13,914
  • 19
  • 78
  • 147
0
votes
1 answer

How to use QDwm in Qt gui application

How can i use the QDwm to extend the aero glass in qt window? I don't found any documentation of how to do this. Link: http://sourceforge.net/projects/qdwm/
user1576869
0
votes
1 answer

C# glass on an mdiparent

I am trying to use the DwmExtendFrameIntoClientArea method on an mdiparent. IsMdiContainer = true; However the glass does not render correctly. Is this a limitation of an mdiparent I can get around? If the form isn't set as an mdicontainer then the…
Dylan
  • 1,919
  • 3
  • 27
  • 51
0
votes
3 answers

Glossy shiny square button in WPF - XAML

I am trying to find rectangle buttons with gloss effect. all examples are relevant for round buttons. (and when editing the code, the gloss effect is not suit the rectangle. Do anyone know about xaml examples for button like in the images below?
Dazy Jackson
  • 85
  • 1
  • 4
  • 12
0
votes
1 answer

DwmExtendFrameIntoClientArea dosen't work

i am very new to WTL here is code of onCreate of my main dialog int Cwin32_mfcDlg::OnCreate(LPCREATESTRUCT lpCreateStruct) { if (CDialogEx::OnCreate(lpCreateStruct) == -1) return -1; // TODO: Add your specialized creation code…
infinity
  • 71
  • 2
  • 9
0
votes
1 answer

Create vista glass effect on wpf with custom color

There are a lot of tutorials that show you how to use vista glass effect in wpf application like this one. I don't want to use the default color theme that the user selects. In other words if I apply the vista glass efect to my wpf application it…
Tono Nam
  • 34,064
  • 78
  • 298
  • 470
-1
votes
0 answers

Is the any other method exists for hour-glass-sum problem which yields complexity less than O(r x c)of a given matrix?

Is the any other method exists for hour-glass-sum problem which yields complexity less than O(r x c), where r=#rows and c=#cols of the given matrix ? Is the any other method exists for hour-glass-sum problem which yields complexity less than O(r x…
-1
votes
1 answer

How to effectively distribute break glass accounts for cloud access?

This issue came up for my organization recently. In the case of extreme emergency a method is needed to effectively ensure that designated individuals can 'break glass' and enable access to a locked out cloud tenant / instance.
Tarek Ali
  • 7
  • 2
-1
votes
1 answer

Cocos2d magnifying glass

This has already been asked at Add a magnifier in cocos2d games But I didn't quite understand the answer. I am using the same tutorial Let's Spot It is using but I'm not sure where to put madhu's code. I also don't know what the runAction method…
1 2 3
10
11