How would I go about using a listbox and having a item to be draggable to a empty window?
and when the item is dragged to the window
This code executes?
  Dim d As DragItem
  d = NewDragItem(me.Left, me.Top, me.Width, me.Height)
  d.PrivateMacData("RBRC") = "BevelButton"
  d.Drag
  return true

Brian
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to