How do I create an icon file that contains multiple sizes?
I know that I create a icon from a bitmap using Icon.FromHandle()
but how do I add another image / size to that icon?
Edit: I need to do this in my application, so I cannot execute an external application to do the combining.