Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. HWND problem with ListControl

HWND problem with ListControl

Scheduled Pinned Locked Moved C / C++ / MFC
helpdebuggingtutorial
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    krugger
    wrote on last edited by
    #1

    Hi; I am building an SDI application which requires a list control found on Tabs of a DialogBar. I managed to initialise the list control to some value. However, users of the tool are required to log-in and the list control is supposed to fill dynamically according to their log. I tried some piece of code to get it done but i got an ENORMOUS assertion error. This is what i get when i move to debug mode: _AFXCMN_INLINE int CListCtrl::InsertColumn(int nCol, const LVCOLUMN* pColumn) { ASSERT(::IsWindow(m_hWnd)); return (int) ::SendMessage(m_hWnd, LVM_INSERTCOLUMN, nCol, (LPARAM)pColumn); } Can someone please help me to understand what this means and possibly how to overcome it. I badly need this. Thank you; Krugger

    P 1 Reply Last reply
    0
    • K krugger

      Hi; I am building an SDI application which requires a list control found on Tabs of a DialogBar. I managed to initialise the list control to some value. However, users of the tool are required to log-in and the list control is supposed to fill dynamically according to their log. I tried some piece of code to get it done but i got an ENORMOUS assertion error. This is what i get when i move to debug mode: _AFXCMN_INLINE int CListCtrl::InsertColumn(int nCol, const LVCOLUMN* pColumn) { ASSERT(::IsWindow(m_hWnd)); return (int) ::SendMessage(m_hWnd, LVM_INSERTCOLUMN, nCol, (LPARAM)pColumn); } Can someone please help me to understand what this means and possibly how to overcome it. I badly need this. Thank you; Krugger

      P Offline
      P Offline
      Prakash Nadar
      wrote on last edited by
      #2

      It simplely means that the listcontrol was not created.. are you trying to insert something out of the scopeof the listcontrol variable or out of the dialog ???


      MSN Messenger. prakashnadar@msn.com "If history isn't good, just burn it." - Sidhuism.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups