Hi All

How Can I Drag And Drop Child Node To Anther Root Node
For Example

Root1
----R1Child1
----R1Child2
Root2
----R2Child1
To
Root1
----R1Child1
Root2
----R2Child1
----R1Child2

Thanks

Re: TreeView DragDrop by Man-wai

Man-wai
Tue Jan 23 03:54:38 CST 2007


>
> How Can I Drag And Drop Child Node To Anther Root Node
> For Example

Does the treeview control has something like OLEDrop and OLEDrap events?

--
iTech Consulting Co., Ltd.
Specialized in providing ePOS solutions
Website: http://www.itech.com.hk (IE only)
Tel: (852) 2325 3883 Fax: (852)2325 8288

Re: TreeView DragDrop by Taha

Taha
Tue Jan 23 16:20:56 CST 2007

thank you Man for reply
Can you Give me an example to Do This

Thanks

"Man-wai Chang" <toylet.toylet@gmail.com> wrote in message
news:%23Ymx7RtPHHA.1248@TK2MSFTNGP03.phx.gbl...
>
>>
>> How Can I Drag And Drop Child Node To Anther Root Node
>> For Example
>
> Does the treeview control has something like OLEDrop and OLEDrap events?
>
> --
> iTech Consulting Co., Ltd.
> Specialized in providing ePOS solutions
> Website: http://www.itech.com.hk (IE only)
> Tel: (852) 2325 3883 Fax: (852)2325 8288



Re: TreeView DragDrop by Man-wai

Man-wai
Tue Jan 23 19:52:48 CST 2007

Taha wrote:
> thank you Man for reply
> Can you Give me an example to Do This

Never played with drag-and-drop... Forgot how to do it...:)

--
iTech Consulting Co., Ltd.
Specialized in providing ePOS solutions
Website: http://www.itech.com.hk (IE only)
Tel: (852) 2325 3883 Fax: (852)2325 8288

Re: TreeView DragDrop by swdev2

swdev2
Tue Jan 23 19:59:50 CST 2007

Didn't the samples section (go check yer install CD) show how to do this?
I know I've coded up a lot of treeview ops in the past, but I swear it's in
the samples/solutions
set on your CD.

Regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"Taha" <taha105@hotmail.com> wrote in message
news:#AIlaooPHHA.1240@TK2MSFTNGP03.phx.gbl...
> Hi All
>
> How Can I Drag And Drop Child Node To Anther Root Node
> For Example
>
> Root1