HI Folks,
When dropping on a Listbox from a drag of a text path assigned from a
second listbox, I'm getting an UnsupportedFormatException.
The obj.Text is a string containing a standard Shell path such as
"/Volumes/Firewire 1/Backup1.bru"
The portion of the code in the DropObject event that handles this is:
If obj.TextAvailable Then
Me.AddRow obj.Text
f = GetFolderItem(obj.Text, FolderItem.PathTypeShell)
// store the FolderItem info in an array
else
// ... Handle drop of an actual FolderItem
As soon as the GetFolderItem is called, the UnsupportedFormatExcetion
is thrown. I have validated that the string is a proper path.
Any ideas as to what's happening here?
Tim
--
Tim Jones [EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>