ImageManager Icon and TaskDialog |
Post Reply |
Author | |
ProScan
Groupie Joined: 07 March 2011 Status: Offline Points: 16 |
Post Options
Thanks(0)
Posted: 04 August 2011 at 5:35am |
Hello...
how we can use the imagemanager icon in the Taskdialog ? i create a new imagemanagericon Dim Icon As ImageManagerIcon Set Icon = ImageManager1.Icons.GetImage(1, 32) in the Taskdialog i set the Properties With TaskDialog .Reset .AllowCancellation = True .DialogWidth = 250 .ParentHwnd = frmxxx.hWnd .MainIcon = xtpTaskIconCustom .MainIconHandle = Icon.Handle ... ... .ShowDialog End With When i set the taskdialog.mainiconhandle to the icon.handle it does not display the imagemanager icon. Why ??? ProScan |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |