Hello,
Is there a simple way of copying one file into another from within an application.
Basically i'm writing a log file of the success/failiure of th e application. At the end it would be helpful to have a record of the data used in the application.
Ideally a function similar to...
Hi,
I'm writing a Dialog aplication that includes a progress bar control and a simple edit box that i use as a status bar. during various parts of the prog i'll write to these items within a loop similar to as shown,
m_ProgressControl1.SetPos(Percent(LineNum+1,NoOfRecords))...
Hi,
This code produces First-chance exception warnings on its last pass while reading the contents of the file m_IniFileName into the CString variable strAptLine.
ie.
CArchive exception: endOfFile.
First-chance exception in Prog.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception...
Hello,
I'm new to MFC and i'm confused!
I have some procedures that need to be accessed in several
areas of a program, which is the best source or Header file to write them in? or if i create a new file, how do i make sure the other bits of the program see them correctly.
Thanks
Hi.
My CListCtrl is called m_List, which i've populated with some data. i've added an event (NM_CLICK) with the expectation that i could use HitTest to determine which row number was highlighted. The code is as follows...
void CTls2csvDlg::OnClickList(NMHDR* pNMHDR, LRESULT* pResult)
{...
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.