Krypton-Suite / Standard-Toolkit

An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET 8 - 9
BSD 3-Clause "New" or "Revised" License
411 stars 62 forks source link

[Feature Request]: Add `ForceDesignerDPIUnaware` option #1734

Closed PWagner1 closed 2 months ago

PWagner1 commented 3 months ago

Add ForceDesignerDPIUnaware option to csproj files

giduac commented 3 months ago

@Wagnerp

Still having problems on TestForm after this change. When opening a KForm in the designer there's an error:

image

Also happens when changing KForm to Form:

image

PWagner1 commented 3 months ago

@Wagnerp

Still having problems on TestForm after this change. When opening a KForm in the designer there's an error:

image

Also happens when changing KForm to Form:

image

@giduac

Please try a full clean and rebuild. Might be out-of-date.

giduac commented 3 months ago

@Wagnerp Still having problems on TestForm after this change. When opening a KForm in the designer there's an error: image Also happens when changing KForm to Form: image

@giduac

Please try a full clean and rebuild. Might be out-of-date.

Already did that....

PWagner1 commented 3 months ago

Hi @giduac

Would you mind cleaning it from the Run script, then rebuilding, as this works for me?

giduac commented 3 months ago

@Wagnerp Thanks, that did it.

PWagner1 commented 3 months ago

@Wagnerp Thanks, that did it.

@giduac

Sometimes you need to use it to flush everything out. VS never does a good job of this.

giduac commented 2 months ago

Restoring previously made unneeded changes:

image