"Alexander Yaworsky" yaworsky@migusoft.ru wrote:
recently i tried to install some application and it hung when i tried to select options. It uses listbox with ownerdraw items with checkboxes. When listbox is initially painted everything is ok. But when i try to select other item, an extra WM_PAINT is sent to listbox when application draws item. This causes infinite recursion.
Could you create a message log of the problem with spy++ under windows? I'm interested to see what happens after you press the down key.