Hello all,
Our program is able to run in 5 different configurations: Stand-alone, Cloud etc....
We would like to quickly distinguish between these, by using of one of the following features:
- Change the color in the title bar to blue or green, its white by default.
- Change the color of the border around the window.
- Change the background image, we now use a blue background, to a different image.
I would like to change this for all windows at once, so I do not have to change all the init window codes.
Solutions I already thought about:
- Generating different executables, but this would give too much problems in consistency.
- Changing the skin template with ChangeSkinTemplate(), but I'm a little bit hesitant about using this function.
All ideas are welcome!
Regards,
Rik
Our program is able to run in 5 different configurations: Stand-alone, Cloud etc....
We would like to quickly distinguish between these, by using of one of the following features:
- Change the color in the title bar to blue or green, its white by default.
- Change the color of the border around the window.
- Change the background image, we now use a blue background, to a different image.
I would like to change this for all windows at once, so I do not have to change all the init window codes.
Solutions I already thought about:
- Generating different executables, but this would give too much problems in consistency.
- Changing the skin template with ChangeSkinTemplate(), but I'm a little bit hesitant about using this function.
All ideas are welcome!
Regards,
Rik