如何把一个vc++6.0编辑框内的内容保存到Txt文档内?
编辑框变量为edit型的,不要通过cstring型保存的。最好写的详细一点,把具体代码写上。以下这种是行不通的:它的编辑框内容固定不变,而我要不断改变编辑框内的内容(没有...
编辑框变量为edit型的,不要通过cstring型保存的。最好写的详细一点,把具体代码写上。以下这种是行不通的:它的编辑框内容固定不变,而我要不断改变编辑框内的内容(没有中文),要能够让CString strValue自动获取
CFile file; file.Open(“C:\\test.txt“,CFile::modeCreate|CFile::modeWrite); CString strValue(_T(“2143453“));//此处为编辑框的内容 file.Write(strValue,strValue.GetLength()); file.Close(); 展开
CFile file; file.Open(“C:\\test.txt“,CFile::modeCreate|CFile::modeWrite); CString strValue(_T(“2143453“));//此处为编辑框的内容 file.Write(strValue,strValue.GetLength()); file.Close(); 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询