Drag&Drop problem: ListCtrl inside a Group Box
-
Implementing Drag&Drop from the explorer to a CListCtrl isn't very difficult. But I have a big problem with those da*n group boxes: If my ListCtrl is surrounded by a group box the ListCtrl acts not as a drop target. The group box that has not the WS_EX_ACCEPTFILES flag seems to swallow the message. I can remember something about a flag for the group box to let all window messages through but right now I cannot find anything on the net. Thanks a lot for your help! Regards, mYkel
-
Implementing Drag&Drop from the explorer to a CListCtrl isn't very difficult. But I have a big problem with those da*n group boxes: If my ListCtrl is surrounded by a group box the ListCtrl acts not as a drop target. The group box that has not the WS_EX_ACCEPTFILES flag seems to swallow the message. I can remember something about a flag for the group box to let all window messages through but right now I cannot find anything on the net. Thanks a lot for your help! Regards, mYkel
Change the z-order of the controls so that the listctrl is above the group box.
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!
-
Change the z-order of the controls so that the listctrl is above the group box.
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!
Ahhh yes... the good old z-Order. I'm so tired!!! :wtf: PJ you're still rocking! :cool: Regards, mYkel