I have some forms in my Excel addin that are looking pretty bad on high dpi monitors. I found this link http://crsouza.com/2015/04/how-to-fix-blurry-windows-forms-windows-in-high-dpi-settings/ and was going to attempt to apply same thing but not sure where to put it in the lifecycle of the dna addin. Any suggestions?
Thanks.
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to exceldna+u...@googlegroups.com.
To post to this group, send email to exce...@googlegroups.com.
Visit this group at https://groups.google.com/group/exceldna.
For more options, visit https://groups.google.com/d/optout.
Doesn't appear to work in AutoOpen...given the error message, doubt it'd work later in the workflow. Also, moved call to SetCompatibleTextRenderingDefault chunk of code to be called before ComServer.DllRegister.Server() as well and same exception was thrown. I'll dig around, but let me know if you have any other ideas. Thanks.
--