Re: problems with the function message_box()
- Posted by sergelli Oct 31, 2012
- 1207 views
I found the problem.
My program tries to get a text item in a listView. But this item no exists.
It makes a mess and a crash can occur anywhere in the program.
It seems that there is nothing to prevent an abortion occurs.
But I need to try to read items from a listView, but, not knowing if they exist.
How to do it without causing an abortion?

