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
4
votes
3 answers

c# how to make a Windows 7 aero winform (blured glass)?

how to make somthing like this Windows Forms Glass Effect, Make ImageBox transparent I use VS 2010
Data-Base
  • 8,418
  • 36
  • 74
  • 98
4
votes
1 answer

Aero Glass Buttons Like Windows Media Player?

I am making making a program and I want to have a Aero Glass set of controls just like Windows Media Player, I found this: Link but it just draws black. I also found a control that had the media player controls built in right ton the glass but it…
Tanner
  • 135
  • 1
  • 8
4
votes
1 answer

Visual styles in Windows 8

I have the following C++ code (native desktop app) that uses Microsoft's Visual Styles API to draw a close button. RECT r = DetermineButtonRect(); HANDLE h = OpenThemeData(Handle, L"WINDOW"); DrawThemeBackground(h, hdc, WP_CLOSEBUTTON, CBS_NORMAL,…
Josh Kelley
  • 56,064
  • 19
  • 146
  • 246
4
votes
3 answers

How to make entire window aero glass in Java?

I am trying to program a small application but I would like the entire window to be glass with buttons and labels on top of it. Is it possible to do this within Java?
Alex
  • 41
  • 2
4
votes
2 answers

Delphi 2009 Ribbon Controls - Glass Frame

I've been starting to use the new inbuilt Ribbon controls in Delphi 2009 and use the custom frame so the Application button and Mini-toolbar slide up onto the Window Frame, but I'm wondering if on Vista it should use the glass effect like Office…
Tao
4
votes
1 answer

Delphi 2010 button with Windows version that has Aero glass on turns text white

The other day, I started to play with different visual effects in Delphi, and ran into a problem using Aero Glass effect (I have a Delphi 2010 installed): when I put the button on the glass, some part of this button (or some other element) burns and…
impulsgraw
  • 887
  • 3
  • 13
  • 34
3
votes
2 answers

WinAPI Aero Glass without ATL/WTL/MFC/SDK/etc

I've been looking for ages for C++ examples for Aero Glass interfaces using just WinAPI (CreateWindow/CreateWindowEx) without ATL/WTL/MFC/etc. I found someone linking to one somewhere on a forum but the link was dead and I couldn't find any…
MichaelAttard
  • 33
  • 1
  • 3
3
votes
2 answers

Glass look for MDI windows under Vista

I am developing a winforms MDI application in C# in VS 2008. I have noticed that the MDI forms don't have the glass look under Vista. Is this by design? Is there a simple way to get the glass look for these windows?
hopla
  • 1,048
  • 1
  • 11
  • 15
3
votes
1 answer

How would you use Aero glass in UI design

I have a number of utilities that were written in the days of yore and look very dated. So I recently set out to make them use Windows themes and wanted to incorporate some Aero glass effects. Thing is, I'm not quite sure what the appropriate use…
Cobus Kruger
  • 8,338
  • 3
  • 61
  • 106
3
votes
1 answer

Problems with Aero Glass in Delphi 7 applications

I'm trying to remake some of my older projects to support Aero Glass. Although it's kinda easy to enable glass frame, I've encountered some major problems. I used this code: var xVer: TOSVersionInfo; hDWM: THandle; DwmIsCompositionEnabled:…
Cralias
  • 105
  • 2
  • 6
3
votes
4 answers

My OpenGL game switches Aero DWM Glass off

I wrote a free game a few years ago: http://www.walkover.org. For the lobby and menus, it uses normal dialogs like win32. When the actual game starts it uses OpenGL. Now, on Windows 7, when the actual game starts, it switches windows aero glass off…
marc40000
  • 3,167
  • 9
  • 41
  • 63
3
votes
1 answer

Windows Aero areas in own C# Applications

I'm wondering about that many new applications, I think most built in WPF, has this really cool Windows Aero Glass interfaces. For example Seesmic or the upcoming Firefox 3.7 (source: crenk.com) Searching in the internet most time it looks like…
René Stalder
  • 2,536
  • 5
  • 31
  • 50
3
votes
0 answers

Google Glass XE21 Bluetooth LE Disconnects automatically

I am trying to write an application for google glass to read the RSSI value of a stickNFind Beacon on regular intervals (800 milli seconds) for which I need to connect to gatt server. When I try to connect to the gatt server in BluetothLE mode, it…
3
votes
2 answers

Google glass video stream

I'm trying to create an app for Glass to stream video using GDK. I found nice example with libstreaming (https://github.com/fyhertz/libstreaming) there: Google Glass stream video to server The solution there creates stream server on the phone. VLC…
Artem Bobritsky
  • 152
  • 1
  • 9
3
votes
1 answer

Google Glass and data from sensors

Based on what I've read, Google Glass supports most/all sensors, and existing Android APIs are available to access sensors on a mobile device. However, the GDK (gdk.jar) contains only gesture and voice-related class files, which means that custom…
Oswald Campesato
  • 131
  • 1
  • 1
  • 3
1 2
3
10 11