摘要:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Resources; using ResEditorComponents ;namespace 读写资源文件{...
阅读全文
04 2006 档案
摘要:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Resources; using ResEditorComponents ;namespace 读写资源文件{...
阅读全文
摘要:使用RegistryManager rwRgs=new RegistryManager() ; private void button4_Click(object sender, System.EventArgs e) { string str1=rwRgs.ReadSettings("myName") ; if(str1!=...
阅读全文
摘要://目前此方法只在WindowsXP测试通过,在Windows2003服务器上不能应用//本文主要介绍对用c#.net生成的Windows服务程序进行安装,共采用了两种方法,其中一种方法为调用//installutil.exe进行安装,同时生成了 Process 类 的使用实例//writer:furenjun 2006.4.28using System;using System.Drawing;...
阅读全文
摘要:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using Microsoft.Win32;namespace RegiestryManager{ /**//// /// Form2 的摘要说明。 /...
阅读全文
摘要:问题:[microsoft][odbc microsoft access driver]标准表达式中数据类型不匹配原因:Sql语句书写格式不标准 解决办法: 如: string sqlstr="select * from student where studentId>='" + Convert.ToInt32(this.textBox1.Text)+"'"; 应改为...
阅读全文
|