Home All Groups Group Topic Archive Search About

drag from VB textbox, drop into html textbox, possible?

Author
23 Sep 2005 8:24 AM
mscir
I'm a drag and drop beginner, I am wondering if this is possible. Any
suggestions would be appreciated.

TIA,
Mike

Author
23 Sep 2005 10:15 PM
Martin de Jong
yes, within a VB application u can drag drop all


Show quoteHide quote
"mscir" <ms***@yahoo.com> schreef in bericht
news:5MmdnVdXhKZSJq7enZ2dnUVZ_tCdnZ2d@pghconnect.com...
> I'm a drag and drop beginner, I am wondering if this is possible. Any
> suggestions would be appreciated.
>
> TIA,
> Mike
Author
23 Sep 2005 10:22 PM
mscir
Martin de Jong wrote:

>>I'm a drag and drop beginner, I am wondering if this is possible. Any
>>suggestions would be appreciated.

> yes, within a VB application u can drag drop all

Thanks. I found this to be very helpful:

http://www.devx.com/vb/Article/7864/0/page/1
Using OLE Drag-and-Drop in Visual Basic 6
There are two types of Drag-and-Drop functionality in Visual Basic: the
traditional kind and OLE. This second type of drag-and-drop allows users
to drag data between applications as well as within an application.
However, it only works with applications that support it. Luckily, this
includes most Microsoft applications and many programs from other
vendors as well. In this article, learn how to use this basic but
essential functionality.
by Peter Aitken    
October 21, 2002

Mike