cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
stuikerd
Level 4

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?
Labels (1)
0 Kudos
(2) Replies
stuikerd
Level 4

BUMP To the top
0 Kudos
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

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).
0 Kudos