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
1
vote
1 answer

Aero Glass works fine on Windows 7, but doesn't work on Vista

To use Aero Glass in my C# application I use if {DWM.DwmIsCompositionEnabled()) { Color c = Color.FromArgb(255, 221, 220, 220); Transparency Key = c; panel1.BackColor = c; panel2.BackColor = c; MARGINS mr = new MARGINS(); …
CCCP
  • 215
  • 3
  • 14
1
vote
0 answers

Google Glass Character limit in a static card

I trying to explore Google Glass. I have a question what the character limit for the card view and what will happen if the text is more than character limit. kindly advice me if any one has the actual Glass and explored this View. Thank &…
nagendra
  • 161
  • 1
  • 1
  • 12
1
vote
0 answers

How to create a full glass, round frame form in c#?

Here's how I want the form to look like: Here's what I've tried so far: [StructLayout(LayoutKind.Sequential)] public struct MARGINS { public int Left; public int Right; public int Top; public int Bottom; …
user1667191
  • 2,387
  • 6
  • 20
  • 25
1
vote
3 answers

Aero Glass Theme (Windows Forms)

A litle while ago I was on Codeproject and came across a cool little tesxteditor and the whole form was made out of aero-glass, and the whole textbox was too. But I can't find it anymore. Does anybody know where it's gone? Or how I can make my…
jay_t55
  • 11,362
  • 28
  • 103
  • 174
1
vote
1 answer

Aeroglass and Visual Basic.Net

are there any tutorials, or, is there simple code to be used to control Aeroglass in VB.NET? I would like to know how to play with various effects and, if possible, how to do the Aeroglass effects done in Paint.NET 3.5. (The inside of the topbar is…
Moshe
  • 57,511
  • 78
  • 272
  • 425
1
vote
1 answer

Labels & SpeedButtons not showing in Glass Frame - Delphi XE4

Look at the picture below. when I add a label and a Speed Button and run the program, none of them will show but the label that has a glow ( GlowSize=1 ) When I run the program: You see? Even the second label is not showing correctly and it's very…
Sky
  • 4,244
  • 7
  • 54
  • 83
1
vote
0 answers

Why does "ExcludeControlFromAero" doesn't work?

I'm using the Microsoft Windows API Code Pack to display a form as "GlassForm". In that GlassForm I need to exclude my combobox from Aero, because the font of it is also getting transparent, but this.ExcludeControlFromAeroGlass(comboBox); doesn't…
Sven Niehus
  • 487
  • 5
  • 24
1
vote
1 answer

DwmEnableBlurBehindWindow makes the entire client area transparent

Aero glass causes alot of people problems trying to draw on it. Anything with an alpha value of 255 seems to be treated as transparent with DWM using an additive blur to draw it. I want a part of client area to use Aero glass with the rest of it…
zounds
  • 773
  • 8
  • 17
1
vote
0 answers

How to detect aero basic theme

I can have Windows 7 theme (transparency in title bar) and Windows 7 basic theme (no transparency). How can I differentiate between them? Is there any API which can tell me if glass effect has been enabled. I am currently using…
Nitin Chaudhari
  • 1,497
  • 16
  • 39
1
vote
1 answer

Adding glass effect to listbox item

I have a stackpanel with a background image. Inside the stackpanel there is a ListBox and its background is set to transparent, what I need is to blur (glass effect) the background image only the part that comes under the listbox item. I tried to…
Ahmed
  • 636
  • 1
  • 14
  • 31
1
vote
1 answer

WPF child window Aero glass displays incorrectly

I have a WPF window that enables glass on itself during its SourceInitialized event. This works perfectly. I'll use the simplest example possible (just one window object) to demonstrate where the issue is. public partial class MainWindow : Window { …
Kevin Mark
  • 1,671
  • 1
  • 21
  • 49
1
vote
2 answers

How can I create a 2D shattering glass effect?

I'm working on creating a game in Adobe Flash CS6, and the game starts off with an animation where the main character is running and breaks a glass vase. I don't want a completely accurate shattering glass effect where the vase might fall on the…
Joshua Mak
  • 127
  • 3
  • 8
1
vote
1 answer

Drag'n Drop Problems with extended glass border

I'm playing around with the glass border in WPF and I've found a problem. When I extend the glass border of a window, the drag and drop functions won't work anymore... for example dragging a GridSplitter around ends with an exception. The XAML of my…
musium
  • 2,942
  • 3
  • 34
  • 67
1
vote
1 answer

how create a rectangle glass like windows media center xaml

I want to create a rectangle glass and a menu exact like that is in windows media center i want do it with xaml not blend... please help i want create a menu like this for my app. want do this too
Mamad RN
  • 690
  • 9
  • 33
1
vote
0 answers

C# making aero glass form a MDI one causes weird background color

I have a fullscreen form with aero glass enabled which is working fine until I set "IsMdiContainer" to "true". The form still has the aero effect but everything behind it is shown with an insane brightness. Here's a picture for clarification, lower…
schnesim
  • 441
  • 1
  • 3
  • 17