poshprotools
poshprotools copied to clipboard
Compiled exe doesn't have an icon
Need to be able to select an icon the compiled exe will have
Although the upgrade does not show errors, the icon does not show in the project or in the taskbar The code that it shows now is $MainForm.Icon = [System.Drawing.Icon]$resources.GetObject('$this.Icon') this.icon refers to?, it won't compile it
@rortega67 See #7. Icons do not currently work in the forms designer. You'll have to remove that line from your designer.ps1 in order to get it to run correctly. I will have a fix for this coming in the next few weeks.
What do we need for the build to allow us to have an ICON?