Hi,
I have a winforms desktop App designed in VS 2013 using vb.net on .Net Framework 4.5.2
I added a xaml wpf user control textbox for spell checking text and everything was working great except when I launch the spellchecker form all the forms behind resize/rescale like either dpi or font and now they don't look well!
From scouring the internet I am recommended to add the following to my app
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
But not sure where to put it and what is asmv3 even?
Can anyone advise please?
Thanking you
I have a winforms desktop App designed in VS 2013 using vb.net on .Net Framework 4.5.2
I added a xaml wpf user control textbox for spell checking text and everything was working great except when I launch the spellchecker form all the forms behind resize/rescale like either dpi or font and now they don't look well!
From scouring the internet I am recommended to add the following to my app
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
But not sure where to put it and what is asmv3 even?
Can anyone advise please?
Thanking you