CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2002
    Location
    Germany
    Posts
    6,205

    Exclamation IHTMLEditDesigner Problem: Tracking drag and drop

    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

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    hey siddhartha,
    did you got the working around with this interface , Its interesting if you let me know,, ,thanx...

    Paresh

  3. #3
    Join Date
    Oct 2002
    Location
    Germany
    Posts
    6,205

    Re: IHTMLEditDesigner Problem: Tracking drag and drop

    Quote Originally Posted by pareshgh
    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?

  4. #4
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890

    Re: IHTMLEditDesigner Problem: Tracking drag and drop

    pls. attach the sample. if possible.
    - Software Architect

  5. #5
    Join Date
    Oct 2002
    Location
    Germany
    Posts
    6,205

    Re: IHTMLEditDesigner Problem: Tracking drag and drop

    Quote Originally Posted by pareshgh
    pls. attach the sample. if possible.
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured