Hello,
I have two problems, firt i'd like to know how to change the line when im writing into a fail, \n seems not to work (maybe im doing something wrong!).
The second problem is that,how can i make that work when the program writes a text into fail test.txt,after that a messagebox will be...
well,i did a code like this:
void CProgramDlg::Onperform()
{
int iResult;
iResult = MessageBox("Chooce Yes or No", "question",
MB_YESNO | MB_ICONINFORMATION );
switch(iResult)
{
case MB_NO:
MessageBox("You have choocen no", "no way"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.