[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Drag@Drop question at design time

Dariush Ostowari

11/25/2002 10:10:00 PM

Does anyone have a sample code (preferably in C#) as how
(while in design mode) to do a drag & drop an object from
an Add-in tool box (e.g. the toolbox is an add-in
similar to Server Explorer window that appeares on the
left side of the VS) into the current form (in design
mode)?

Basically I am creating an add-in tool window that has a
tree (similar to Server explorer), and would like to be
able to drag and drop a node from the tree into the
current form that is opened in the design mode.

thanks,