Hi
I am using Version 2010, The problem is I want to drag a item on timelineview but try the code
TimelineView.OwnerFromPoint(MousePosition).Name
on drag drop event, It gives me the two down owner name
Also can any body tell me how to override the method of edit Appointments which fire on double click of any Appointments
Thanks for reading
Thanks for your reply
I am attaching timeline project with drag drop feture please take a look
Thanks for your time
atifamin2002 said:I think it is PointToScreen but it is again creating problem, but the PointToClient seems to be work
The OwnerFromPoint method should definitely return an Owner when the point at the position you have highlighted in red is passed to it. If possible post a sample project and we can take a look.
Thanks for reply
I think it is PointToScreen but it is again creating problem, but the PointToClient seems to be work. But it works only when I drop the list view item on the exect bottom of the above item
atifamin2002 said:t gives me the two down owner name
atifamin2002 said:Also can any body tell me how to override the method of edit Appointments which fire on double click of any Appointments