L
Lloyd Dupont
I'm developping an apps which would manage 2 file type (I could foresee so
far).
I would like to provide each of them with its icon.
Now, in the "Good Old Win32 days" (which I never practice ;-) I could just
embed Icon resource in my app, with a negative index, and register with
windows shell API my file extension and icon index in my exe file.
Now the question is... how could I do that in .NET?
It looks like I will have only one icon possible, the app icon :-(
far).
I would like to provide each of them with its icon.
Now, in the "Good Old Win32 days" (which I never practice ;-) I could just
embed Icon resource in my app, with a negative index, and register with
windows shell API my file extension and icon index in my exe file.
Now the question is... how could I do that in .NET?
It looks like I will have only one icon possible, the app icon :-(