Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem with a shared assembly in a VS solution Pin
Heath Stewart16-Dec-03 3:45
protectorHeath Stewart16-Dec-03 3:45 
GeneralRe: problem with a shared assembly in a VS solution Pin
Tim Kohler16-Dec-03 4:04
Tim Kohler16-Dec-03 4:04 
GeneralRe: problem with a shared assembly in a VS solution Pin
Heath Stewart16-Dec-03 4:07
protectorHeath Stewart16-Dec-03 4:07 
QuestionDrag Drop - Simple Theory - Simple Solution? Pin
Tristan Rhodes16-Dec-03 2:58
Tristan Rhodes16-Dec-03 2:58 
AnswerRe: Drag Drop - Simple Theory - Simple Solution? Pin
Tristan Rhodes16-Dec-03 3:05
Tristan Rhodes16-Dec-03 3:05 
AnswerRe: Drag Drop - Simple Theory - Simple Solution? Pin
Heath Stewart16-Dec-03 3:42
protectorHeath Stewart16-Dec-03 3:42 
GeneralThe Objective / Solution Pin
16-Dec-03 4:27
suss16-Dec-03 4:27 
GeneralRe: The Objective / Solution Pin
Heath Stewart16-Dec-03 5:04
protectorHeath Stewart16-Dec-03 5:04 
You'd probably need to use the COM IDataObject, but you don't translate this to or form the .NET version. It's all P/Invoked calls (like the native DoDragDrop function), structures (like STDMEDIUM and FORMATETC), and interfaces (like IDataObject, IDragSource, and IStrea). The .NET drag-n-drop isn't used in this solution. It is an overly simplified implementation that won't do what you need. I've actually read the IL behind these classes and .NET uses this same approach - eventually the IDataObject is transformed into COM's and the native methods are used, but these are internal and you cannot access them except through reflection (and that would be even harder).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: The Objective / Solution Pin
Tristan Rhodes16-Dec-03 5:27
Tristan Rhodes16-Dec-03 5:27 
GeneralRe: The Objective / Solution Pin
Heath Stewart16-Dec-03 5:29
protectorHeath Stewart16-Dec-03 5:29 
GeneralRe: The Objective / Solution Pin
Tristan Rhodes16-Dec-03 6:16
Tristan Rhodes16-Dec-03 6:16 
GeneralRe: The Objective / Solution Pin
Heath Stewart16-Dec-03 6:21
protectorHeath Stewart16-Dec-03 6:21 
GeneralRe: The Objective / Solution Pin
Tristan Rhodes16-Dec-03 6:33
Tristan Rhodes16-Dec-03 6:33 
GeneralRich Text box problem Pin
Abhi158116-Dec-03 2:43
Abhi158116-Dec-03 2:43 
GeneralRe: Rich Text box problem Pin
Heath Stewart16-Dec-03 3:36
protectorHeath Stewart16-Dec-03 3:36 
QuestionHow to report changes in FTP server? Pin
mkomasi16-Dec-03 2:43
mkomasi16-Dec-03 2:43 
AnswerRe: How to report changes in FTP server? Pin
Heath Stewart16-Dec-03 3:24
protectorHeath Stewart16-Dec-03 3:24 
Generalshortcut on text-less button Pin
troels_sorensen16-Dec-03 2:08
troels_sorensen16-Dec-03 2:08 
GeneralRe: shortcut on text-less button Pin
Heath Stewart16-Dec-03 3:23
protectorHeath Stewart16-Dec-03 3:23 
Generaldetecting and editing extended properties Pin
pekai15-Dec-03 23:50
pekai15-Dec-03 23:50 
GeneralRe: detecting and editing extended properties Pin
Heath Stewart16-Dec-03 3:21
protectorHeath Stewart16-Dec-03 3:21 
GeneralRe: detecting and editing extended properties Pin
pekai16-Dec-03 3:50
pekai16-Dec-03 3:50 
GeneralRe: detecting and editing extended properties Pin
Heath Stewart16-Dec-03 4:05
protectorHeath Stewart16-Dec-03 4:05 
GeneralRe: detecting and editing extended properties Pin
pekai16-Dec-03 4:18
pekai16-Dec-03 4:18 
GeneralRe: detecting and editing extended properties Pin
Heath Stewart16-Dec-03 4:59
protectorHeath Stewart16-Dec-03 4:59 

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.