上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
摘要: 事件响应:xaml文件中。 事件响应:cs文件中。using System;using System.Collections.... 阅读全文
posted @ 2016-01-09 11:23 星雷热忱 阅读(197) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2016-01-08 15:08 星雷热忱 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 文章中总结了四种方法:http://www.cnblogs.com/slyzly/articles/1965965.html强烈建议 将Form的FormBorderStyle属性由Sizeable修改为Fix开头的因为一个登录窗体改变大小是没有意义的 下面回答下你的问题 图片和字一起 那么把他们放... 阅读全文
posted @ 2016-01-08 13:44 星雷热忱 阅读(2110) 评论(0) 推荐(0) 编辑
摘要: private void button8_Click(object sender, EventArgs e) { if(radioButton1.Checked) { MessageBox.Sho... 阅读全文
posted @ 2016-01-08 11:30 星雷热忱 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/e421083458/article/details/41478139 该连接总结了很多方向的笔记、程序、学习资料链接。 http://www.debugease.com/csharp/106816.html 调试易, http://www.cnblogs. 阅读全文
posted @ 2016-01-07 23:29 星雷热忱 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 主窗体:using System;//基础核心命名空间using System.Collections.Generic;using System.ComponentModel;//组建模型using System.Data;//数据库访问控制using System.Drawing;//绘图usin... 阅读全文
posted @ 2016-01-07 19:40 星雷热忱 阅读(751) 评论(0) 推荐(0) 编辑
摘要: 我使用【http://www.cnblogs.com/enjoyeclipse/archive/2013/01/29/2882254.html】所提供的方式导出地图数据但是在【C:\Users\用户名\AppData\Local\GMap.NET\TileDBv5\en】这个文件夹下看到的Data.... 阅读全文
posted @ 2016-01-07 19:32 星雷热忱 阅读(5069) 评论(1) 推荐(0) 编辑
摘要: BOOL CLEDApp::InitInstance()中,关于默认的图标的程序: CSingleDocTemplate* pDocTemplate; pDocTemplate = new CSingleDocTemplate( IDR_MAINFRAME, ... 阅读全文
posted @ 2016-01-04 23:07 星雷热忱 阅读(934) 评论(0) 推荐(0) 编辑
摘要: 头文件中:1,定义缓冲区数组。。//char *Device_pCirBuf;//环形缓冲区 BYTE Device_pCirBuf[81];//环形缓冲区cpp文件中2,定义缓冲区接收长度,接收正确数据包定义,读指针(缓冲区头),写指针(缓冲区尾)char Device_rightdata[... 阅读全文
posted @ 2016-01-04 23:01 星雷热忱 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 楼主你第一次编译链接成功后,有没有F5调试运行,我也碰到过这个问题,调试运行后,过了设的断点就进入了CMDTARG.CPP,然后关编辑器是应该会提示保存对CMDTARG.CPP的修改,我点了保存,之后也出现上面的错误。后来我试过不点保存就没有Release版的程序编译出现"LINK : warnin... 阅读全文
posted @ 2016-01-04 22:51 星雷热忱 阅读(583) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页