上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 85 下一页
  2014年5月29日
摘要: Hiding the C# application to the system tray is quiet straight forward. With a few line of codes in C# and you can accomplish this. First you will nee... 阅读全文
posted @ 2014-05-29 09:30 武胜-阿伟 阅读(456) 评论(0) 推荐(0) 编辑
摘要: Do you need to find the difference in number of days, hours or even minute between the two date range?Here's how:Assuming the a and b variable is of t... 阅读全文
posted @ 2014-05-29 09:26 武胜-阿伟 阅读(278) 评论(0) 推荐(0) 编辑
摘要: Recently in one of my project I needed to have an option to display the DateTimePicker allowing user to pick both the date and the time. When I drag t... 阅读全文
posted @ 2014-05-29 09:25 武胜-阿伟 阅读(232) 评论(0) 推荐(0) 编辑
摘要: When creating a Windows form in C#, we would like to create a hyperlink so that when the user click on the link it would open up a web browser and dis... 阅读全文
posted @ 2014-05-29 09:20 武胜-阿伟 阅读(394) 评论(0) 推荐(0) 编辑
摘要: http://www.itjungles.com/how-to-easily-create-popup-menu-for-devexpress-treelist.htmlAdding popup menu to DevExpress treelist is an easy task. Follow ... 阅读全文
posted @ 2014-05-29 09:14 武胜-阿伟 阅读(674) 评论(0) 推荐(0) 编辑
  2014年5月27日
摘要: http://blogs.msdn.com/b/borisj/archive/2006/09/28/769708.aspxI apologize for the long delay for this section (although I suppose my average posting fr... 阅读全文
posted @ 2014-05-27 23:39 武胜-阿伟 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 1.TextEditor(barEditItem)取文本string editValue = barEditItem1.EditValue.ToString(); //错误,返回null string editValue = ((DevExpress.XtraEditors.TextEdit)... 阅读全文
posted @ 2014-05-27 17:42 武胜-阿伟 阅读(23311) 评论(1) 推荐(1) 编辑
摘要: 第三方的Devexpress套件因为要使用权限机制控制不同用户进入系统显示菜单所以要配合字典数据动态生成。在WEB中这种问题灰常的轻松在winform里就稍微有点不同为了用DEV实现卡式菜单有组的概念具体如图红色部分提示:这里用了菜单头、菜单组、菜单项来逐级生成 ,首先是菜单头便利创建然后判断是否有... 阅读全文
posted @ 2014-05-27 17:41 武胜-阿伟 阅读(5277) 评论(5) 推荐(2) 编辑
摘要: http://www.csdn 123.com/html/itweb/20130827/83559_83558_83544.htm免费开源库EasyHook(inline hook),下面是下载地址http://easyhook.codeplex.com/releases/view/24401把头文... 阅读全文
posted @ 2014-05-27 11:32 武胜-阿伟 阅读(4929) 评论(0) 推荐(0) 编辑
  2014年5月25日
摘要: http://www.cnblogs.com/Jarvin/p/3721195.html我们需要发布的exe文件很多时候都可能会依赖于一堆松散的dll,如果想在发布 的时候只提供exe文件,而不想把一大堆dll一起放在和exe同一个文件夹下,是有方法的,该方法由CLR via C#作者提出,我在实践... 阅读全文
posted @ 2014-05-25 08:56 武胜-阿伟 阅读(5159) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 85 下一页