Ranjan Sarma
Ranjan Sarma

Reputation: 1595

C# Windows Application - Drag and Drop in web browser

I am very new to microsoft technologies. my problem is- I have a web browser control on a form. And i have a treeview control on the left side. The treeview will consist of text node like 'Textbox', 'Radio', 'Select', 'Password' etc and when the user will drag the node and drop to on the web browser control, then there should be a textbox created on the web browser control. (if possible, on exact position where the user dropped the Node from TreeView control).

This may be a simple problem to you all. Kindly help.

Upvotes: 0

Views: 1931

Answers (1)

Niranjan Singh
Niranjan Singh

Reputation: 18280

Ref: HTML5 drag and drop between windows

I explored this one as working example : Drop image files here from your desktop

Ref: Cross Browser HTML5 Drag and Drop Drag and drop across browser windows?

Hope this help to implement your functionality..

Upvotes: 2

Related Questions