This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Change image
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2012
12:37 PM
Change image
I have a screen where their are 2 images on it. Now the user can change both of them by specifying the image in a .properties file
Now if you use this code DialogSetInfo ( DLG_INFO_ALTIMAGE , szBitmap , TRUE ); it only works on the control with control identifier 1200.
And you can only change 1 of them.
Now is their a way to change both of them?
Now if you use this code DialogSetInfo ( DLG_INFO_ALTIMAGE , szBitmap , TRUE ); it only works on the control with control identifier 1200.
And you can only change 1 of them.
Now is their a way to change both of them?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 30, 2012
06:45 AM
BUMP To the top
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 02, 2012
02:54 PM
The alternate image specified with DialogSetInfo will only affect control 1200 which are the header images on the exterior and interior panel dialogs. Any other images contained on the dialogs are not configurable at runtime since they are built into the dialog resources (control 1200 is programmatically rendered at runtime).