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

C#

 
QuestionProblem with Database Pin
Expert Coming7-Sep-05 13:40
Expert Coming7-Sep-05 13:40 
AnswerRe: Problem with Database Pin
philip_cole7-Sep-05 13:53
philip_cole7-Sep-05 13:53 
GeneralRe: Problem with Database Pin
Expert Coming7-Sep-05 13:56
Expert Coming7-Sep-05 13:56 
QuestionGetting Time Changes Pin
monrobot137-Sep-05 12:15
monrobot137-Sep-05 12:15 
QuestionStrong name key file questions Pin
machocr7-Sep-05 11:34
machocr7-Sep-05 11:34 
AnswerRe: Strong name key file questions Pin
machocr7-Sep-05 12:29
machocr7-Sep-05 12:29 
QuestionCom+ Work as Web services Pin
webhay7-Sep-05 10:42
webhay7-Sep-05 10:42 
QuestionDrag & Drop to Windows Explorer Shell Pin
Judah Gabriel Himango7-Sep-05 9:49
sponsorJudah Gabriel Himango7-Sep-05 9:49 
Here's a simplified version of my problem:

I have a TreeView. Each TreeNode in the TreeView represents the file bytes stored in a remote database.

I'd like to drag a TreeNode out of my program and drop it into Windows Explorer as a file. I can do this using the DataObject.SetFileDropList method in .NET 2.0. However, SetFileDropList takes a list of strings which are paths to the files you want to drop. Unfortunately, the "files" I want to drop aren't actual files; they're bytes located in a remote database. Now, I have code that can download the bytes of the file...but I want to do this only when the file is dropped into a Windows Explorer folder.

I want Windows Explorer to accept the drop as a file, yet the file contents will need to be downloaded from the remote database, I imagine, when the file is actually dropped into a Windows Explorer folder. Basically, I'm trying to drag file contents, rather than actual files. How can I do this?

*edit* To put it in even simpler terms, what I'm trying to do is drag a Stream of bytes into Windows Explorer to be dropped as a file. Possible?

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Cops & Robbers
Judah Himango


AnswerRe: Drag & Drop to Windows Explorer Shell Pin
Judah Gabriel Himango7-Sep-05 11:35
sponsorJudah Gabriel Himango7-Sep-05 11:35 
QuestionInternal TCP traffic Pin
BeginnerC#7-Sep-05 9:37
BeginnerC#7-Sep-05 9:37 
AnswerRe: Internal TCP traffic Pin
Dario Solera7-Sep-05 22:08
Dario Solera7-Sep-05 22:08 
AnswerRe: Internal TCP traffic Pin
Dario Solera7-Sep-05 22:08
Dario Solera7-Sep-05 22:08 
GeneralRe: Internal TCP traffic Pin
BeginnerC#9-Sep-05 3:32
BeginnerC#9-Sep-05 3:32 
GeneralRe: Internal TCP traffic Pin
Dario Solera9-Sep-05 7:45
Dario Solera9-Sep-05 7:45 
QuestionAny One Using Verifinger SDK 4.2 for Thumb Project! Pin
majidbhutta7-Sep-05 8:10
majidbhutta7-Sep-05 8:10 
Questiondouble division Pin
Sasuko7-Sep-05 7:47
Sasuko7-Sep-05 7:47 
AnswerRe: double division Pin
Dan Neely7-Sep-05 7:56
Dan Neely7-Sep-05 7:56 
GeneralRe: double division Pin
Sasuko7-Sep-05 11:33
Sasuko7-Sep-05 11:33 
GeneralRe: double division Pin
Dave Kreskowiak7-Sep-05 13:43
mveDave Kreskowiak7-Sep-05 13:43 
Questionget the executable name witin a console exe Pin
Sasuko7-Sep-05 7:41
Sasuko7-Sep-05 7:41 
AnswerRe: get the executable name witin a console exe Pin
philip_cole7-Sep-05 12:12
philip_cole7-Sep-05 12:12 
QuestionUpdate XML file by DataSet problem. Pin
john_mcp7-Sep-05 6:11
john_mcp7-Sep-05 6:11 
QuestionC# vs. J#? Pin
Mridang Agarwalla7-Sep-05 6:00
Mridang Agarwalla7-Sep-05 6:00 
AnswerRe: C# vs. J#? Pin
Mohamad Al Husseiny7-Sep-05 7:34
Mohamad Al Husseiny7-Sep-05 7:34 
AnswerRe: C# vs. J#? Pin
Christian Graus7-Sep-05 13:19
protectorChristian Graus7-Sep-05 13:19 

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.