|
-
Sep 21st, 2014, 08:50 AM
#4
Re: [VB6, Vista+] Simple Task Dialog
 Originally Posted by Olaf
...which then would offer a quite nice Set of System-Icons without having to include them as a
separate Resource...
Very nice solution for alternate icons.
If offered, probably best to stick with the Vista Shell32 I would think. Seems with every O/S, Shell32 grows in icon count. Wouldn't want to reference some Win8 icon only to crash when app run on Vista if that icon exceeded the Vista Shell32 count.
Just FYI. If using this in IDE, a simple workaround for WYSIWYG (see icons) is to farm off the TaskDialogAPI call to the Indirect Dialog call (not available in his sample project). That would allow you to display icons during IDE easily enough & though that Indirect call has a lot more options, it includes the basic options of the Direct call. Code change would require a callback procedure added to the project
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|