Hi, the program crashes if there's no .ico file inside the same folder... I have:
1) Added the MyIcon.ico file in the Application section, also 'embed manifest with default settings' is checked.
2) Made the .ico file as Embedded Resource (Build Action) in the .ico file properties.
3) Added 'this.Icon = new Icon("plat.ico");' in the Public form.
So... why is the application not booting? What gives?
Thanks in advance.