TaskDialog?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Does anybody have sample project of code for creating simple TaskDialogs in framework 2.0, without any unsafe/unmanaged code? Thanks.
If you are referring to the TaskDialog provided by Vista, the only way to do this in .NET is to use interop to the Win32 APIs. There are several examples of how to do that here on CP. There are also some examples that show how to make a TaskDialog-like dialog. Search Results[^]
Scott. —In just two days, tomorrow will be yesterday. —Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai
[Forum Guidelines] [Articles] [Blog]