- 博客(6)
- 收藏
- 关注
原创 07版的PPT不能输入中文解决方法
参考:http://zhidao.baidu.com/question/275565180.html#finish-value 新建一个文本文件,然后复制下面分割线内的内容,然后将文本另存为“1.reg” ,然后双击这个文件导入就可以解决了~~~=====================(不要复制我,我是分割线)==================== Windows Regi
2012-06-04 10:36:47
369
转载 C#将像素转换为页面单位进行绘图介绍
http://www.csharpwin.com/csharpspace/9274r6597.shtmlC#将像素转换为页面单位进行绘图示例代码如下: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using Sy
2012-05-31 10:04:35
714
原创 c++求两条直线的交点
百度知道上找的,先留着慢慢研究:来源:http://zhidao.baidu.com/question/79460681.html//.h文件#ifndef _LINE_H_#define _LINE_H_#include #include class Point{public: /* 点的坐标 */ int x1; int y1;p
2012-05-21 17:16:23
8784
原创 关于控制textbox的输入问题
调用TextBox的KeyPress事件 private void textBox6_KeyPress(object sender, KeyPressEventArgs e) { if(!(char.IsNumber(e.KeyChar)))//保证textbox1~9输入的为数字 {
2012-05-21 13:22:30
418
原创 关于删除toolstripcontainer的方法
今天不小心在编辑菜单时点了如图所示的“嵌入toolstripcontainer中”,导致整个界面被“tool... ”覆盖,现将解决方法分享如下:1.选中menu控件,按esc依次选中其父窗体,确定每个控件的DOCK属性都是none,即每个toolstripcontainer都未停靠在窗体;2.选中toolstripcontainer控件,鼠标拖动缩小其大小;3.将menu控件拖出to
2012-05-20 17:02:59
2976
原创 C#中一个窗体传递另一个窗体的值和sting类型到double类型的转换两个问题
定义两个窗体form1与form2,form1上一个textbox1,一个button1;form2上一个textbox1;具体代码:form1:namespace WindowsFormsApplication1{ public partial class Form1 : Form { public string str="";
2012-05-15 10:01:05
1282
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人