Loading

摘要: 代码如下//using System;using System.Windows.Forms;using DevExpress.XtraEditors;namespace WindowsFormsApplication1 { public class ScrollHelper { ... 阅读全文
posted @ 2015-04-20 18:15 jevan 阅读(2355) 评论(0) 推荐(0) 编辑
摘要: 为了使程序在弹出窗口时置顶层且不获取系统输入焦点,避免影响用户当前的操作,来电通来电弹屏软件尝试过N多种办法,例如:弹出前保存当前焦点窗口句柄,弹出时因为使用TopMost系统默认将焦点交给了弹出窗口,弹出后再将焦点还给弹出前的焦点窗口句柄(C#让窗体置顶弹出但不获取焦点)。这种方法貌似解决了问题,... 阅读全文
posted @ 2015-04-20 18:11 jevan 阅读(1052) 评论(0) 推荐(1) 编辑