
Win Form
kingwkb
这个作者很懒,什么都没留下…
展开
-
这2天刚刚接触了win form
这2天刚刚接触了win form,写点简单的东西吧,也方便以后新手入门想要在运行时候打开某个窗体,在form1的main函数中Application.Run(new Form1())打开某个窗体首先实力化窗体form2 frm = new form2();frm.Show();或frm.ShowDialog();这2种有什么区别我就不多说了,大家试试就知道了。窗体之间的传值,假设我在form1中有原创 2005-12-04 15:56:00 · 1674 阅读 · 0 评论 -
用Visual C#实现文件下载
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Net; using System.IO; using System.Threading;转载 2006-03-18 19:54:00 · 1616 阅读 · 4 评论 -
程序实现动态改变IP地址
由于要在我的实验室和宿舍上网,而我拿的是笔记本,所以用程序实现动态IP地址的更改,当然要从不同的文件中读取不同的配置。方法的实现用于为win2000,xp,server2003等操作系统。 在CMD下有个命令netsh是非常有用的,键入netsh后打help会看到很多有用的信息。 netsh>help netsh>interface转载 2006-02-24 11:44:00 · 1865 阅读 · 2 评论 -
自己做了个移动查话费的东西,大家可以下来用!
下载地址http://www.freezg.com/soft/hamobile.exe需要Microsoft .net framework 1.1环境功能很简单的!原创 2006-04-14 16:50:00 · 2422 阅读 · 3 评论 -
.net部署到没装.net framework的机器上
我前一段写了个查话费的东西,就是上一篇我写的文章,前天把他改了改加了个功能,让朋友使用的时候都反映说不能用,发现他们都没是没装.net framework的机器,然后就上网查了查,发现有个visual studio 2003 引导插件下载地址http://www.microsoft.com/downloads/details.aspx?FamilyID=627921a0-d9e7-43d6-a原创 2006-04-18 08:34:00 · 2555 阅读 · 1 评论