B
benkial
I am writing a small GUI tool in C#, and I want to experiment some
fancy trick as follows: when the user click on a "OK" button, the code
will initiate a "Drag and Drop" operation in the GUI itself to itself
(i.e. drag some fake object and drop to the tool itself).
I am new to .Net programming, but from my reading can I achieve this
using SendMessage() or PostMessage() to force a "Drag and Drop"
operation?
Thanks in advance,
Ben
fancy trick as follows: when the user click on a "OK" button, the code
will initiate a "Drag and Drop" operation in the GUI itself to itself
(i.e. drag some fake object and drop to the tool itself).
I am new to .Net programming, but from my reading can I achieve this
using SendMessage() or PostMessage() to force a "Drag and Drop"
operation?
Thanks in advance,
Ben