FileGroupDescriptorW and FileContents data formats (C#)

  • Thread starter Thread starter Marek Suski
  • Start date Start date
M

Marek Suski

Hi

I need your help.

I am implementing namespace extension for Windows Explorer. Users have asked
me to add ability to drag a file compressed in zip file directly to
namespace exetsnsion. I know that I should retrieve from DataObject object
data written in following format: FileGroupDescriptorW and FileContents. I
have problems to get it it working. I was using following sample to get my
solution warking but without success.

http://www.codeproject.com/csharp/testemaildragdrop.asp?df=100&forumid=51309&exp=0&select=1553102

Do you know how I should do this?

Bets regards

Marek
 
Marek Suski said:
I am implementing namespace extension for Windows Explorer. Users have
asked
me to add ability to drag a file compressed in zip file directly to
namespace exetsnsion. I know that I should retrieve from DataObject object
data written in following format: FileGroupDescriptorW and FileContents. I
have problems to get it it working. I was using following sample to get my
solution warking but without success.

Could you describe in more detail what didn't work for you?
 
Back
Top