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