Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AoifeC

  1. AoifeC

    Send data to text file after read from pipe?

    I'm a VC++ newbie! I am trying to read from a pipe and then write the data to a textfile. I can read from the pipe and put the data into my dialog but it won't write the data to a text file. I know that it is opening the file and it does write the test "hello's" but not data from the...
  2. AoifeC

    MFC Dialog and Pipes?

    Yes I did thanks! I'm just trying to figure out how I'll set it up in a Dialog app!
  3. AoifeC

    MFC Dialog and Pipes?

    aoifemec@yahoo.com Thanks a million!!
  4. AoifeC

    MFC Dialog and Pipes?

    Does anyone know where I could find a good VC++ MFC Example Dialog application that uses pipes? Thanks
  5. AoifeC

    List Control Box in a ctrlTab?

    After a quick lesson in debugging.. I have found that it is hanging on this line, //Populate the Grids ListView_SetExtendedListViewStyle(m_listControl,LVS_EX_GRIDLINES);
  6. AoifeC

    List Control Box in a ctrlTab?

    Please be patient with me, I'm a student! :-) I have tried stepping into it, but... I decided to step through the Button and List Control box (In the Main Dialog)that works properly so that I could see how that one worked. But while stepping through it pop-up boxes appear requesting that I...
  7. AoifeC

    List Control Box in a ctrlTab?

    The following code to populate a List Control Box with data from a database when a button is pressed works successfully when the List Control Box is placed on the main IDD_DIALOG. However when the List Control Box and button is placed on a tab, eg IDD_TAB1 the program hangs when the button is...

Part and Inventory Search

Back
Top