C# 委托 事件 之 窗体之间互传值效果:Form1.cs: using System;using System.Windows.Forms;namespace 窗体事件互传值2{ public delegate void SetTxb2Del(string str, object obj);...
顺序语句是程序语言控制结构中最基础,最简单和最容易理解的一种,它确定了为完成某个功能先做什么,后做什么。分为有依赖关系的顺序语句和无依赖关系的顺序语句。一、有依赖关系的顺序语句示例1var myForm = document.forms['myForm']var uname = myForm.una...
分类:
其他好文 时间:
2014-10-11 10:37:35
阅读次数:
190
一、各种旋转、改变大小注意:先要添加画图相关的using引用。//向右旋转图像90°代码如下:private void Form1_Paint(object sender, System.Windows.Forms.PaintEventArgs e){Graphics g = e.Graphics;...
分类:
其他好文 时间:
2014-10-10 10:44:54
阅读次数:
392
值得说的就是添加一个回车事件,http://blog.csdn.net/nanwang314/article/details/6176604private void textBox1_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e...
System.Windows.Forms.Application.StartupPath:获取启动了应用程序的可执行文件的路径,不包括可执行文件的名称。System.Environment.CurrentDirectory:获取或设置当前工作目录的完全限定路径。备注说明:假设你在桌面上打开了一个应用...
分类:
移动开发 时间:
2014-10-09 17:08:17
阅读次数:
170
Life Forms
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 9820
Accepted: 2708
Description
You may have wondered why most extraterrestrial life forms resem...
分类:
其他好文 时间:
2014-10-09 15:36:18
阅读次数:
211
在.NET中可以用OleDb(Object linking and embeding DataBase)来访问Excel 1 using System; 2 using System.Data; 3 using System.Windows.Forms; 4 using System.Data.Ol...
分类:
数据库 时间:
2014-10-09 02:14:57
阅读次数:
194
http://poj.org/problem?id=1273DescriptionEvery time it rains on Farmer John's fields, a pond forms over Bessie's favorite clover patch. This means tha...
分类:
其他好文 时间:
2014-10-07 19:09:23
阅读次数:
277
http://www.asp.net/web-forms/tutorials/data-access/caching-data/caching-data-in-the-architecture-cs参考:深入System.Web.Caching命名空间 教你Hold住缓存管理(一)http://ww...
分类:
其他好文 时间:
2014-10-06 22:09:20
阅读次数:
158
最进做项目要涉及到地图开发有关的知识,看到了很好的一篇博文,和大家分享下。我们先看看GMap.NET的定义:GMap.NET是一个强大、免费、跨平台、开源的.NET控件,它在Windows Forms 和WPF环境中能够通过Google, Yahoo!, Bing, OpenStreetMap, A...