Bug in OnWindowPosChanging |
Post Reply |
Author | |
Karnize
Newbie Joined: 20 October 2003 Location: Italy Status: Offline Points: 19 |
Post Options
Thanks(0)
Posted: 04 November 2003 at 2:13am |
Hello, I found a bug in OnWindowPosChanging function for EditListBox. I use this EditListBox on the resizable form view which lies in the TabView and sometimes EditListBox not only change it size but also move down. I found this code in the OnWindowPosChanging for CXTEditListBox: if (HasToolbar() && ::IsWindow(m_editGroup.m_hWnd)) and change it to these one: if (HasToolbar() && ::IsWindow(m_editGroup.m_hWnd) && !(lpwndpos->flags & (SWP_NOSIZE|SWP_NOMOVE))) |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |