Message 1 of 3
Drag from path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi! I have to insert in an assembly a file from a path (String) by vb.net
I'm using this system but it doesn't work.
Can any one help me?
Thanks to those who help me.
Dim DataObject As New DataObject
Dim file As String
file = "C: \ Manual.ipt"
DataObject.SetData (DataFormats.FileDrop, False, myCol)
Clipboard.SetDataObject (DataObject)