Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
AnswerRe: Adding Class to System.Collections? Pin
Judah Gabriel Himango25-Dec-05 8:33
sponsorJudah Gabriel Himango25-Dec-05 8:33 
GeneralRe: Adding Class to System.Collections? Pin
Doncp25-Dec-05 10:21
Doncp25-Dec-05 10:21 
GeneralRe: Adding Class to System.Collections? Pin
Judah Gabriel Himango26-Dec-05 9:07
sponsorJudah Gabriel Himango26-Dec-05 9:07 
QuestionHow can i create a html file? Pin
CursedXp25-Dec-05 4:39
CursedXp25-Dec-05 4:39 
AnswerRe: How can i create a html file? Pin
Stanciu Vlad25-Dec-05 7:29
Stanciu Vlad25-Dec-05 7:29 
QuestionCopying File Names from Explorer Pin
redfish3424-Dec-05 23:24
redfish3424-Dec-05 23:24 
AnswerRe: Copying File Names from Explorer Pin
Judah Gabriel Himango25-Dec-05 8:35
sponsorJudah Gabriel Himango25-Dec-05 8:35 
GeneralRe: Copying File Names from Explorer Pin
redfish3425-Dec-05 16:04
redfish3425-Dec-05 16:04 
Thank you. I tried as suggested. The DragDrop event does not trigger when one does a paste- Ctrl+v. I tried calling the DragDrop event from a KeyDown event that traps the Ctrl+v but i am unable to determine the System.EventArgs e that need to be passed to the DragDrop event.

From the looks of the Cpp example and others, i think this requires manipulation of the system clipboard. I read one C# example, a clone of the windows file explorer, and the author confesses that he is using his own array to pass file names via the clipboard and not by the clipbord's normal means. This makes his app's copy-paste incompatible with Explorer. To me, it sounds like C# does not natively support copy-paste of filenames. I could be wrong.

I am going to look up some old VB6 code- from the "classic" days. I am sure there is a solution out there using the Win32 API. It will be easier to convert the VB6 code to C# then the Cpp code i found.

But if any of you out there know how to cut-paste filenames in C#, i will be checking back often!


AnswerFOUND SOLUTION Pin
redfish3425-Dec-05 22:28
redfish3425-Dec-05 22:28 
QuestionIE Menu Extension Pin
ghost120724-Dec-05 22:52
ghost120724-Dec-05 22:52 
QuestionPassing a class by value, but reversed? Pin
monrobot1324-Dec-05 20:25
monrobot1324-Dec-05 20:25 
AnswerRe: Passing a class by value, but reversed? Pin
S. Senthil Kumar25-Dec-05 1:36
S. Senthil Kumar25-Dec-05 1:36 
Questionprogramatically creating control instances Pin
Pyro Joe24-Dec-05 15:51
Pyro Joe24-Dec-05 15:51 
AnswerRe: programatically creating control instances Pin
Luke Davis24-Dec-05 16:24
Luke Davis24-Dec-05 16:24 
GeneralRe: programatically creating control instances Pin
Pyro Joe25-Dec-05 5:33
Pyro Joe25-Dec-05 5:33 
QuestionHow start a application at beginning windows(about registry) Pin
Developer_124-Dec-05 14:35
Developer_124-Dec-05 14:35 
AnswerRe: How start a application at beginning windows(about registry) Pin
Developer_124-Dec-05 21:52
Developer_124-Dec-05 21:52 
AnswerRe: How start a application at beginning windows(about registry) Pin
S. Senthil Kumar25-Dec-05 1:38
S. Senthil Kumar25-Dec-05 1:38 
QuestionVoice input in C# Pin
rajajee24-Dec-05 6:03
rajajee24-Dec-05 6:03 
QuestionNeed help for Parsing HTML Pin
dr_hema24-Dec-05 6:03
dr_hema24-Dec-05 6:03 
QuestionGetting .NET types programaticly? Pin
mikker_12324-Dec-05 3:09
mikker_12324-Dec-05 3:09 
AnswerRe: Getting .NET types programaticly? Pin
[Marc]24-Dec-05 4:19
[Marc]24-Dec-05 4:19 
QuestionASync Sockets Throwing Strange Exception Pin
ColonelSanders24-Dec-05 2:21
ColonelSanders24-Dec-05 2:21 
AnswerRe: ASync Sockets Throwing Strange Exception Pin
ColonelSanders24-Dec-05 18:00
ColonelSanders24-Dec-05 18:00 
QuestionColoring rows in DataGrid Pin
Yoyosch23-Dec-05 23:22
Yoyosch23-Dec-05 23:22 

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.