Click here to Skip to main content
15,907,000 members
Home / Discussions / C#
   

C#

 
AnswerRe: GraphicsPath Pin
mav.northwind22-Jul-06 6:42
mav.northwind22-Jul-06 6:42 
Questiondll comparison Pin
Ananthalvan21-Jul-06 23:20
Ananthalvan21-Jul-06 23:20 
AnswerRe: dll comparison Pin
Nader Elshehabi22-Jul-06 2:12
Nader Elshehabi22-Jul-06 2:12 
GeneralRe: dll comparison Pin
Ananthalvan25-Jul-06 4:46
Ananthalvan25-Jul-06 4:46 
GeneralRe: dll comparison Pin
Nader Elshehabi27-Jul-06 3:29
Nader Elshehabi27-Jul-06 3:29 
QuestionUrgent Help Required in Databindings [modified] Pin
Vinu M21-Jul-06 22:48
Vinu M21-Jul-06 22:48 
QuestionVideo Play Out(Please Help Me Urgent) Pin
shakil ahmed21-Jul-06 21:05
shakil ahmed21-Jul-06 21:05 
QuestionDrag Drop from ListView to Explorer Pin
fperugini21-Jul-06 13:36
fperugini21-Jul-06 13:36 
Dear Experts,

I have searched for days everywhere for an example on how to do this, and found many examples, but none of them do exactly what is needed.

I have a C# application where I need to drag files from a listview that are compressed in an archive to an Explorer window, and need to execute custom decompression code to extract the files after they are dropped. This decompression can take quite long if the files are large. There are no examples how to do this anywhere. This is currently being done in WinZip and WinRAR, so it appears to be possible.

This link shows a method that seems promising and most articles point to it:

http://blog.joycode.com/felix/articles/38825.aspx

In this article he creates a custom DataObject with an override for the GetData method. I still cannot make it work. The files get moved but are 0 length. It must have something to do with the timing of when the events and methods fire. I guess I don't fully understand the entire sequence of events.

If we can only get the path to the drop folder, but that is not possible.

This exact question was asked on EE, but the author finds out how to do it before a solution is posted and does not really share it in enough detail to help other users:

http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/Q_21554101.html?query=drag+drop+explorer&topics=323

If anyone has implemented this, please help.

-Frank


AnswerRe: Drag Drop from ListView to Explorer Pin
fperugini22-Jul-06 4:13
fperugini22-Jul-06 4:13 
GeneralRe: Drag Drop from ListView to Explorer Pin
Judah Gabriel Himango22-Jul-06 6:42
sponsorJudah Gabriel Himango22-Jul-06 6:42 
AnswerRe: Drag Drop from ListView to Explorer Pin
fperugini22-Jul-06 8:26
fperugini22-Jul-06 8:26 
GeneralRe: Drag Drop from ListView to Explorer Pin
Judah Gabriel Himango22-Jul-06 12:12
sponsorJudah Gabriel Himango22-Jul-06 12:12 
Question1st chance exceptions in VS 2005 Pin
Ami Bar21-Jul-06 11:07
Ami Bar21-Jul-06 11:07 
AnswerRe: 1st chance exceptions in VS 2005 Pin
Nader Elshehabi22-Jul-06 2:09
Nader Elshehabi22-Jul-06 2:09 
GeneralRe: 1st chance exceptions in VS 2005 Pin
Ami Bar22-Jul-06 4:45
Ami Bar22-Jul-06 4:45 
GeneralRe: 1st chance exceptions in VS 2005 Pin
Nader Elshehabi22-Jul-06 8:05
Nader Elshehabi22-Jul-06 8:05 
GeneralRe: 1st chance exceptions in VS 2005 Pin
Ami Bar22-Jul-06 9:08
Ami Bar22-Jul-06 9:08 
GeneralRe: 1st chance exceptions in VS 2005 Pin
Nader Elshehabi22-Jul-06 10:52
Nader Elshehabi22-Jul-06 10:52 
Questioncompiler details Pin
waheed awan21-Jul-06 10:57
waheed awan21-Jul-06 10:57 
AnswerRe: compiler details Pin
Ed.Poore21-Jul-06 12:14
Ed.Poore21-Jul-06 12:14 
GeneralRe: compiler details Pin
Paul Conrad21-Jul-06 12:22
professionalPaul Conrad21-Jul-06 12:22 
AnswerRe: compiler details Pin
BoneSoft22-Jul-06 5:55
BoneSoft22-Jul-06 5:55 
QuestionRich text box Pin
waheed awan21-Jul-06 10:42
waheed awan21-Jul-06 10:42 
AnswerRe: Rich text box Pin
Ed.Poore21-Jul-06 12:26
Ed.Poore21-Jul-06 12:26 
QuestionWhy the following condition is never met? Pin
xkx3221-Jul-06 10:06
xkx3221-Jul-06 10:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.