Click to See Complete Forum and Search --> : IHTMLEditDesigner Problem: Tracking drag and drop


Siddhartha
January 22nd, 2003, 05:24 AM
HI,

I am not able to recieve drag and drop events in IHTMLEditDesigner methods (Pre/Post Handle Events and in PostEditorNotifyEvent).

I would be grateful if someone could suggest a solution.

Thanks,
Siddhartha

pareshgh
February 17th, 2003, 05:58 PM
hey siddhartha,
did you got the working around with this interface , Its interesting if you let me know,, ,thanx...

Paresh

Siddhartha
May 20th, 2005, 01:39 PM
did you got the working around with this interface , Its interesting if you let me know,, ,thanx...I am re-opening this post after years... 'coz I forgot it.

And... found it now!

Yes, I got this interface working for me. ;)
Is there anything in specific that you would like to know?

pareshgh
May 23rd, 2005, 09:52 AM
pls. attach the sample. if possible. :wave:

Siddhartha
May 23rd, 2005, 10:04 AM
pls. attach the sample. if possible. :wave:Sorry Paresh, sample ain't available.

Is there any specific query?

I proof-tested IHTMLEditDesigner by implementing the four methods, and directing their output to say 4 ComboBoxes on my Test Dialog.

For every movement of the mouse on the control, I would get a list of messages scrolling in these Combo Boxes. Same for keyboard events.

I understood the sequence of events, and how they are to be captured through this test application and used it for my project.