Michael Posted November 23, 2009 Report Share Posted November 23, 2009 Dear Ladies and Gentlemen, my problem is: When I drag and drop from a MCListbox to another MCListbox, I have no possibility to get the nuber of the row where I droped the Element, to add some informations. There exists the VALUE Property where I can get the Index of the active row, but if I drop an element, this becomes not active row. Only if I select an Element after droping it, it becomes active row. The only useful event is triggered by a dubble click, here I can read the row. I need something similar to the dubble click Event where I can get the specific row, where I have droped the draged element. Thanks a lot, to every helping thinker. Michael Quote Link to comment
Ton Plomp Posted November 23, 2009 Report Share Posted November 23, 2009 For listboxes (multicolumn as well) there is a method to convert coordinates into a cell location: That should help you. Ton Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.