CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: List Control

  1. #1
    Guest

    List Control

    The double click on a list control is giving a Debug Assertion failure. This is not happening in all the machine. Is it happening because of some settings change in the machines.

    Can someone help me out on this immediately.




  2. #2
    Guest

    Re: List Control

    hI!!!
    I used list Ctrl sometime back.. Though Debug Asssertions comes up in two cases.
    1. you have used an assert statement in yuur code to check bad values.
    2. Microsoft code has Assert statement to check illegal input parameters etc like trying to access
    the array index which is negative.
    I do not want to give you marshmellows , I understand it might be simple but not simplistic. Check if you are having this problem
    in Win-95 but not in NT-4.0[ServicePk -3]
    One more thing : Go to the MSDN CD with VC++ 6.0 & look at teh example code for teh list ctrl
    Search by index[ example, clistctrl]
    Hope it helps..
    Keshav
    [email protected]



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured