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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ncwizad
  • Content: Threads
  • Order by date
  1. ncwizad

    copying contents of a file to another?

    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...
  2. ncwizad

    Am i losing Focus?

    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))...
  3. ncwizad

    First-chance exception problem?

    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...
  4. ncwizad

    General Help in Putting things in the right place!

    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
  5. ncwizad

    CListCtrl::HitTest....Whats the Point?

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

Part and Inventory Search

Back
Top