CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: adnan86

Search: Search took 0.02 seconds.

  1. Replies
    20
    Views
    16,414

    Re: Reading Text line from .txt File

    hypheni : Can you tell me any which is related to the Windows Programming.?
    Iwil be very very thankful to you
    VictorN: Thanks Buddy so nice of you
  2. Replies
    20
    Views
    16,414

    Re: Reading Text line from .txt File

    hypheni : Yup i am new to MFC Windows programming. i asked for the related to this ..but no body tell me, so thats why am facing problem in syntax mostly
  3. Replies
    20
    Views
    16,414

    Re: Reading Text line from .txt File

    I dont know eactly how to tag code...SOrry :(
  4. Replies
    20
    Views
    16,414

    Re: Reading Text line from .txt File

    VictorN thanks for your reply. this prob is solved
    now i want to write data from the Edit Box.. its writing random numbers not the string

    @code:
    ofstream Students("test.txt", ios::out);
    CString...
  5. Replies
    20
    Views
    16,414

    Re: Reading Text line from .txt File

    Yup i did..its working :)
    in this program i given the string.
    Now i am trying to do to take string from the Edit Box but its not Writing in the file puts ASCI and radam numbers
  6. Replies
    20
    Views
    16,414

    Re: Reading Text line from .txt File

    Thanks for the Help.
    I did this but this time nothing is getting in the ReadStr variable :(
  7. Replies
    20
    Views
    16,414

    Re: Reading Text line from .txt File

    When i Used fstream..

    CString str,Str1;
    int a;


    UpdateData();

    str= m_EditBox;
  8. Replies
    20
    Views
    16,414

    Re: Reading Text line from .txt File

    CStdioFile inFile;
    CFileException efile;
    CString strFirstLine;
    inFile.Open("test.txt",CFile::modeRead|CFile::typeText);
    inFile.ReadString(strFirstLine);

    m_List1.AddString(inFile);

    ...
  9. Replies
    20
    Views
    16,414

    Reading Text line from .txt File

    Hello
    I want to read line from txt file when i pressed the button
    please any one have code using MFC.
  10. Replies
    12
    Views
    3,504

    Re: Visual C++ MFC dialouge based application

    Thanks. But may be i didnt find it correctly but am doing my best to find some books relted to that.. but i didnt.
    if any one of you know any material which help me.i will be very very Thankful to...
  11. Replies
    12
    Views
    3,504

    Re: Visual C++ MFC dialouge based application

    Thanks for your reply .
    you are rite am really doing all my self, i am very new to this and icant find anything related to this in Google.can you help me in just tell me any book or site which helps...
  12. Replies
    12
    Views
    3,504

    Re: Visual C++ MFC dialouge based application

    First I have to write some thing in text file then read that file and load to List Box..

    // This button will input the Data into the File

    void Cfile1Dlg::OnClickedBtnExcute()
    {
    // TODO: Add...
  13. Replies
    12
    Views
    3,504

    Re: Visual C++ MFC dialouge based application

    Vs C++ 2010
  14. Replies
    12
    Views
    3,504

    Visual C++ MFC dialouge based application

    hello Guys i am new here and also New to Visual C++
    my task is to make Dialouge based application in MFC, that take text file and read it. and interfacing with hardware. i learn some thing i a, able...
Results 1 to 14 of 15





Click Here to Expand Forum to Full Width

Featured