AfterLabelEdit
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi !! I'm using a ListView in my VB6 App. When the user clicks on an item, I manually start the editing, and then I wait for the 'AfterLabelEdit' message to check the item text. The problem is that it seems VB is not sending the AfterLabelEdit message if the user chose not to change the item text. Thus, my App is not able to knwo when the user finished editing, which is an important information for me. Any idea how to solve this problem ? Thank you ! Jerome