• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            twzheng's cppblog

            『站在風口浪尖緊握住鼠標旋轉!』 http://www.cnblogs.com/twzheng

              C++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
              136 隨筆 :: 78 文章 :: 353 評論 :: 0 Trackbacks
            [問]VS2005,C#winform程序,代碼修改app.config的結果保存到哪里了?

            通過Properties.Settings用代碼形式讀寫app.config文件,其中Properties.Settings變量的范圍"scope"都設置為用戶"user"(注:如果改為"Application",編譯時系統提示其為只讀屬性),讀寫都正常,并且重新打開exe文件時,上次輸入的值仍然存在,但是手動打開"test.exe.config",所有的設置變量值均為空,寫入的值都保存到什么地方去了呢?臨時文件?我用360安全衛士清除臨時文件后在此打開exe文件,上次輸入的值依然存在。有誰知道這是怎么回事?

            示例代碼:
            private void button1_Click(object sender, EventArgs e)

               //讀操作,將讀到的值送textBox1顯示 
               Properties.Settings config = Properties.Settings.Default; 
               textBox1.Text = config.myvar;
            }

            private void button2_Click(object sender, EventArgs e)

               //寫操作,將textBox2里的值寫入myvar 
               Properties.Settings config = Properties.Settings.Default; 
               config.myvar = textBox2.Text; 
               config.Save();
            }
            posted on 2008-03-17 21:32 譚文政 閱讀(3488) 評論(4)  編輯 收藏 引用 所屬分類: windows 編程

            評論

            # re: [問]VS2005,C#winform程序,代碼修改app.config的結果保存到哪里了?[未登錄] 2008-03-18 08:24 cppexplore
            @苦味酸
            c#的問題建議去博客園問,這邊看樣子知道的不多。另有留言給你。  回復  更多評論
              

            # re: [問]VS2005,C#winform程序,代碼修改app.config的結果保存到哪里了? 2008-03-18 09:06 苦味酸
            @cppexplore
            謝謝  回復  更多評論
              

            # re: [問]VS2005,C#winform程序,代碼修改app.config的結果保存到哪里了? 2008-03-18 10:55 苦味酸
            自己找到問題答案了。。。

            當Properties.Settings變量的范圍"scope"設置為用戶"user"時,通過上述方式讀寫操作并不是操作了"test.exe.config"文件,實際操作的文件保存在"C:\Documents and Settings\Administrator\Local Settings\Application Data\"路徑下面(注:Administrator是當前用戶文件夾),文件名字叫"user.config"。點擊工程Properties頁面中"設置"選項卡的"同步"按鈕會提示這個路徑。  回復  更多評論
              

            # re: [問]VS2005,C#winform程序,代碼修改app.config的結果保存到哪里了? 2008-03-18 11:05 苦味酸
            用下面的方法可以操作應用程序文件夾下的配置文件:

            在winform中使用程序讀取和修改App.config里面的appSettings當中的Value值

            這里我寫成了兩個方法,以供大家參考!
            一,命名空間
            using System;
            using System.Configuration;
            using System.Xml;
            二,方法
            //讀取Value值
            public static string GetConfigString(string key)
            {
            //
            // TODO: 在此處添加構造函數邏輯
            //
            return ConfigurationSettings.AppSettings[key];
            }
            //寫操作
            public static void SetValue(string AppKey,string AppValue)
            {
            XmlDocument xDoc = new XmlDocument();
            //獲取可執行文件的路徑和名稱
            xDoc.Load(System.Windows.Forms.Application.ExecutablePath + ".config");

            XmlNode xNode;
            XmlElement xElem1;
            XmlElement xElem2;
            xNode = xDoc.SelectSingleNode("//appSettings");

            xElem1 = (XmlElement)xNode.SelectSingleNode("//add[@key='" + AppKey + "']");
            if ( xElem1 != null ) xElem1.SetAttribute("value",AppValue);
            else
            {
            xElem2 = xDoc.CreateElement("add");
            xElem2.SetAttribute("key",AppKey);
            xElem2.SetAttribute("value",AppValue);
            xNode.AppendChild(xElem2);
            }
            xDoc.Save(System.Windows.Forms.Application.ExecutablePath + ".config");
            }
              回復  更多評論
              

            亚洲精品蜜桃久久久久久| 亚洲成人精品久久| 久久久精品人妻一区二区三区蜜桃| 婷婷伊人久久大香线蕉AV| 亚洲精品无码久久毛片| 国产精品永久久久久久久久久| jizzjizz国产精品久久| 久久99国产综合精品女同| 久久精品成人免费看| 香蕉久久AⅤ一区二区三区| 狠狠综合久久综合88亚洲| 97久久久精品综合88久久| 久久久艹| 久久久精品一区二区三区| 99久久香蕉国产线看观香| 久久久综合九色合综国产| 久久精品久久久久观看99水蜜桃| 99久久超碰中文字幕伊人| 亚洲国产精久久久久久久| 亚洲国产精品无码成人片久久 | 久久男人Av资源网站无码软件| 综合人妻久久一区二区精品 | 国产成人精品久久亚洲| 久久精品中文字幕有码| 日韩乱码人妻无码中文字幕久久| 91精品国产91久久久久久蜜臀| 久久精品国产亚洲av麻豆图片| 国产精久久一区二区三区| 久久精品国产清自在天天线| 嫩草影院久久99| 好属妞这里只有精品久久| 久久AV高清无码| 久久亚洲AV成人无码国产| 久久香综合精品久久伊人| 久久婷婷人人澡人人| 久久久九九有精品国产| 精品国产一区二区三区久久| 精品久久久久久无码专区不卡| 久久亚洲精品国产精品| 久久精品国产乱子伦| 99久久精品国产一区二区|