摘要:
一、图像格式的转换 string strFilePathName = ImageShow.ImageUrl; System.Drawing.Image i = System.Drawing.Image.FromFile(strFilePathName); //以下得到在服务器上保存的文件路径名称 string str... 阅读全文
摘要:
if(!File.Exists("c:\\user.ini")) { StreamWriter sw = new StreamWriter("c:\\user.ini"); string strName = tbName.Text; string strPass ... 阅读全文