Windows开发
打开delphi 2010窗口进行编程, 编程时,一般把输入西文或以西文为主的元件的ImeMode属性设为缺省值;而把输入中文或以中文为主的元件的ImeMode属性设为ImOpen;ImeName属性值则在程序运行时由用户设定。这个方法...
分类:Windows开发 时间:2015-05-01 14:52:55 收藏:0 阅读:440
如何打开系统 OPENFILENAME opfn; WCHAR strFilename[MAX_PATH];//存放文件名 //初始化 ZeroMemory(&opfn, sizeof(OPENFILENAME)); opfn.lStructSize = sizeof(OPENFILENAME);//结构体大小 //设置过滤 opfn.lpstrF...
分类:Windows开发 时间:2015-05-01 13:27:14 收藏:0 阅读:190
winform中的透明都是假透明,只是将背景色设置为父级容器的背景色。所以从网上找到这个真正透明的label。 1 public partial class transparentLabel : UserControl 2 { 3 public transparentLabe...
分类:Windows开发 时间:2015-05-01 11:57:16 收藏:0 阅读:232
1 using System; 2 using System.Collections.Generic; 3 4 //用KVP来代替KeyValuePair;相当于C中的typedef 5 using KVP = System.Collections.Generic.KeyValuePa...
分类:Windows开发 时间:2015-05-01 11:53:14 收藏:0 阅读:257
winform做圆角窗体: 1 //重绘窗体为圆角 2 private void frmMain_Paint(object sender, PaintEventArgs e) 3 { 4 #region 5 6 Lis...
分类:Windows开发 时间:2015-05-01 11:50:45 收藏:0 阅读:246
博客搬到了fresky.github.io - Dawei XU,请各位看官挪步。最新的一篇是:Windows上常见的集中布尔类型的比较。
分类:Windows开发 时间:2015-05-01 10:37:54 收藏:0 阅读:169
https://github.com/wly2014/ProgressBar
分类:Windows开发 时间:2015-05-01 10:29:44 收藏:0 阅读:243
调用Microsoft Solver Foundation,解决金融问题!...
分类:Windows开发 时间:2015-05-01 09:25:24 收藏:0 阅读:782
2015 UESTC Training for Data Structures
分类:Windows开发 时间:2015-05-01 07:02:04 收藏:0 阅读:253
参考网址http://www.vixual.net/blog/archives/178
分类:Windows开发 时间:2015-05-01 01:54:24 收藏:0 阅读:162
17634763576369701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!