aero-glass

Create vista glass effect on wpf with custom color

旧城冷巷雨未停 提交于 2019-12-20 07:31:47
问题 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 will be equal to whatever the user selects in: This is what I have tried and it is somewhat of a solution: 1) get a picture of the entire desktop. I will later figure out how to do this with code 2) place the image in a canvas. I happen to have

Owner Drawing TMainMenu over Aero Glass Form?

…衆ロ難τιáo~ 提交于 2019-12-19 10:55:11
问题 The Problem I am working with a form where the aero glass border is extended from the top around 80 pixels. TMainMenu doesnt support custom positioning out of the box and I only assume it might be possible via owner draw. Drawn on a form in the default position even with double buffered to true the text does not show properly in any version of delphi (07, 09 here tested on 10 XE by friends). What I really want is for the menu to be transparent with black text, and if possible in a lower and

How can I get Aero Glass on a Windows Form without Borders?

社会主义新天地 提交于 2019-12-18 04:16:09
问题 I'm trying to have Aero Glass look in my forms in VB.NET 2010 app with DWM API, but as function call suggests, it extends look of Frame to the client area, and if form has no border, nothing will happen and form will become invisible. So, can I get Aero glass in a form without any border.... ?? 回答1: As you've said, DwmExtendFrameIntoClientArea literally extends the transparent glass effect of the window's frame into its client area, which means that if your form's FormBorderStyle is set to

Display only an Image with Transparency in a Windows Form?

梦想的初衷 提交于 2019-12-12 19:26:34
问题 I'm trying to get a form in my Windows Forms program to be borderless, invisible, and have a PictureBox control in it. The PictureBox image is set to a PNG with an alpha channel to give it a transparent background. What I want is for the form to be completely invisible but I want the PNG with correct transparency to be visible still. This is only going to be for Windows 7 with Aero theme on so any shortcuts Areo can afford me I can use. I tried using a transparency key for the form like so:

Enable Vista glass effect on a borderless WPF window

房东的猫 提交于 2019-12-12 07:16:54
问题 I wrote an attached property that I can set on a window to extend the glass frame into the client area (using the DwmExtendFrameIntoClientArea API). It works fine in most cases. Now I want my window to be borderless, so I set the following attributes on my window : WindowStyle="None" ResizeMode="NoResize" Background="Transparent" u:WinUtil.EnableGlass="True" ShowInTaskbar="False" But with these attributes, the glass doesn't show up at all : my window just has a transparent background. If I

How enable or disable AERO Composition in Windows 8 or higher?

风流意气都作罢 提交于 2019-12-12 02:23:02
问题 I have a updated code that works fine for enable or disable AERO Composition in Windows Vista and Windows 7. But this same code don't works when is used in Windows 8 systems. I saw in other website that from of Windows 8, AERO Composition can no longer be programmatically disabled. So, want know if by chance, someone here have some function or procedure in Delphi that works for this goal in Windows 8 systems or higher? Any suggestion are welcome. Here is my code for enable or disable AERO

Can Google GDK Glass Development Kit used with Vuzix glasses?

心不动则不痛 提交于 2019-12-11 14:04:13
问题 I have a question regarding which glasses / devices the Google Glass Development Kit supports? For our university project we just have the vuzix m100 running on andorid 4.0.3. I cant find a answer on the web, if it is possible to develop with the GDK for vuzix m100 Glass too? thanks! 回答1: which glasses / devices the Google Glass Development Kit supports? It supports Google Glass. For our university project we just have the vuzix m100 running on andorid 4.0.3 You need to purchase an SDK for

Aero Glass Theme (Windows Forms)

你。 提交于 2019-12-11 05:49:40
问题 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 Windows Form completely made out of Aero Glass? Thank you :) 回答1: This is for windows forms. not for WPF. http://blogs.msdn.com/tims/archive/2006/04/18/578637.aspx 回答2: Could this be what you're after... Enable Vista glass effect on a borderless WPF

AeroGlass with VB.net [duplicate]

☆樱花仙子☆ 提交于 2019-12-11 05:38:38
问题 This question already has answers here : Windows aero glass form text problem (3 answers) Closed 5 years ago . 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 really good without any e.graphics trick. But my problem is that I didn't look any example that uses windows controls like buttons, labels, dropdowns, etc on a glass effect win form. Searching on the

koush AndroidAsync Socket.IO : Looks like ConnectCallback() is not triggered on Google Glass

流过昼夜 提交于 2019-12-11 03:48:48
问题 Im trying to let my Google Glass and my android phone connect to a NodeJs server that Im running on my computer, so that I can send messages from my android phone to my Google Glass. For this I'm using koush's AndroidAsync library, which works great on my android phone and I have absolutely no trouble connecting my phone to the NodeJS server with this library. However, the same code doesnt seem to work on my Google Glass. My Google Glass DOES connect, because the on connection EventHandler of