G
Guest
http://vbadud.blogspot.com/2007/05/drag-drop-files-to-text-box.html
Hi,
I'm using vba and access.
How can I get this method in vba?(as in this link)
Code SnippetPrivate Sub TextBox1_OLEDragDrop(Data As DataObject, Effect As
Long, Button As Integer, Shift As Integer, X As Single, Y As Single)
I don't care if it will be for TextBox1 object or hyperlink or ole.
My goal is to get Data.GetFormat!
One more quetion:
Why ole object don't know to get a virtual files like outlook email attached
files?
I need this code in vba
http://www.codeproject.com/vb/net/ExpTreeDragDrop.asp#xx1228231xx
Thanking you in anticipation,
Yael.
Hi,
I'm using vba and access.
How can I get this method in vba?(as in this link)
Code SnippetPrivate Sub TextBox1_OLEDragDrop(Data As DataObject, Effect As
Long, Button As Integer, Shift As Integer, X As Single, Y As Single)
I don't care if it will be for TextBox1 object or hyperlink or ole.
My goal is to get Data.GetFormat!
One more quetion:
Why ole object don't know to get a virtual files like outlook email attached
files?
I need this code in vba
http://www.codeproject.com/vb/net/ExpTreeDragDrop.asp#xx1228231xx
Thanking you in anticipation,
Yael.