Swapnil Sonawane

Results 14 comments of Swapnil Sonawane

@RussKie, you're spot on. It only functions correctly when the forms are already open, as `IsHandleCreated` returns true in that scenario. However, if the form is closed and we modify...

[Difference between NET 4.8 & NET Core font scaling.pdf](https://github.com/dotnet/winforms/files/15076639/Difference.between.NET.4.8.NET.Core.font.scaling.pdf) Hi @RussKie @Suchiman To support my statements, I have created two separate applications based on NET Core & NET 4.8. In...

https://github.com/dotnet/winforms/pull/11213 @RussKie @LeafShi1 In above pull request I have provided a solution to bypass this `IsHandleCreated` condition. May I know how to get these changes approved ?

@merriemcgaw @LeafShi1 @ricardobossan can you provide me an update on this issue?

@merriemcgaw I will test the changes and let you know soon

Hi @merriemcgaw , @LeafShi1 @Tanya-Solyanik Previously I was using below document to test the changes. But now its not working, even after copying DLL to shared folder when I run...

@LeafShi1 There is no specific error, it just don't switch to modified the SDK with above settings. Also, I have already these SDK installed: 1. Windows 11 SDK (10.0.22621.0) 2....

@LeafShi1 oh thanks. I already tried & tested adding CreateHandle(); in my application and it works. But to close this issue, I guess I need to change in Winform code...

@LeafShi1 Sorry for the confusion what I write in earlier comment. The CreateHandle(); worked in my sample application for single form only. When I tried to put it in base...

Hi @LeafShi1 I made the changes you provided in winform code. Built and exported DLL and tested it with my application. it works. Every contols are properly scaled according to...