RE: RE: [Resource] TaskDialog Class (Updated 23/08/2008)
quote:Originally posted by Mattike
Thanks for all the great comments, I appreciate that!
quote:Originally posted by Winky
And that brings me on a question: Can we use it for non !plus scripts to?
Sure you can! If you happen to be coding in a programming language which has no support for "struct" definitions and you need to make such a memory structure all by yourself, you might be helped by the "UpdateConfig" method of this class, which writes all 96 bytes (that's 24 DWORD values!) required for the TASKDIALOGCONFIG. However, I don't know about any "real" programming language which requires you to do this.
But still, there are some usefull parts in it for other languages to.