Hi there!
Your forum helped me a lot in the past, and finally there is a problem, that I can't find a solution so far. That is without registering (=
I have an application, which has a default icon defined in it. One of the features of this application is launching 3rd party apps through it both when it's launched itself (that is through a button) or using a command-line parameter. That is a shortcut with specific argument(s). It works fine, with launching, but, if I create a shortcut and change its icon, when I launch my app using this shortcut it uses the icon from the shortcut instead of the one which I setup by default. I tried forcing the con change through the code after a 3rd party application is launched, but it did not help.
Maybe someone know how can I force my app to use the icon from itself 9that is from its settings, its resources), instead of the one in the shortcut? In vb.net preferably (=
Thank you.
Your forum helped me a lot in the past, and finally there is a problem, that I can't find a solution so far. That is without registering (=
I have an application, which has a default icon defined in it. One of the features of this application is launching 3rd party apps through it both when it's launched itself (that is through a button) or using a command-line parameter. That is a shortcut with specific argument(s). It works fine, with launching, but, if I create a shortcut and change its icon, when I launch my app using this shortcut it uses the icon from the shortcut instead of the one which I setup by default. I tried forcing the con change through the code after a 3rd party application is launched, but it did not help.
Maybe someone know how can I force my app to use the icon from itself 9that is from its settings, its resources), instead of the one in the shortcut? In vb.net preferably (=
Thank you.