摘要:
RegistryKey rk=Registry.CurrentUser.OpenSubKey("SOFTWARE\\3721",true); rk.SetValue("aa","3333"); MessageBox.Show (rk.GetValue("aa").ToString ()); rk.DeleteValue ("aa"); 阅读全文
posted @ 2005-05-01 13:24
jetz
阅读(505)
评论(2)
推荐(0)
摘要:
文件结束是null while((str=f1.ReadLine())!=null) 打开文件是 StreamReader f1=new System.IO.StreamReader(of.FileName,System.Text.Encoding.Default ); 读文件要指定编码,写文件不用,直接写。 阅读全文
posted @ 2005-05-01 13:23
jetz
阅读(587)
评论(1)
推荐(0)
摘要:
1、当打印时,改变map控件的width和height时,比例尺也会改变,所以需要在改完后再设比例尺 2、用固定比例尺打印地图时,要把地图的Width河height设的很大,但实际上其zoom和打开时显示全貌的zoom是一样的,所以,很多根据zoom显示的东西都不会显示,需要手工把它的ZoomLayer 设为false 阅读全文
posted @ 2005-05-01 11:24
jetz
阅读(1025)
评论(1)
推荐(0)
浙公网安备 33010602011771号