views:

136

answers:

1

Is there a way to make a TaskDialog always on top (ie, system modal)?

I've checked the TaskDialogConfig structure (http://msdn.microsoft.com/en-us/library/bb787473%28VS.85%29.aspx), but I'm not having any luck.

Anyone know how to do it or if it's possible?

A: 

Don't know if this is helpful. But you can make the TaskDialog application modal if you supply a window handle to the hwndParent member of the configuration.

gencha