.Net framework 4.8

Comments

jetdv wrote on 10/14/2024, 7:50 PM

@ChrisD adding that line after the AutoScaleDimensions line also let it work again! Thanks.

Grazie wrote on 10/15/2024, 1:51 AM

I tried // but it still doesn't work....

jetdv wrote on 10/15/2024, 8:16 AM

@Grazie either delete the this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); line or add this second line after it:

this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;

 

Grazie wrote on 10/17/2024, 10:03 AM

Result!!!! How very frustrating......

Big thanks to you all and especially Edward's patience with me. It has been deeply confusing for me.

Steve_Rhoden wrote on 10/17/2024, 10:06 AM

Finally !

Grazie wrote on 10/17/2024, 10:35 AM

Now, I'm trying to apply a shortcut keystroke. But that now brings up that error.

jetdv wrote on 10/17/2024, 11:56 AM

@Grazie, make sure you're picking the correct script and not the one that caused the error.

Grazie wrote on 10/17/2024, 12:27 PM

@Grazie, make sure you're picking the correct script and not the one that caused the error.

indeed. Anyway, that’s me for today.

 

Grazie wrote on 10/18/2024, 2:04 AM

Well lads - done it! Script assigned to my CSP......