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
Printable View
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
hey siddhartha,
did you got the working around with this interface , Its interesting if you let me know,, ,thanx...
Paresh
I am re-opening this post after years... 'coz I forgot it.Quote:
Originally Posted by pareshgh
And... found it now!
Yes, I got this interface working for me. ;)
Is there anything in specific that you would like to know?
pls. attach the sample. if possible. :wave:
Sorry Paresh, sample ain't available.Quote:
Originally Posted by pareshgh
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.