3

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 http://crenk.com/wp-content/uploads/2010/04/firefox3.7.jpg
(source: crenk.com)

Searching in the internet most time it looks like you need a hack to realize this. But seriously: I don't think big software development teams use hacks to roll out their huge used products.

So my question is: Windows Aero Glass Areas - How to do?

Is it only possible with a hack?

Maybe it's just one property, i don't know. I'm WinForms developer so I never tested out WPF. But my Google search didn't look like It is easier with WPF.

4

1 に答える 1

3

Aero グラスを使用するには、デスクトップ ウィンドウ マネージャーを使用する必要があります。これは Win32 DLL であるため、P/Invoke する必要があります。これを行う方法に関する記事は、インターネット全体にあります。http://blogs.msdn.com/b/adam_nathan/archive/2006/05/04/589686.aspx P/Invoke の使用はハックではありません。

于 2010-04-17T13:44:47.927 に答える