简体   繁体   中英

VistaBridge and Desktop window manager in WPF 4

I have started using WPF a short while back, and I'm in the progress of reading the book Pro WPF in C# 2008.

Here they are using P/Invoke to "DmwApi.dll" to create Aero glass effect on windows, and they use the VistaBridge created by MS to create the new Task Dialog boxes.

So basically what I'm curious about is if WPF 4 (that is not covered by the book) include this as a built in functionality, so we don't have to use P/Invoke or a extra library to obtain this useful functionality.

It really feels like this should be a integrated part of WPF.

If it's still not there, so anyone know if MS plans to make this a integrated part in a future version of WPF?

Certain parts are, certain parts aren't.

Integrated

  • Displaying a progress bar overlayed on the task bar button;

Not integrated

  • Task dialog;
  • Aero glass.

Feel free to expand this list if you know more.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM