Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
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 
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 
Frank, the keyt here is the InDragLoop thing. You need to do your extraction while you are in drag loop. I've successfully achieved this; in my application, when the user drag/drops a file out of our .NET application, I make a connection to a remote database, get the file data out of it, and write it to disk. I accomplished this using the technique shown on the blog.

IIRC, the key is the InDragLoop. You can report to Windows that you're in drag loop, at which time you can extract the compressed data and write it to disk. Once you're done, that's when you exit the drag loop. This is all off the top of my head; it's been a long time since I coded this up.

Try that (do your file processing while you're in the drag loop) and study that example; if done correctly, it should accomplish what you're trying to do. If you still can't get it, let me know and I'll see if I can't cook up an example.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Goof around music jam with my brothers (with video)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


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 
AnswerRe: Why the following condition is never met? Pin
Dustin Metzgar21-Jul-06 10:38
Dustin Metzgar21-Jul-06 10:38 
GeneralRe: Why the following condition is never met? Pin
xkx3221-Jul-06 10:52
xkx3221-Jul-06 10:52 

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.