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

Changing and viewing icon at run time

Does anyone know how I can change an icon on a custom dialog at run time? I want to allow the user to view the icon they have navigated to. I can navigate to a .ico file but don't know how to update the icon control on the dialog.

Any ideas - please ????
(3) Replies
You might want to use the same piece of vbscript you used for the combobox to update the binary/icon-table. I don't know if it's possible to update the binary data, but I guess it can be done.
I'll try it out and let you know - thanx.
I tried what you suggested and still can't seem to edit the binary table. I'm not sure why though. Do you have and vbscript that could help me out?