aero-glass Questions
3
Solved
Using the undocumented SetWindowCompositionAttribute API on Windows 10, it's possible to enable glass for a window. The glass is white or clear, as seen in this screenshot:
However, the Windows ...
Crick asked 22/9, 2015 at 18:24
2
Solved
I have tested several workarounds to disable the annoying magnifying glass with css, but on my iOS9 meteor cordova build it appears for a moment and fades out after some ms.
it was working on iO...
Amberambergris asked 22/9, 2015 at 15:23
6
Solved
I want an Vista/7-aero-glass-style effect on a popup on my site, and it needs to be dynamic. I'm fine with this not being a cross-browser effect as long as the site still works on all modern browse...
Maureen asked 28/1, 2013 at 15:37
6
Using GDI+ to draw various colors:
brush = new SolidBrush(color);
graphics.FillRectangle(brush, x, y, width, height);
You'll notice that no opaque color shows properly on glass:
How do i draw ...
Inwrap asked 23/11, 2010 at 16:26
0
I try to simulate light reflection, refraction, etc. in a fish tank and I need water material and glass material.
Actually I use no water and a phong material for the glass because I haven't found...
Christhood asked 27/3, 2014 at 13:40
2
I've been thinking about this for a couple of days but I think I lack some basic understanding of how windows and wpf work internally to figure this out.
The problem is this:
I created a window t...
Christman asked 28/6, 2011 at 0:13
1
Solved
I am trying to create a Aero glass borderless and non-resizable WPF window using the DwmEnableBlurBehindWindow method from the DmwAPI. However, for some strange reason the glass color of this windo...
Gangway asked 22/6, 2013 at 0:37
1
Solved
How do I put a control (button, panel, pagecontrol, label) in the glass area of a windows form?
Thanks!
Avalon asked 3/1, 2013 at 21:39
4
Solved
I am trying to implement Google Chrome style tabs, in Windows 7, in a Delphi application.
The elements of this are:
tabs may extend into the non-client area as they do in google chrome itself.
d...
Rotl asked 13/10, 2010 at 14:24
2
I would want to have tabs like here (all are glass):
A program is written in Delphi or C++ Builder. I can't find a class of the tabs in Winspector Spy & Window Detective.
I know a very...
Olimpia asked 6/1, 2012 at 5:50
2
Solved
I have a borderless, non-resizable WPF form (WindowStyle=None, AllowsTransparency=True, ResizeMode=NoResize) with a semi-transparent background. Here's a picture of how the form, a semi-transparent...
Further asked 8/7, 2012 at 20:29
2
Solved
I made a form and extended the glass in it like in the image below. But when I move the window so not all of it is visible on screen, the glass rendering is wrong after I move it back:
How can I ...
Sawfly asked 9/10, 2012 at 15:52
3
I use windows form with GlassForm(using Microsoft.WindowsAPICodePack.Shell;). my problem when I change form to GlassForm my textbox texts doesnt
Zagazig asked 12/5, 2011 at 12:36
1
I'm trying to customize a window border by using the WindowChrome class. Without Windows Aero glass effects. As expected I end up with a black boarder.
But i also end up without caption buttons
Fr...
Wasp asked 25/3, 2011 at 8:21
1
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 a...
Quinquagesima asked 4/4, 2012 at 4:10
2
Solved
I was working on how to add glass effect to a win forms in vb.net or c#
I looked a lot of examples like using e.graphics to make a square with the win form dimension and others are done real...
Knowledge asked 14/3, 2012 at 1:24
2
I'm using Delphi XE2, and I like glass effects, and I want to "cut" glass as in Windows 7 tablet tools.
If you also know how cut a button I'll be happy if you tell me how.
Thanks
Proudhon asked 23/1, 2012 at 13:56
1
Solved
As you can see, Y! messenger 11 have used some techniques to draw a beautiful caption bar. Its window's like normal windows in the Win 7 but have a special caption. Is this a glass frame? How can i...
Bulimia asked 8/11, 2011 at 20:44
2
Solved
Update
see Using Blur Behind on Windows for an example of using Qt and DWM.alt text http://labs.trolltech.com/blogs/wp-content/uploads/2009/09/blurbehind2.png
Original question:
I want to crea...
Otten asked 17/1, 2009 at 9:36
1
Solved
I'm trying to have Aero Glass look in my JPanel. Is it possible do such a thing?
How to add Aero effect to JFrame - like this picture?
Longmire asked 12/8, 2011 at 4:25
4
Solved
I have been trying to find a good-looking design using Aero in Delphi 2010. One of the obvious uses one sees, is where the glass frame is extended to include the OK/Cancel buttons at the bottom of ...
Openhearted asked 26/7, 2010 at 11:0
5
Solved
I am looking for good resources for learning to use the Win32/GDI APIs or whatever supercedes it to draw and paint directly using the Win32 API to a glass form.
While I am using Delphi, I tagged t...
Phi asked 29/9, 2010 at 14:31
2
Solved
I have upgraded to Delphi XE from 2009 and am experiencing a strange issue.
I create a new project, put down a TRibbon control, compile and run. Keeping the form in its default size I then minimi...
Voracity asked 27/6, 2011 at 9:29
2
Solved
I think there is a customized window style in Windows 7. like this :
And as you can see it's different from normal style :
How can i create a window with the style that you can see in the fi...
Fatuous asked 23/6, 2011 at 13:5
2
I'm using DwmExtendFrameIntoClientArea in my WPF application to get the glass effect. This is working fine. What I'd like to do is change the colour used for the glass -- I'm writing a countdown ti...
Maxwellmaxy asked 23/9, 2009 at 8:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.