资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Windows.Forms;
using System.xml;
namespace TestDespk
{
public class AppSettings
{
private static string AppConfig()
{
return Path.Combine(Application.StartupPath “TestDespk.exe.config“);
}
public static string GetAppSettingValue(string appKey)
{
xmlDocument document = new xmlDocument();
try
{
document.Load(AppConfig());
xmlElement element = (xmlElement)document.SelectSingleNode(“//appSettings“).SelectSingleNode(“//add[@key=‘“ + appKey + “‘]“);
if (element != null)
{
return element.GetAttribute(“value“);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 395 2010-12-23 14:37 C#Winform界面设计\TestDespk\TestDespk\App.config
文件 3219 2010-12-23 14:41 C#Winform界面设计\TestDespk\TestDespk\AppSettings.cs
文件 97189 2010-10-13 13:09 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\deepin-01.jpg
文件 3774 1997-06-23 07:08 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\image\button.ico
文件 1078 2004-11-14 22:07 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\image\button1.ico
文件 3262 2007-09-03 17:41 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\image\button2.ico
文件 323590 2006-05-07 03:59 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\image\button4.ico
文件 4485 2009-05-22 08:02 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\image\from.gif
..A.SH. 11776 2009-06-11 11:36 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\image\Thumbs.db
文件 516096 2006-08-18 11:50 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\IrisSkin2.dll
文件 15156 2007-11-07 09:30 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\MacOS.ssk
文件 12542 2007-11-07 09:30 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\MidsummerColor1.ssk
文件 16292 2007-11-07 09:30 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\MSN.ssk
文件 3148 2007-12-20 11:32 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\MTMenu.xm
文件 4767744 2007-12-24 15:33 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\OutLookBar.dll
文件 11351 2007-11-07 09:30 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\SportsBlack.ssk
文件 200704 2010-12-23 16:44 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\TestDespk.exe
文件 419 2010-12-23 16:13 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\TestDespk.exe.config
文件 52736 2010-12-23 16:44 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\TestDespk.pdb
文件 5632 2005-11-11 22:25 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\TestDespk.vshost.exe
文件 395 2010-12-23 14:37 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\TestDespk.vshost.exe.config
文件 69075 2009-09-01 09:33 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\ti
文件 16013 2007-11-07 09:30 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\Vista.ssk
文件 49152 2007-09-04 16:02 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\VivantList.dll
文件 47607 2007-11-07 09:30 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\Wave.ssk
文件 13189 2007-11-07 09:30 C#Winform界面设计\TestDespk\TestDespk\bin\Debug\XPBlue.ssk
文件 351 2010-12-23 16:44 C#Winform界面设计\TestDespk\TestDespk\EmployeeForm.cs
文件 8364 2010-12-23 16:44 C#Winform界面设计\TestDespk\TestDespk\EmployeeForm.Designer.cs
文件 5814 2010-12-23 16:44 C#Winform界面设计\TestDespk\TestDespk\EmployeeForm.resx
文件 4046 2010-12-23 16:34 C#Winform界面设计\TestDespk\TestDespk\Mainform.cs
............此处省略38个文件信息
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- winform 鼠标聚焦 焦点时变色
- winform仿qq停靠屏幕边缘
- winform手动改变自定义窗口大小
- winform鼠标穿透(新)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 垂直交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
评论
共有 条评论