Hello,
I am trying to create an extension for Fiddler, but my problem is that I cannot do drag and drops from the Session View into the DataGridView.
When I implement the DragEnter method of the DataGridView I only see the dragged object as a DataObject and I cannot convert it to Session type and it does not contain any text.
I would like to access the URL of the session.
I could not find any documentation and no open-source plugins to check how its done in other extensions like the AutoResponder.
Could you please tell me how to do this?
Cheers,
Zsombor
I am trying to create an extension for Fiddler, but my problem is that I cannot do drag and drops from the Session View into the DataGridView.
When I implement the DragEnter method of the DataGridView I only see the dragged object as a DataObject and I cannot convert it to Session type and it does not contain any text.
I would like to access the URL of the session.
I could not find any documentation and no open-source plugins to check how its done in other extensions like the AutoResponder.
Could you please tell me how to do this?
Cheers,
Zsombor