上一页 1 2 3 4 5 6 7 8 ··· 30 下一页
摘要: 1、custombox http://blog.csdn.net/jasonkao001/article/details/22808135 https://www.codeproject.com/Articles/10670/Image-ComboBox-Control 阅读全文
posted @ 2017-01-03 16:49 慧由心生 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 7、Const 与 Readonly 区别: 前者静态,后者动态; 前者值替换,后者可以在初始化时赋值 编译结束之后使用Reflector或者IL工具查看代码,是没有I这个常量的,所有使用I这个常量的地方,都被替换成了值100。基于以上原因,所有public修饰的变量,都不应该使用const修饰,因 阅读全文
posted @ 2016-12-23 14:18 慧由心生 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 代码挺差的,仅供学习、参考 class CEFGlueLoader { class CefAppImpl : CefApp { protected override void OnBeforeCommandLineProcessing(string processType, CefCommandLi 阅读全文
posted @ 2016-12-22 16:54 慧由心生 阅读(5634) 评论(0) 推荐(0) 编辑
摘要: 外部环境数据1.需要管理员权限2.需要安装office2003以上完整版3.需要安装flash reader 10.0以上4.需要安装adodb reader;Adobe Acrobat X Pro; 8.0以上 代码比较差,仅供学习、参考 /// <summary> /// 外部环境数据 /// 阅读全文
posted @ 2016-12-22 16:37 慧由心生 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 注册flash 为例: 代码比较差 仅供学习参考 /// <summary> /// 注册组件 /// </summary> private static void Registor() { PrintLog("注册flash"); #if _RELEASE && !_ORG_MANAGER str 阅读全文
posted @ 2016-12-22 16:06 慧由心生 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 8、WebEye.Controls.WinForms.WebCameraControl 7、AxInterop.RDPCOMAPILIB.dll 6、阿里云上传、下载:Aliyun.OSS.dll https://help.aliyun.com/ 5、SQLite数据库操作:SQLite.Inter 阅读全文
posted @ 2016-12-22 15:02 慧由心生 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 1、C#时间转js时间 /// <summary> /// C#时间转js时间 /// </summary> /// <param name="theDate"></param> /// <returns></returns> private static long MilliTimeStamp(D 阅读全文
posted @ 2016-11-23 11:21 慧由心生 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 1、傲瑞科技:http://www.oraycn.com/OMCS_download.aspx 阅读全文
posted @ 2016-09-20 11:40 慧由心生 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 一、需求:在不同的exe程序中,提示消息框样式一致,内容不同。 二、实现: 1、提示消息框program.cs static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Mai 阅读全文
posted @ 2016-07-13 17:23 慧由心生 阅读(2388) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 文件类型 /// </summary> public enum FileType { Courseware, //"课件" Document, //"文档" Picture, //"图片" Audio, //"音频" Video, //"视频" Cartoon, 阅读全文
posted @ 2016-07-13 15:26 慧由心生 阅读(1678) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 30 下一页