Drag and drop between applications

  • Thread starter Thread starter Julian Hershel
  • Start date Start date
J

Julian Hershel

One of my forms has a multiline textbox to allow my users type some
comments. I can successfuly drag and drop text between the controls of my
form but I need to give the application the ability to drag and drop text
between the application and MS Word or Wordpad. I could not find any example
or article on the MS Knowledge Base. Can anyone point me to an example on
how to do this using vb.net?

Thank you.

Julian
 
Hello Julian,

Drag and drop between applications is in fact not really a big problem -
even if the format is just simple plain text.

Take a look at: http://msdn.microsoft.com/library/default.asp?url=
/library/en-us/vbcon/html/vbtskperformingdragdropbetweenapplications.asp

Kind regards,

Albert

Am Tue, 17 Feb 2004 19:10:00 -0300 schrieb Julian Hershel:
 
Back
Top