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...
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);
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...
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...
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.