随笔分类 -  C#

有关windows dpi适配(c#)
摘要:代码来源:https://github.com/NewLifeX/X/blob/master/NewLife.Core/Windows/ControlHelper.cs 阅读全文
posted @ 2018-09-28 17:09 Old-Fish 阅读(1058) 评论(0) 推荐(0)
有关DevExpress 安装后vs工具箱不显示图标的错误
摘要:在https://www.devexpress.com/Support/Center/Question/Details/T214296/missing-icons-from-toolbox找到解决方法 To work around this issue you can try resetting t 阅读全文
posted @ 2018-09-27 17:45 Old-Fish 阅读(1049) 评论(0) 推荐(0)
DevExpress Report 打印提示one or more margins are set outside the printable area of the page 问题解决
摘要:DevExpress Report Print的时候,出现这样的问题:one or more margins are set outside the printable area of the page 。 要忽略这个提示,方法为:report.PrintingSystem.ShowMarginsW 阅读全文
posted @ 2017-10-12 15:01 Old-Fish 阅读(2215) 评论(0) 推荐(0)