Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView - Drag a node to Listbox with array RSourceType
Message
From
23/03/2004 12:37:07
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
23/03/2004 12:29:59
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00888797
Message ID:
00888935
Views:
13
>Cetin,
>
>I see that, but now, how can i pass the value to the listbox?
>
>João Batista

Check :
Fun with OLE dragdrop
and :
OLE drga drop data formats
in solution.app

Here is an excerpt from OLEDragDrop (Solution.app):

...
CASE oDataObject.GetFormat(1) && Text
cText = oDataObject.GetData(1)

*-- Add the text as a new item in the list
This.AddItem( cText )
...
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform