软件发布

手机版,更便捷!

下载排行榜首页软件下载安卓下载资讯教程推荐专题装机必备
当前位置:文章资讯 > 编程开发 >

C# - winform编程问题 使用TextBox button ComboBox三个控件

时间:2017-01-26 浏览次数: 编辑:9upk

一共有TextBox button ComboBox三个控件 、在Textbox里输入内容、点添加 、就把内容添加到了ComboBox中 、 内容需要写入到XML或者记事本、下次重启软件的时候添加的内容才会存在 、请问我该如何把我输入的内容添加到XML或者记事本中?

随便写了个代码,通过记录文本实现的。

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;

namespace WindowsFormsApplication4
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{
FileInfo DataFile;
DataFile = new FileInfo(@"c:\2.txt");
if (DataFile.Exists)
{
StreamReader sr = new StreamReader(@"c:\2.txt", Encoding.GetEncoding("GB2312"), true);
string line;
while ((line = sr.ReadLine()) != null)
{
comboBox1.Items.Add(line);

}
sr.Close();
}
else
{
DataFile.Create();

}

}

private void button1_Click(object sender, EventArgs e)
{
if (textBox1.Text != "")
{
GC.Collect();
StreamWriter writeline = new StreamWriter(@"c:\2.txt", true, Encoding.GetEncoding("GB2312"));
writeline.Write(textBox1.Text + "\r\n");
writeline.Flush();
writeline.Close();
comboBox1.Items.Add(textBox1.Text);
textBox1.Text = "";
}
else
{
MessageBox.Show("请输入内容");
}
}

}
}

标签: TextBox

上一篇:最强大,功能丰富的基于Web的代码编辑下一篇:Vista中如何设置IIS7才能支持ASP?vista

相关文章

最新评论

本类排行榜

图文专题

  • 类地下城割草手游推荐
  • 种菜小游戏
  • 单机打鱼游戏
  • 好玩的放置修仙手游