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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
So basically your answer is no ;). I'll give it some time to see if any other answer is given on this before I mark this as the accepted answer. – Øyvind Knobloch-Bråthen Oct 22 '10 at 11:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.