01 2012 档案
摘要:对窗体如下设置就可以得到一个全屏的了.using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms;namespace WindowsApplication5 { public partial class Form1 : Form { public Form1() { InitializeComponent(); thi...
阅读全文
摘要:---greensoft\自动填IP地址\自由人IP切换器:http://www.xdowns.com/soft/softdown.asp?softid=61417因为白天上班在公司用的网络和在家用的网段不同,每天改过来改过去,麻烦的要死,于是想找个IP切换器来切换,后面发现现在网上大多数的切换器在Windows7下都无法正常切换,于是乎花了点时间自己写了个程序,分享给大伙,有需要的可以下载,有问题欢迎提出批评!!!下载:http://filer.blogbus.com/4644189/resource_4644189_1287819242d.7z
阅读全文
摘要:此方法的前提是, 你书写的 ConnectionString 是正确的, 形如: Provider=microsoft.Jet.Oledb.4.0;Data Source=;Jet Oledb:Database Password=xxx;如果此时,提示 “找不到提供者” 或 “未正确安装”, 原因是JET 4.0的 DLL在注册表中的信息, 由于某种原因被损坏或丢失,解决方法如下:开始--->运行, 输入 regsvr32 msjetoledb40.dll, 回车。建议重启一下,问题即可解决。///////////////////////////////////////////////.
阅读全文

浙公网安备 33010602011771号