Board index » delphi » Combobox in MDI form, focus in MDI child
Ka Chun, Cheng
![]() Delphi Developer |
Tue, 06 Sep 2005 14:11:10 GMT
Combobox in MDI form, focus in MDI child
hello,
I have a MDI application... in the mdi form, I have some comboboxes. picking items in the comboboxes (OnChange) will affect the active MDIChildwin, and then SetFocus back to the MDIChild. no problem at all. but, if I change the items property or ItemIndex property(to update the list only a mouse click on the scroll bar will correctly set the focus, no matter I tried to post mouseup, mousedown messages to the scrollbar, no luck. |