poshprotools icon indicating copy to clipboard operation
poshprotools copied to clipboard

Compiled exe doesn't have an icon

Open adamdriscoll opened this issue 8 years ago • 3 comments

Need to be able to select an icon the compiled exe will have

adamdriscoll avatar Jul 13 '17 07:07 adamdriscoll

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 avatar Jul 15 '17 18:07 rortega67

@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.

adamdriscoll avatar Jul 15 '17 19:07 adamdriscoll

What do we need for the build to allow us to have an ICON?

rortega67 avatar Dec 25 '17 13:12 rortega67