|
-
March 11th, 2005, 03:14 AM
#1
Problem with CListCtrl::SetItem().
Hai All,
I have problem with list control.
I inserted a list control in a dialog box.
And I handled "NM_CLICK" in this dialog box class.
In the same dialog class in some function I using SetItem as below:
SetItem(0, 0, LVIF_TEXT, "Some Text", NULL, NULL, NULL, NULL);
When I put a break point at the above statement, automatically I'm
landing in "NM_CLICK" handler.
I'm very much confused.
I dont know why this happening.
Please can be anybody explain me why this happening?
Thanks...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|