سؤال

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top